| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AcrossStyleRule
Wrapper around
BootstrapStyleRule to support easy prefixing with axu. |
| Modifier and Type | Method and Description |
|---|---|
static BootstrapStyleRule |
BootstrapStyleRule.appendOnSet(BootstrapStyleRule original,
String... css) |
static BootstrapStyleRule |
BootstrapStyleRule.combine(BootstrapStyleRule... rules) |
static BootstrapStyleRule |
BootstrapStyleRule.empty() |
static BootstrapStyleRule |
AcrossStyleRule.of(BootstrapStyleRule bootstrapStyleRule) |
BootstrapStyleRule |
BootstrapStyles.of(String... cssClassNames) |
static BootstrapStyleRule |
BootstrapStyleRule.of(String... css) |
default BootstrapStyleRule |
BootstrapStyleRule.prefix(@NonNull String prefix)
Create a new rule with applies a prefix to all css classes from the current rule.
|
default BootstrapStyleRule |
BootstrapStyleRule.suffix(@NonNull String suffix)
Create a new rule with applies a suffix to all css classes from the current rule.
|
| Modifier and Type | Method and Description |
|---|---|
static BootstrapStyleRule |
BootstrapStyleRule.appendOnSet(BootstrapStyleRule original,
String... css) |
static BootstrapStyleRule |
BootstrapStyleRule.combine(BootstrapStyleRule... rules) |
static BootstrapStyleRule |
AcrossStyleRule.of(BootstrapStyleRule bootstrapStyleRule) |
| Modifier and Type | Class and Description |
|---|---|
class |
AlertStyleRule
https://getbootstrap.com/docs/4.3/components/alerts/
|
class |
BadgeStyleRule
https://getbootstrap.com/docs/4.3/components/badge/
|
class |
BreadcrumbStyleRule
https://getbootstrap.com/docs/4.3/components/breadcrumb/
|
class |
ButtonStyleRule
https://getbootstrap.com/docs/4.3/components/buttons/
|
static class |
ButtonStyleRule.Group
https://getbootstrap.com/docs/4.3/components/button-group/
|
class |
CardStyleRule
https://getbootstrap.com/docs/4.3/components/card/
|
class |
CarouselStyleRule
https://getbootstrap.com/docs/4.3/components/carousel/
|
static class |
CarouselStyleRule.Control.WithIcon |
class |
DropdownStyleRule
https://getbootstrap.com/docs/4.3/components/dropdowns/
|
static class |
DropdownStyleRule.Item |
static class |
DropdownStyleRule.Menu |
static class |
DropdownStyleRule.Toggle |
static class |
FormStyleRule.Check |
static class |
FormStyleRule.Control |
static class |
FormStyleRule.Custom.Control |
static class |
FormStyleRule.Custom.File |
static class |
FormStyleRule.Custom.Select |
static class |
FormStyleRule.Horizontal.Label |
class |
InputGroupStyleRule
https://getbootstrap.com/docs/4.3/components/input-group/
|
class |
JumbotronStyleRule
https://getbootstrap.com/docs/4.3/components/jumbotron/
|
class |
ListGroupStyleRule
https://getbootstrap.com/docs/4.3/components/list-group/
|
static class |
ListGroupStyleRule.Horizontal |
static class |
ListGroupStyleRule.Item |
static class |
ListGroupStyleRule.Item.Action |
class |
MediaStyleRule
https://getbootstrap.com/docs/4.3/components/media-object/
|
class |
ModalStyleRule
https://getbootstrap.com/docs/4.3/components/modal/
|
static class |
ModalStyleRule.Dialog |
class |
NavbarStyleRule
https://getbootstrap.com/docs/4.3/components/navbar/
|
static class |
NavbarStyleRule.Toggler |
class |
NavStyleRule
https://getbootstrap.com/docs/4.3/components/navs/
|
class |
PaginationStyleRule
https://getbootstrap.com/docs/4.3/components/pagination/
|
class |
ProgressStyleRule
https://getbootstrap.com/docs/4.3/components/progress/
|
static class |
ProgressStyleRule.Bar |
static class |
SpinnerStyleRule.Grow |
class |
ToastStyleRule
https://getbootstrap.com/docs/4.3/components/toasts/
|
static class |
ValidationStyleRule.State |
| Modifier and Type | Class and Description |
|---|---|
class |
BlockQuoteStyleRule
https://getbootstrap.com/docs/4.3/content/typography/#blockquotes
|
class |
FigureStyleRule
https://getbootstrap.com/docs/4.3/content/figures/
|
static class |
ListStyleRule.Inline |
class |
TableStyleRule
https://getbootstrap.com/docs/4.3/content/tables/
|
| Modifier and Type | Method and Description |
|---|---|
BootstrapStyleRule |
FontAwesomeStyleRule.brands(String iconName) |
BootstrapStyleRule |
FontAwesomeStyleRule.duotone(String iconName) |
BootstrapStyleRule |
FontAwesomeStyleRule.light(String iconName) |
BootstrapStyleRule |
FontAwesomeStyleRule.regular(String iconName) |
BootstrapStyleRule |
FontAwesomeStyleRule.solid(String iconName) |
| Modifier and Type | Class and Description |
|---|---|
static class |
GridStyleRule.Column |
static class |
GridStyleRule.Container |
static class |
GridStyleRule.Row |
| Modifier and Type | Field and Description |
|---|---|
BootstrapStyleRule |
GridStyleRule.Column.auto |
BootstrapStyleRule |
GridStyleRule.Container.fluid |
BootstrapStyleRule |
GridStyleRule.Row.noGutters |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BreakpointStyleRule
Interface for adding the responsive breakpoints in a css class name.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BorderStyleRule |
static class |
BorderStyleRule.NoBorderStyleRule |
static class |
DisplayStyleRule.DisplayPropertyStyleRule |
static class |
EmbedStyleRule.Responsive |
static class |
FlexStyleRule.Direction |
static class |
FlexStyleRule.Wrap |
class |
RoundedStyleRule |
class |
ScreenReaderOnlyStyleRule
https://getbootstrap.com/docs/4.3/utilities/screen-readers/
|
class |
ShadowStyleRule
https://getbootstrap.com/docs/4.3/utilities/shadows/
|
class |
SimpleBreakpointStyleRule |
static class |
TextStyleRule.Wrap |
| Modifier and Type | Method and Description |
|---|---|
BootstrapStyleRule |
EmbedStyleRule.Responsive.aspectRatio(@NonNull String aspectRatio) |
BootstrapStyleRule |
TextStyleRule.body() |
BootstrapStyleRule |
SizeStyleRule.height(int size) |
BootstrapStyleRule |
SizeStyleRule.height(@NonNull String size) |
BootstrapStyleRule |
BreakpointStyleRule.on(String breakpoint) |
BootstrapStyleRule |
SimpleBreakpointStyleRule.on(String breakpoint) |
default BootstrapStyleRule |
BreakpointStyleRule.onExtraLargeAndUp() |
default BootstrapStyleRule |
BreakpointStyleRule.onLargeAndUp() |
default BootstrapStyleRule |
BreakpointStyleRule.onMediumAndUp() |
BootstrapStyleRule |
DisplayStyleRule.DisplayPropertyStyleRule.onPrint() |
default BootstrapStyleRule |
BreakpointStyleRule.onSmallAndUp() |
BootstrapStyleRule |
SizeStyleRule.width(int size) |
BootstrapStyleRule |
SizeStyleRule.width(@NonNull String size) |
| Modifier and Type | Class and Description |
|---|---|
class |
AcrossBorderStyleRule |
static class |
AcrossBorderStyleRule.AcrossNoBorderStyleRule |
static class |
AcrossDisplayStyleRule.DisplayPropertyStyleRule |
static class |
AcrossFlexStyleRule.Direction |
static class |
AcrossFlexStyleRule.Wrap |
class |
AcrossRoundedStyleRule |
class |
AcrossShadowStyleRule
https://getbootstrap.com/docs/4.3/utilities/shadows/
|
class |
AcrossSimpleBreakpointStyleRule |
static class |
AcrossTextStyleRule.Wrap |
| Modifier and Type | Method and Description |
|---|---|
BootstrapStyleRule |
AcrossTextStyleRule.body() |
BootstrapStyleRule |
AcrossSizeStyleRule.height(int size) |
BootstrapStyleRule |
AcrossSizeStyleRule.height(@NonNull String size) |
BootstrapStyleRule |
AcrossSimpleBreakpointStyleRule.on(String breakpoint) |
BootstrapStyleRule |
AcrossDisplayStyleRule.DisplayPropertyStyleRule.onPrint() |
BootstrapStyleRule |
AcrossSizeStyleRule.width(int size) |
BootstrapStyleRule |
AcrossSizeStyleRule.width(@NonNull String size) |
Copyright © 2020. All rights reserved.