Uses of Class
org.patternfly.layout.flex.FlexItem
-
Uses of FlexItem in org.patternfly.layout.flex
Modifier and TypeMethodDescriptionSame asalign(breakpoints(default_, align))
FlexItem.align
(Breakpoints<Align> align) Value to use for margin: auto at various breakpointsSame asalignSelf(breakpoints(default_, alignSelf))
FlexItem.alignSelf
(Breakpoints<AlignSelf> alignSelf) Value to add for align-self property at various breakpointsFlexItem.flex
(FlexShorthand flexShorthand) Same asflex(breakpoints(default_, flexShorthand))
FlexItem.flex
(Breakpoints<FlexShorthand> flexShorthand) Value to add for flex property at various breakpointsstatic FlexItem
FlexItem.flexItem()
static <E extends HTMLElement>
FlexItemFlexItem.flexItem
(HTMLContainerBuilder<E> builder) FlexItem.fullWidth
(Breakpoint breakpoint, Breakpoint... more) Whether to set width: 100% at various breakpointsFlexItem.grow
(Breakpoint breakpoint, Breakpoint... more) Whether to add flex: grow at various breakpointsSame asorder(breakpoints(default_, order))
FlexItem.order
(Breakpoints<String> order) FlexItem.shrink
(Breakpoint breakpoint, Breakpoint... more) Whether to add flex: shrink at various breakpointsSame asspacer(breakpoints(default_, spacer))
FlexItem.spacer
(Breakpoints<Spacer> spacer) Spacers at various breakpointsFlexItem.that()