Uses of Enum Class
eu.webtoolkit.jwt.BorderWidth
Packages that use BorderWidth
-
Uses of BorderWidth in eu.webtoolkit.jwt
Methods in eu.webtoolkit.jwt that return BorderWidthModifier and TypeMethodDescriptionWBorder.getWidth()
Returns the border width.static BorderWidth
Returns the enum constant of this class with the specified name.static BorderWidth[]
BorderWidth.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in eu.webtoolkit.jwt with parameters of type BorderWidthModifier and TypeMethodDescriptionfinal void
WBorder.setWidth
(BorderWidth width) Sets the border width.void
WBorder.setWidth
(BorderWidth width, WLength explicitWidth) Sets the border width.Constructors in eu.webtoolkit.jwt with parameters of type BorderWidthModifierConstructorDescriptionWBorder
(BorderStyle style, BorderWidth width) Creates a border with given style, thickness and color.WBorder
(BorderStyle style, BorderWidth width, WColor color) Creates a border with given style, thickness and color.