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