Interface TethysUITableColumn.TethysUITableDecimalColumn<R>
- Type Parameters:
R- the row type
- All Superinterfaces:
TethysUITableColumn.TethysUITableValidatedColumn<OceanusDecimal,R>
- All Known Subinterfaces:
TethysUITableColumn.TethysUITableRawDecimalColumn<C,R>
- Enclosing interface:
TethysUITableColumn<T,C, R>
public static interface TethysUITableColumn.TethysUITableDecimalColumn<R>
extends TethysUITableColumn.TethysUITableValidatedColumn<OceanusDecimal,R>
DecimalTableColumn.
-
Method Summary
Modifier and TypeMethodDescriptionsetNumDecimals(ToIntFunction<R> pSupplier) Set the Number of decimals supplier.Methods inherited from interface io.github.tonywasher.joceanus.tethys.api.table.TethysUITableColumn.TethysUITableValidatedColumn
setValidator
-
Method Details
-
setNumDecimals
Set the Number of decimals supplier.- Parameters:
pSupplier- the supplier- Returns:
- the column
-