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