| Package | Description |
|---|---|
| com.foreach.across.modules.bootstrapui.elements | |
| com.foreach.across.modules.bootstrapui.elements.builder |
| Modifier and Type | Field and Description |
|---|---|
static Style |
Style.ACTIVE |
static Style |
Style.TableCell.ACTIVE
Deprecated.
|
static Style |
Style.Table.BORDERED
Deprecated.
|
static Style |
Style.Table.CONDENSED
Deprecated.
|
static Style |
Style.DANGER |
static Style |
Style.Button.DANGER |
static Style |
Style.TableCell.DANGER
Deprecated.
|
static Style |
Style.DARK |
static Style |
Style.Button.DARK |
static Style |
Style.DEFAULT |
static Style |
Style.Button.DEFAULT |
static Style |
Style.Table.HOVER
Deprecated.
|
static Style |
Style.INFO |
static Style |
Style.Button.INFO |
static Style |
Style.TableCell.INFO
Deprecated.
|
static Style |
Style.LIGHT |
static Style |
Style.Button.LIGHT |
static Style |
Style.Button.LINK |
static Style |
Style.PRIMARY |
static Style |
Style.Button.PRIMARY |
static Style |
Style.SECONDARY |
static Style |
Style.Button.SECONDARY |
static Style |
Style.Table.STRIPED
Deprecated.
|
static Style |
Style.SUCCESS |
static Style |
Style.Button.SUCCESS |
static Style |
Style.TableCell.SUCCESS
Deprecated.
|
static Style |
Style.WARNING |
static Style |
Style.Button.WARNING |
static Style |
Style.TableCell.WARNING
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static 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.
|
Style |
TableViewElement.Row.getStyle() |
| Modifier and Type | Method and Description |
|---|---|
TableViewElement |
TableViewElement.addStyle(Style style)
Deprecated.
|
TableViewElement |
TableViewElement.removeStyle(Style style)
Deprecated.
|
AlertViewElement |
AlertViewElement.setStyle(Style style) |
ButtonViewElement |
ButtonViewElement.setStyle(Style style) |
TableViewElement.Row |
TableViewElement.Row.setStyle(Style newStyle) |
TableViewElement.Cell |
TableViewElement.Cell.setStyle(Style newStyle) |
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 Type | Method and Description |
|---|---|
TableViewElementBuilder |
TableViewElementBuilder.style(Style... styles) |
AlertViewElementBuilder |
AlertViewElementBuilder.style(Style style) |
ButtonViewElementBuilder |
ButtonViewElementBuilder.style(Style style) |
Copyright © 2020. All rights reserved.