Uses of Enum Class
eu.webtoolkit.jwt.BorderStyle
Packages that use BorderStyle
-
Uses of BorderStyle in eu.webtoolkit.jwt
Methods in eu.webtoolkit.jwt that return BorderStyleModifier and TypeMethodDescriptionWBorder.getStyle()Returns the border style.static BorderStyleReturns the enum constant of this class with the specified name.static BorderStyle[]BorderStyle.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 BorderStyleModifier and TypeMethodDescriptionvoidWBorder.setStyle(BorderStyle style) Sets the border style.Constructors in eu.webtoolkit.jwt with parameters of type BorderStyleModifierConstructorDescriptionWBorder(BorderStyle style) Creates a border with given style, thickness and color.WBorder(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.WBorder(BorderStyle style, WLength width) Creates a border with an absolute width.WBorder(BorderStyle style, WLength width, WColor color) Creates a border with an absolute width.