Package org.patternfly.component
Interface DataTable.HeadDisplay
-
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface @Deprecated public static interface DataTable.HeadDisplay
Deprecated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Deprecated Methods Modifier and Type Method Description default DataTable.HeadDisplayandThen(DataTable.HeadDisplay after)Deprecated.voidrender(HTMLContainerBuilder<HTMLTableCellElement> th)Deprecated.
-
-
-
Method Detail
-
render
void render(HTMLContainerBuilder<HTMLTableCellElement> th)
Deprecated.
-
andThen
default DataTable.HeadDisplay andThen(DataTable.HeadDisplay after)
Deprecated.
-
-