Class Style.Table
java.lang.Object
com.foreach.across.modules.bootstrapui.elements.Style.Table
- Enclosing class:
 - Style
 
Deprecated.
Use the 
BootstrapStyles.table style rules instead.
 New Bootstrap 4 rules are not available as Style, only values present before 3.0.0 are
 implemented for backwards compatibility.- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic StylefromBootstrapStyleRule(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 BootstrapStyleRuletoBootstrapStyleRule(Style style) Deprecated.Converts a Style enum value to the equivalent style rule. 
- 
Field Details
- 
STRIPED
Deprecated. - 
BORDERED
Deprecated. - 
HOVER
Deprecated. - 
CONDENSED
Deprecated. 
 - 
 - 
Constructor Details
- 
Table
public Table()Deprecated. 
 - 
 - 
Method Details
- 
fromBootstrapStyleRule
Deprecated.Compatibility between the old Style enum approach and the new BootstrapStyleRule, attempts to resolve a Style enum from the bootstrap style rule.- Parameters:
 styleRule- style rule- Returns:
 - matching Style (can be 
null) 
 - 
toBootstrapStyleRule
Deprecated.Converts a Style enum value to the equivalent style rule.- Parameters:
 style- enum value- Returns:
 - equivalent bootstrap style rule (can be 
null) 
 
 -