Uses of Class
com.foreach.across.modules.bootstrapui.elements.Style
Package
Description
-
Uses of Style in com.foreach.across.modules.bootstrapui.elements
Modifier and TypeFieldDescriptionstatic final Style
Style.ACTIVE
static final Style
Style.TableCell.ACTIVE
Deprecated.static final Style
Style.Table.BORDERED
Deprecated.static final Style
Style.Table.CONDENSED
Deprecated.static final Style
Style.Button.DANGER
static final Style
Style.DANGER
static final Style
Style.TableCell.DANGER
Deprecated.static final Style
Style.Button.DARK
static final Style
Style.DARK
static final Style
Style.Button.DEFAULT
static final Style
Style.DEFAULT
static final Style
Style.Table.HOVER
Deprecated.static final Style
Style.Button.INFO
static final Style
Style.INFO
static final Style
Style.TableCell.INFO
Deprecated.static final Style
Style.Button.LIGHT
static final Style
Style.LIGHT
static final Style
Style.Button.LINK
static final Style
Style.Button.PRIMARY
static final Style
Style.PRIMARY
static final Style
Style.Button.SECONDARY
static final Style
Style.SECONDARY
static final Style
Style.Table.STRIPED
Deprecated.static final Style
Style.Button.SUCCESS
static final Style
Style.SUCCESS
static final Style
Style.TableCell.SUCCESS
Deprecated.static final Style
Style.Button.WARNING
static final Style
Style.TableCell.WARNING
Deprecated.static final Style
Style.WARNING
Modifier and TypeMethodDescriptionstatic Style
Style.Button.fromBootstrapStyleRule
(BootstrapStyleRule styleRule) Compatibility between the old Style enum approach and the new BootstrapStyleRule, attempts to resolve a Style enum from the bootstrap style rule.static Style
Style.Table.fromBootstrapStyleRule
(BootstrapStyleRule styleRule) Deprecated.Compatibility between the old Style enum approach and the new BootstrapStyleRule, attempts to resolve a Style enum from the bootstrap style rule.static Style
Style.TableCell.fromBootstrapStyleRule
(BootstrapStyleRule styleRule) Deprecated.Compatibility between the old Style enum approach and the new BootstrapStyleRule, attempts to resolve a Style enum from the bootstrap style rule.AlertViewElement.getStyle()
ButtonViewElement.getStyle()
TableViewElement.Cell.getStyle()
TableViewElement.Row.getStyle()
Modifier and TypeMethodDescriptionDeprecated.TableViewElement.removeStyle
(Style style) Deprecated.static BootstrapStyleRule
Style.Button.toBootstrapStyleRule
(Style style) Converts a Style enum value to the equivalent style rule.static BootstrapStyleRule
Style.Table.toBootstrapStyleRule
(Style style) Deprecated.Converts a Style enum value to the equivalent style rule.static BootstrapStyleRule
Style.TableCell.toBootstrapStyleRule
(Style style) Deprecated.Converts a Style enum value to the equivalent style rule.Modifier and TypeMethodDescriptionTableViewElement.setStyles
(@NonNull Collection<Style> styles) Deprecated. -
Uses of Style in com.foreach.across.modules.bootstrapui.elements.builder
Modifier and TypeMethodDescription