Package org.patternfly.layout.flex
Class FlexItem
- All Implemented Interfaces:
Container<HTMLElement,
,FlexItem> Finder<HTMLElement>
,HasElement<HTMLElement,
,FlexItem> HasHTMLElement<HTMLElement,
,FlexItem> IsElement<HTMLElement>
,TypedBuilder<HTMLElement,
,FlexItem> Layout
-
Method Summary
Modifier and TypeMethodDescriptionSame asalign(breakpoints(default_, align))
align
(Breakpoints<Align> align) Value to use for margin: auto at various breakpointsSame asalignSelf(breakpoints(default_, alignSelf))
alignSelf
(Breakpoints<AlignSelf> alignSelf) Value to add for align-self property at various breakpointsflex
(FlexShorthand flexShorthand) Same asflex(breakpoints(default_, flexShorthand))
flex
(Breakpoints<FlexShorthand> flexShorthand) Value to add for flex property at various breakpointsstatic FlexItem
flexItem()
static <E extends HTMLElement>
FlexItemflexItem
(HTMLContainerBuilder<E> builder) fullWidth
(Breakpoint breakpoint, Breakpoint... more) Whether to set width: 100% at various breakpointsgrow
(Breakpoint breakpoint, Breakpoint... more) Whether to add flex: grow at various breakpointsSame asorder(breakpoints(default_, order))
order
(Breakpoints<String> order) shrink
(Breakpoint breakpoint, Breakpoint... more) Whether to add flex: shrink at various breakpointsSame asspacer(breakpoints(default_, spacer))
spacer
(Breakpoints<Spacer> spacer) Spacers at various breakpointsthat()
Methods inherited from class org.patternfly.layout.BaseLayout
element
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jboss.elemento.Container
add, add, add, addAll, addAll, addAll, addAll, addAll, addAll
-
Method Details
-
flexItem
-
flexItem
-
align
Same asalign(breakpoints(default_, align))
-
align
Value to use for margin: auto at various breakpoints -
alignSelf
Same asalignSelf(breakpoints(default_, alignSelf))
-
alignSelf
Value to add for align-self property at various breakpoints -
flex
Same asflex(breakpoints(default_, flexShorthand))
-
flex
Value to add for flex property at various breakpoints -
fullWidth
Whether to set width: 100% at various breakpoints -
grow
Whether to add flex: grow at various breakpoints -
order
Same asorder(breakpoints(default_, order))
-
order
-
shrink
Whether to add flex: shrink at various breakpoints -
spacer
Same asspacer(breakpoints(default_, spacer))
-
spacer
Spacers at various breakpoints -
that
-