Interface TethysUITableColumn.TethysUITableIconConfig<T,R>
- Type Parameters:
T- the data typeR- the row type
- All Known Subinterfaces:
TethysUITableColumn.TethysUITableIconColumn<T,C, R>
- Enclosing interface:
TethysUITableColumn<T,C, R>
public static interface TethysUITableColumn.TethysUITableIconConfig<T,R>
IconTableColumn.
-
Method Summary
Modifier and TypeMethodDescriptionsetIconMapSet(Function<R, TethysUIControl.TethysUIIconMapSet<T>> pSupplier) Set the IconMapSet supplier.
-
Method Details
-
setIconMapSet
TethysUITableColumn.TethysUITableIconConfig<T,R> setIconMapSet(Function<R, TethysUIControl.TethysUIIconMapSet<T>> pSupplier) Set the IconMapSet supplier.- Parameters:
pSupplier- the supplier- Returns:
- the configurator
-