Interface TethysUITableColumn.TethysUITableDateConfig<R>
- Type Parameters:
R- the row type
- All Known Subinterfaces:
TethysUITableColumn.TethysUITableDateColumn<C,R>
- Enclosing interface:
TethysUITableColumn<T,C, R>
public static interface TethysUITableColumn.TethysUITableDateConfig<R>
DateTableColumn.
-
Method Summary
Modifier and TypeMethodDescriptionsetDateConfigurator(BiConsumer<R, OceanusDateConfig> pConfigurator) Set the Date configurator.
-
Method Details
-
setDateConfigurator
TethysUITableColumn.TethysUITableDateConfig<R> setDateConfigurator(BiConsumer<R, OceanusDateConfig> pConfigurator) Set the Date configurator.- Parameters:
pConfigurator- the configurator- Returns:
- the configurator
-