Package org.patternfly.component
Interface DataTable.BodyDisplay<T>
-
- 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.BodyDisplay<T>
Deprecated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Deprecated Methods Modifier and Type Method Description default DataTable.BodyDisplay<T>andThen(DataTable.BodyDisplay<T> after)Deprecated.voidrender(HTMLContainerBuilder<HTMLTableCellElement> td, DataProvider<T> dataProvider, T item)Deprecated.
-
-
-
Method Detail
-
render
void render(HTMLContainerBuilder<HTMLTableCellElement> td, DataProvider<T> dataProvider, T item)
Deprecated.
-
andThen
default DataTable.BodyDisplay<T> andThen(DataTable.BodyDisplay<T> after)
Deprecated.
-
-