Uses of Class
org.teamapps.dto.UiCurrencyUnit
-
Uses of UiCurrencyUnit in org.teamapps.dto
Fields in org.teamapps.dto declared as UiCurrencyUnitFields in org.teamapps.dto with type parameters of type UiCurrencyUnitModifier and TypeFieldDescriptionprotected List<UiCurrencyUnit> UiCurrencyField.currencyUnitsprotected List<UiCurrencyUnit> UiCurrencyField.SetCurrencyUnitsCommand.currencyUnitsMethods in org.teamapps.dto that return UiCurrencyUnitModifier and TypeMethodDescriptionUiCurrencyValue.getCurrencyUnit()UiCurrencyUnit.setFractionDigits(int fractionDigits) Methods in org.teamapps.dto that return types with arguments of type UiCurrencyUnitModifier and TypeMethodDescriptionUiCurrencyField.getCurrencyUnits()UiCurrencyField.SetCurrencyUnitsCommand.getCurrencyUnits()Method parameters in org.teamapps.dto with type arguments of type UiCurrencyUnitModifier and TypeMethodDescriptionUiCurrencyField.setCurrencyUnits(List<UiCurrencyUnit> currencyUnits) Constructors in org.teamapps.dto with parameters of type UiCurrencyUnitConstructor parameters in org.teamapps.dto with type arguments of type UiCurrencyUnitModifierConstructorDescriptionSetCurrencyUnitsCommand(String componentId, List<UiCurrencyUnit> currencyUnits)