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

public class GridItem extends BaseLayout<HTMLElement,GridItem>
  • Method Details

    • gridItem

      public static GridItem gridItem()
    • gridItem

      public static <E extends HTMLElement> GridItem gridItem(HTMLContainerBuilder<E> builder)
    • span

      public GridItem span(int columns)
      Same as span(breakpoints(default_, columns))
    • span

      public GridItem span(org.patternfly.style.Breakpoints<Integer> columns)
      The number of columns the grid item spans on a specific breakpoint. Value should be a number 1-12.
    • rowSpan

      public GridItem rowSpan(int rows)
      Same as rowSpan(breakpoints(default_, rows))
    • rowSpan

      public GridItem rowSpan(org.patternfly.style.Breakpoints<Integer> rows)
      The number of rows the grid item spans on a specific breakpoint. Value should be a number 1-12
    • offset

      public GridItem offset(int columns)
      Same as offset(breakpoints(default_, columns))
    • offset

      public GridItem offset(org.patternfly.style.Breakpoints<Integer> columns)
      The number of columns the grid item is offset on a specific breakpoint. Value should be a number 1-12
    • order

      public GridItem order(String order)
      Same as order(breakpoints(default_, order))
    • order

      public GridItem order(org.patternfly.style.Breakpoints<String> order)
      Modifies the flex layout element order property.
    • that

      public GridItem that()