Uses of Class
com.caplin.motif.fx.config.definitions.HistoricSearchDropdownOption
-
Packages that use HistoricSearchDropdownOption Package Description com.caplin.motif.fx.config.definitions -
-
Uses of HistoricSearchDropdownOption in com.caplin.motif.fx.config.definitions
Methods in com.caplin.motif.fx.config.definitions that return HistoricSearchDropdownOption Modifier and Type Method Description HistoricSearchDropdownOption
HistoricSearchDropdownOption. label(String label)
HistoricSearchDropdownOption
HistoricSearchDropdownOption. value(String value)
Methods in com.caplin.motif.fx.config.definitions that return types with arguments of type HistoricSearchDropdownOption Modifier and Type Method Description @Valid List<HistoricSearchDropdownOption>
HistoricSearchField. getOptions()
Get optionsMethods in com.caplin.motif.fx.config.definitions with parameters of type HistoricSearchDropdownOption Modifier and Type Method Description HistoricSearchField
HistoricSearchField. addOptionsItem(HistoricSearchDropdownOption optionsItem)
Method parameters in com.caplin.motif.fx.config.definitions with type arguments of type HistoricSearchDropdownOption Modifier and Type Method Description HistoricSearchField
HistoricSearchField. options(List<HistoricSearchDropdownOption> options)
void
HistoricSearchField. setOptions(List<HistoricSearchDropdownOption> options)
-