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