Class FlexItem
- All Implemented Interfaces:
ElementAttributeMethods<HTMLElement, FlexItem>, ElementClassListMethods<HTMLElement, FlexItem>, ElementConsumerMethods<HTMLElement, FlexItem>, ElementContainerMethods<HTMLElement, FlexItem>, ElementEventMethods<HTMLElement, FlexItem>, ElementIdMethods<HTMLElement, FlexItem>, ElementQueryMethods<HTMLElement>, ElementTextMethods<HTMLElement, FlexItem>, HTMLElementAttributeMethods<HTMLElement, FlexItem>, HTMLElementDataMethods<HTMLElement, FlexItem>, HTMLElementStyleMethods<HTMLElement, FlexItem>, HTMLElementVisibilityMethods<HTMLElement, FlexItem>, IsElement<HTMLElement>, TypedBuilder<HTMLElement, FlexItem>
-
Field Summary
Fields -
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 FlexItemflexItem()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 Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ElementAttributeMethods
aria, aria, aria, attr, attr, attr, role, roleMethods inherited from interface ElementClassListMethods
classList, classList, css, toggle, toggle, toggleMethods inherited from interface ElementConsumerMethods
apply, runMethods inherited from interface ElementContainerMethods
add, add, add, add, addAll, addAll, addAll, addAll, addAll, addAllMethods inherited from interface ElementEventMethods
on, on, onMethods inherited from interface ElementIdMethods
id, uniqueIdMethods inherited from interface ElementQueryMethods
closest, querySelector, querySelectorAllMethods inherited from interface ElementTextMethods
text, textMethods inherited from interface HTMLElementAttributeMethods
titleMethods inherited from interface HTMLElementDataMethods
data, dataMethods inherited from interface HTMLElementVisibilityMethods
hidden
-
Field Details
-
SUB_LAYOUT_NAME
- See Also:
-
-
Method Details
-
flexItem
-
flexItem
-
align
-
align
Value to use for margin: auto at various breakpoints -
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
-
order
-
shrink
Whether to add flex: shrink at various breakpoints -
spacer
-
spacer
Spacers at various breakpoints -
that
-