Uses of Class
com.caplin.motif.config.definitions.common.DropdownOption
-
Packages that use DropdownOption Package Description com.caplin.motif.config.definitions.common com.caplin.motif.mm.config.definitions.client -
-
Uses of DropdownOption in com.caplin.motif.config.definitions.common
Methods in com.caplin.motif.config.definitions.common 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.config.definitions.common that return types with arguments of type DropdownOption Modifier and Type Method Description java.util.List<DropdownOption>
Field. getOptions()
Get optionsMethods in com.caplin.motif.config.definitions.common with parameters of type DropdownOption Modifier and Type Method Description Field
Field. addOptionsItem(DropdownOption optionsItem)
Method parameters in com.caplin.motif.config.definitions.common with type arguments of type DropdownOption Modifier and Type Method Description Field
Field. options(java.util.List<DropdownOption> options)
void
Field. setOptions(java.util.List<DropdownOption> options)
-
Uses of DropdownOption in com.caplin.motif.mm.config.definitions.client
Methods in com.caplin.motif.mm.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.mm.config.definitions.client with parameters of type DropdownOption Modifier and Type Method Description MMCurrencyConfig
MMCurrencyConfig. addNoticePeriodsItem(DropdownOption noticePeriodsItem)
Method parameters in com.caplin.motif.mm.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)
-