Interface TethysUIDataEditField.TethysUICurrencyField
- All Known Subinterfaces:
TethysUIDataEditField.TethysUICurrencyEditField<T>,TethysUIDataEditField.TethysUIMoneyEditField,TethysUIDataEditField.TethysUIPriceEditField
- Enclosing interface:
TethysUIDataEditField<T>
public static interface TethysUIDataEditField.TethysUICurrencyField
CurrencyField.
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetDeemedCurrency(Supplier<Currency> pSupplier) Set the Deemed Currency supplier.
-
Method Details
-
setDeemedCurrency
Set the Deemed Currency supplier.- Parameters:
pSupplier- the supplier
-