Uses of Class
org.patternfly.components.DataTable
-
Packages that use DataTable Package Description org.patternfly.components -
-
Uses of DataTable in org.patternfly.components
Methods in org.patternfly.components that return DataTable Modifier and Type Method Description DataTable<T>DataTable. add(DataTable.Column<T> column)DataTable<T>DataTable. compact()static <T> DataTable<T>DataTable. dataTable(DataProvider<T> dataProvider)static <T> DataTable<T>DataTable. dataTable(DataProvider<T> dataProvider, String caption)DataTable<T>DataTable. expandableRow(boolean fullWidth, boolean noPadding, DataTable.ExpandableDisplay<T> expandableDisplay)DataTable<T>DataTable. expandableRow(boolean fullWidth, DataTable.ExpandableDisplay<T> expandableDisplay)DataTable<T>DataTable. expandableRow(Predicate<T> expandable, boolean fullWidth, boolean noPadding, DataTable.ExpandableDisplay<T> expandableDisplay)DataTable<T>DataTable. expandableRow(Predicate<T> expandable, boolean fullWidth, DataTable.ExpandableDisplay<T> expandableDisplay)DataTable<T>DataTable. expandableRow(Predicate<T> expandable, DataTable.ExpandableDisplay<T> expandableDisplay)DataTable<T>DataTable. expandableRow(DataTable.ExpandableDisplay<T> expandableDisplay)DataTable<T>DataTable. noBorders()DataTable<T>DataTable. noSelectAll()DataTable<T>DataTable. that()
-