Uses of Class
com.gentics.contentnode.rest.model.SelectOption
-
Packages that use SelectOption Package Description com.gentics.contentnode.rest.model -
-
Uses of SelectOption in com.gentics.contentnode.rest.model
Methods in com.gentics.contentnode.rest.model that return SelectOption Modifier and Type Method Description SelectOption
SelectOption. setId(Integer id)
SelectOption
SelectOption. setKey(String key)
SelectOption
SelectOption. setValue(String value)
Methods in com.gentics.contentnode.rest.model that return types with arguments of type SelectOption Modifier and Type Method Description List<SelectOption>
Part. getOptions()
Possible optionsList<SelectOption>
Property. getOptions()
Possible optionsList<SelectOption>
SelectSetting. getOptions()
Selectable options of the datasourceList<SelectOption>
Property. getSelectedOptions()
Selected optionsMethod parameters in com.gentics.contentnode.rest.model with type arguments of type SelectOption Modifier and Type Method Description Part
Part. setOptions(List<SelectOption> options)
void
Property. setOptions(List<SelectOption> options)
void
SelectSetting. setOptions(List<SelectOption> options)
Set the option listvoid
Property. setSelectedOptions(List<SelectOption> selectedOptions)
-