FlexItem |
FlexItem.align(Breakpoints<Align> align) |
Value to use for margin: auto at various breakpoints
|
FlexItem |
FlexItem.alignSelf(Breakpoints<AlignSelf> alignSelf) |
Value to add for align-self property at various breakpoints
|
FlexItem |
FlexItem.flex(Breakpoints<FlexShorthand> flexShorthand) |
Value to add for flex property at various breakpoints
|
static FlexItem |
FlexItem.flexItem() |
|
static <E extends HTMLElement> FlexItem |
FlexItem.flexItem(HTMLContainerBuilder<E> builder) |
|
FlexItem |
FlexItem.fullWidth(Breakpoint breakpoint,
Breakpoint... more) |
Whether to set width: 100% at various breakpoints
|
FlexItem |
FlexItem.grow(Breakpoint breakpoint,
Breakpoint... more) |
Whether to add flex: grow at various breakpoints
|
FlexItem |
FlexItem.order(Breakpoints<String> order) |
|
FlexItem |
FlexItem.shrink(Breakpoint breakpoint,
Breakpoint... more) |
Whether to add flex: shrink at various breakpoints
|
FlexItem |
FlexItem.spacer(Breakpoints<Spacer> spacer) |
Spacers at various breakpoints
|
FlexItem |
FlexItem.that() |
|