Uses of Class
org.patternfly.component.table.Table
Packages that use Table
-
Uses of Table in org.patternfly.component.table
Subclasses with type arguments of type Table in org.patternfly.component.tableModifier and TypeClassDescriptionclassA table is used to display large data sets that can be easily laid out in a simple grid with column headers.Classes in org.patternfly.component.table that implement interfaces with type arguments of type TableModifier and TypeClassDescriptionclassA table is used to display large data sets that can be easily laid out in a simple grid with column headers.Methods in org.patternfly.component.table that return TableModifier and TypeMethodDescriptionTable.addCaption(TableCaption caption) Table.gridBreakpoint(GridBreakpoint breakpoint) Table.noBorders()Same as borders(true)Table.noBorders(boolean borders) Adds/removes modifier(noBorderRows)Table.onSelect(SelectHandler<Tr> handler) static TableTable.table()static TableTable.that()Table.treeViewGridBreakpoint(TreeViewGridBreakpoint breakpoint)