Class GridItem
- All Implemented Interfaces:
ElementAttributeMethods<HTMLElement, GridItem>, ElementClassListMethods<HTMLElement, GridItem>, ElementConsumerMethods<HTMLElement, GridItem>, ElementContainerMethods<HTMLElement, GridItem>, ElementEventMethods<HTMLElement, GridItem>, ElementIdMethods<HTMLElement, GridItem>, ElementQueryMethods<HTMLElement>, ElementTextMethods<HTMLElement, GridItem>, HTMLElementAttributeMethods<HTMLElement, GridItem>, HTMLElementDataMethods<HTMLElement, GridItem>, HTMLElementStyleMethods<HTMLElement, GridItem>, HTMLElementVisibilityMethods<HTMLElement, GridItem>, IsElement<HTMLElement>, TypedBuilder<HTMLElement, GridItem>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic GridItemgridItem()static <E extends HTMLElement>
GridItemgridItem(HTMLContainerBuilder<E> builder) offset(int columns) Same asoffset(breakpoints(default_, columns))offset(Breakpoints<Integer> columns) The number of columns the grid item is offset on a specific breakpoint.Same asorder(breakpoints(default_, order))order(Breakpoints<String> order) Modifies the flex layout element order property.rowSpan(int rows) Same asrowSpan(breakpoints(default_, rows))rowSpan(Breakpoints<Integer> rows) The number of rows the grid item spans on a specific breakpoint.span(int columns) Same asspan(breakpoints(default_, columns))span(Breakpoints<Integer> columns) The number of columns the grid item spans on a specific breakpoint.that()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
-
gridItem
-
gridItem
-
span
Same asspan(breakpoints(default_, columns)) -
span
The number of columns the grid item spans on a specific breakpoint. Value should be a number 1-12. -
rowSpan
Same asrowSpan(breakpoints(default_, rows)) -
rowSpan
The number of rows the grid item spans on a specific breakpoint. Value should be a number 1-12 -
offset
Same asoffset(breakpoints(default_, columns)) -
offset
The number of columns the grid item is offset on a specific breakpoint. Value should be a number 1-12 -
order
-
order
Modifies the flex layout element order property. -
that
-