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