Package org.patternfly.layout.grid
Class GridItem
- All Implemented Interfaces:
Container<HTMLElement,
,GridItem> Finder<HTMLElement>
,HasElement<HTMLElement,
,GridItem> HasHTMLElement<HTMLElement,
,GridItem> IsElement<HTMLElement>
,TypedBuilder<HTMLElement,
,GridItem> Layout
-
Method Summary
Modifier and TypeMethodDescriptionstatic GridItem
gridItem()
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 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
-
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
Same asorder(breakpoints(default_, order))
-
order
Modifies the flex layout element order property. -
that
-