Uses of Interface
org.patternfly.components.DataTable.HeadDisplay
-
Packages that use DataTable.HeadDisplay Package Description org.patternfly.components -
-
Uses of DataTable.HeadDisplay in org.patternfly.components
Methods in org.patternfly.components that return DataTable.HeadDisplay Modifier and Type Method Description default DataTable.HeadDisplayDataTable.HeadDisplay. andThen(DataTable.HeadDisplay after)Methods in org.patternfly.components with parameters of type DataTable.HeadDisplay Modifier and Type Method Description default DataTable.HeadDisplayDataTable.HeadDisplay. andThen(DataTable.HeadDisplay after)static <T> DataTable.Column<T>DataTable. column(String name, DataTable.HeadDisplay headDisplay, DataTable.BodyDisplay<T> bodyDisplay)
-