Uses of Interface
com.jbstrap.ui.bootstrap.StyleElement
Package
Description
-
Uses of StyleElement in com.jbstrap.ui
Modifier and TypeMethodDescriptionfinal T
Component.addStyle
(StyleElement... styles) Adds a style element to the component.boolean
Component.containsStyle
(StyleElement style) Checks if the specified style element is included in the component.final T
Component.removeStyle
(StyleElement... styles) Removes a style element from the component. -
Uses of StyleElement in com.jbstrap.ui.bootstrap
Modifier and TypeClassDescriptionenum
Align typesenum
Badge typesenum
enum
Button sizesenum
Button typesenum
The checkbox shapesenum
The checkbox typesfinal class
Colorsenum
final class
Component display types.enum
enum
Dropdown button drop menu directionsfinal class
Flex settingsfinal class
These utility classes float an element to the left or right, or disable floating, based on the current viewport size using the CSS float property. !enum
Form item statesenum
The form typesenum
enum
Enum containing the display styles used by the images.final class
Available marginsenum
Menu item levelsfinal class
Available paddingsenum
Progressbar sizesenum
Progress bar typesenum
Text selection settings.enum
Component shadow settings.enum
Tab typesenum
Align typesenum
Text typesenum
-
Uses of StyleElement in com.jbstrap.ui.components
ModifierConstructorDescriptionBadge
(Icon icon, String text, StyleElement... styles) Creates a badge with the specified icon, text and styleBadge
(String id, Icon icon, String text, StyleElement... styles) Creates a badge with the specified icon, text and styleProgressBar
(String title, int minValue, int maxValue, boolean autoPositionText, StyleElement... styles) Creates a progress bar with the specified title, style and specified minimum and maximum values.ProgressBar
(String title, StyleElement... styles) Creates a progress bar with the specified title and style.ProgressBar
(String id, String title, int minValue, int maxValue, boolean autoPositionText, StyleElement... styles) Creates a progress bar with the specified title, style and specified minimum and maximum values.ProgressBar
(String id, String title, StyleElement... styles) Creates a progress bar with the specified title and style.Span
(Icon icon, String text, StyleElement... styles) Creates a span component with the specified style, icon and text inside itSpan
(String id, Icon icon, String text, StyleElement... styles) Creates a span component with the specified style, icon and text inside it -
Uses of StyleElement in com.jbstrap.ui.components.button
Modifier and TypeClassDescriptionenum
Animations that the Load button component can use.ModifierConstructorDescriptionButton
(Icon icon, String text, StyleElement... styles) Creates a button with the specified icon, text and style(s).Button
(String text, StyleElement... styles) Creates a button with the specified text and style(s).Button
(String id, Icon icon, String text, StyleElement... styles) Creates a button with the specified icon, text and style(s).DropDownButton
(Icon icon, String text, StyleElement... styles) Creates a button with the specified icon, text and style(s).DropDownButton
(String text, StyleElement... styles) Creates a button with the specified text and style(s).DropDownButton
(String id, Icon icon, String text, StyleElement... styles) Creates a button with the specified icon, text and style(s).LoadButton
(Icon icon, String text, LoadButtonAnimation animation, StyleElement... styles) Creates a new load button with the specified icon, text, animation and style(s)LoadButton
(String text, LoadButtonAnimation animation, StyleElement... styles) Creates a new load button with the specified text, animation and style(s)LoadButton
(String id, Icon icon, String text, LoadButtonAnimation animation, StyleElement... styles) Creates a new load button with the specified icon, text, animation and style(s)LoadButton
(String id, String text, LoadButtonAnimation animation, StyleElement... styles) Creates a new load button with the specified text, animation and style(s) -
Uses of StyleElement in com.jbstrap.ui.components.form.items
ModifierConstructorDescriptionCheckboxItem
(String name, String label, StyleElement... styles) Creates a checkbox item, with the specified name, label and style.CheckboxItem
(String name, String label, String language, StyleElement... styles) Creates a checkbox item, with the specified name, label and style, with the specified language code.