Package org.patternfly.components
Interface DataTable.ExpandableDisplay<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 public static interface DataTable.ExpandableDisplay<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DataTable.ExpandableDisplay<T>andThen(DataTable.ExpandableDisplay<T> after)voidrender(HTMLContainerBuilder<elemental2.dom.HTMLDivElement> html, DataProvider<T> dataProvider, T item)
-
-
-
Method Detail
-
render
void render(HTMLContainerBuilder<elemental2.dom.HTMLDivElement> html, DataProvider<T> dataProvider, T item)
-
andThen
default DataTable.ExpandableDisplay<T> andThen(DataTable.ExpandableDisplay<T> after)
-
-