Uses of Class
org.pepstock.charba.client.dom.enums.BorderStyle
-
Packages that use BorderStyle Package Description org.pepstock.charba.client.dom Contains all classes needed to work with DOM tree, base classes of a DOM tree.org.pepstock.charba.client.dom.enums Contains enumerations used inside the DOM tree to set properties or invokes methods of elements or items.org.pepstock.charba.client.utils.toast Contains all classes to useToaster
utility. -
-
Uses of BorderStyle in org.pepstock.charba.client.dom
Methods in org.pepstock.charba.client.dom that return BorderStyle Modifier and Type Method Description BorderStyle
BaseStyleProperties. getBorderStyle()
Returns the CSS 'borderStyle' property from element.Methods in org.pepstock.charba.client.dom with parameters of type BorderStyle Modifier and Type Method Description void
BaseStyleProperties. setBorderStyle(BorderStyle borderStyle)
Sets the CSS 'borderStyle' property in the element. -
Uses of BorderStyle in org.pepstock.charba.client.dom.enums
Methods in org.pepstock.charba.client.dom.enums that return BorderStyle Modifier and Type Method Description static BorderStyle
BorderStyle. valueOf(String name)
Returns the enum constant of this type with the specified name.static BorderStyle[]
BorderStyle. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of BorderStyle in org.pepstock.charba.client.utils.toast
Methods in org.pepstock.charba.client.utils.toast that return BorderStyle Modifier and Type Method Description BorderStyle
Action. getBorderStyle()
Returns the border style for the action element.BorderStyle
IsDefaultAction. getBorderStyle()
Returns the border styles set for the action element.Methods in org.pepstock.charba.client.utils.toast with parameters of type BorderStyle Modifier and Type Method Description ToastOptionsBuilder
ToastOptionsBuilder. setActionBorderStyle(BorderStyle style)
Sets the border style set for the action element.void
Action. setBorderStyle(BorderStyle style)
Sets the border style for the action element.
-