Uses of Enum Class
eu.webtoolkit.jwt.BorderWidth
-
Uses of BorderWidth in eu.webtoolkit.jwt
Modifier 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.Modifier and TypeMethodDescriptionfinal void
WBorder.setWidth
(BorderWidth width) Sets the border width.void
WBorder.setWidth
(BorderWidth width, WLength explicitWidth) Sets the border width.ModifierConstructorDescriptionWBorder
(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.