Package org.patternfly.layout.grid
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> Layout
-
Method Summary
Modifier and TypeMethodDescriptionstatic GridItemgridItem()static <E extends HTMLElement>
GridItemgridItem(HTMLContainerBuilder<E> builder) offset(int columns) Same asoffset(breakpoints(default_, columns))The number of columns the grid item is offset on a specific breakpoint.Same asorder(breakpoints(default_, order))Modifies the flex layout element order property.rowSpan(int rows) Same asrowSpan(breakpoints(default_, rows))The number of rows the grid item spans on a specific breakpoint.span(int columns) Same asspan(breakpoints(default_, columns))The number of columns the grid item spans on a specific breakpoint.that()Methods inherited from class org.patternfly.layout.BaseLayout
elementMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.elemento.ElementAttributeMethods
aria, aria, aria, attr, attr, attr, role, roleMethods inherited from interface org.jboss.elemento.ElementClassListMethods
classList, classList, css, toggle, toggle, toggleMethods inherited from interface org.jboss.elemento.ElementConsumerMethods
apply, runMethods inherited from interface org.jboss.elemento.ElementContainerMethods
add, add, add, add, addAll, addAll, addAll, addAll, addAll, addAllMethods inherited from interface org.jboss.elemento.ElementEventMethods
on, on, onMethods inherited from interface org.jboss.elemento.ElementIdMethods
id, uniqueIdMethods inherited from interface org.jboss.elemento.ElementQueryMethods
closest, querySelector, querySelectorAllMethods inherited from interface org.jboss.elemento.ElementTextMethods
text, textMethods inherited from interface org.jboss.elemento.HTMLElementAttributeMethods
titleMethods inherited from interface org.jboss.elemento.HTMLElementDataMethods
dataMethods inherited from interface org.jboss.elemento.HTMLElementStyleMethods
style, style, style, style, style, styleMethods inherited from interface org.jboss.elemento.HTMLElementVisibilityMethods
hidden
-
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
-