Interface TethysUITableColumn.TethysUITableListConfig<T extends Comparable<? super T>,R>
- Type Parameters:
T- the data typeR- the row type
- All Known Subinterfaces:
TethysUITableColumn.TethysUITableListColumn<T,C, R>
- Enclosing interface:
TethysUITableColumn<T,C, R>
public static interface TethysUITableColumn.TethysUITableListConfig<T extends Comparable<? super T>,R>
ListTableColumn.
-
Method Summary
Modifier and TypeMethodDescriptionsetSelectables(Function<R, Iterator<T>> pSelectables) Set the selectable supplier.