Uses of Class
com.caplin.motif.fx.config.definitions.client.DropdownOption
-
Packages that use DropdownOption Package Description com.caplin.motif.fx.config.definitions.client -
-
Uses of DropdownOption in com.caplin.motif.fx.config.definitions.client
Methods in com.caplin.motif.fx.config.definitions.client that return DropdownOption Modifier and Type Method Description DropdownOption
DropdownOption. label(java.lang.String label)
DropdownOption
DropdownOption. value(java.lang.String value)
Methods in com.caplin.motif.fx.config.definitions.client that return types with arguments of type DropdownOption Modifier and Type Method Description java.util.List<DropdownOption>
MMCurrencyConfig. getNoticePeriods()
Get noticePeriodsMethods in com.caplin.motif.fx.config.definitions.client with parameters of type DropdownOption Modifier and Type Method Description MMCurrencyConfig
MMCurrencyConfig. addNoticePeriodsItem(DropdownOption noticePeriodsItem)
Method parameters in com.caplin.motif.fx.config.definitions.client with type arguments of type DropdownOption Modifier and Type Method Description MMCurrencyConfig
MMCurrencyConfig. noticePeriods(java.util.List<DropdownOption> noticePeriods)
void
MMCurrencyConfig. setNoticePeriods(java.util.List<DropdownOption> noticePeriods)
-