Class Table

All Implemented Interfaces:
Attachable, ElementAttributeMethods<HTMLTableElement,Table>, ElementClassListMethods<HTMLTableElement,Table>, ElementConsumerMethods<HTMLTableElement,Table>, ElementContainerMethods<HTMLTableElement,Table>, ElementEventMethods<HTMLTableElement,Table>, ElementIdMethods<HTMLTableElement,Table>, ElementQueryMethods<HTMLTableElement>, HTMLElementAttributeMethods<HTMLTableElement,Table>, HTMLElementDataMethods<HTMLTableElement,Table>, HTMLElementStyleMethods<HTMLTableElement,Table>, HTMLElementVisibilityMethods<HTMLTableElement,Table>, IsElement<HTMLTableElement>, TypedBuilder<HTMLTableElement,Table>, Component, org.patternfly.style.Modifiers.Compact<HTMLTableElement,Table>

public class Table extends BaseComponent<HTMLTableElement,Table> implements org.patternfly.style.Modifiers.Compact<HTMLTableElement,Table>, Attachable
A table is used to display large data sets that can be easily laid out in a simple grid with column headers.
See Also:
  • Method Details

    • table

      public static Table table()
    • table

      public static Table table(TableType type)
    • attach

      public void attach(MutationRecord mutationRecord)
      Specified by:
      attach in interface Attachable
    • addCaption

      public Table addCaption(TableCaption caption)
    • addHead

      public Table addHead(Thead head)
    • addBody

      public Table addBody(Tbody tbody)
    • add

      public Table add(Tbody tbody)
    • noBorders

      public Table noBorders()
    • noBorders

      public Table noBorders(boolean borders)
      Adds/removes modifier(noBorderRows)
    • gridBreakpoint

      public Table gridBreakpoint(org.patternfly.style.GridBreakpoint breakpoint)
    • treeViewGridBreakpoint

      public Table treeViewGridBreakpoint(TreeViewGridBreakpoint breakpoint)
    • that

      public Table that()
      Specified by:
      that in interface TypedBuilder<HTMLTableElement,Table>
    • ariaLabel

      public Table ariaLabel(String label)
    • onSelect

      public Table onSelect(org.patternfly.handler.SelectHandler<Tr> handler)
    • reset

      public void reset()
    • select

      public void select(String key)
    • select

      public void select(Tr row)
    • select

      public void select(Tr row, boolean fireEvent)
    • thead

      public Thead thead()
    • tbody

      public Tbody tbody()