Package | Description |
---|---|
com.gentics.contentnode.rest.model |
Modifier and Type | Method and Description |
---|---|
SelectOption |
SelectOption.setId(Integer id) |
SelectOption |
SelectOption.setKey(String key) |
SelectOption |
SelectOption.setValue(String value) |
Modifier and Type | Method and Description |
---|---|
List<SelectOption> |
SelectSetting.getOptions()
Selectable options of the datasource
|
List<SelectOption> |
Part.getOptions()
Possible options
|
List<SelectOption> |
Property.getOptions()
Possible options
|
List<SelectOption> |
Property.getSelectedOptions()
Selected options
|
Modifier and Type | Method and Description |
---|---|
void |
SelectSetting.setOptions(List<SelectOption> options)
Set the option list
|
Part |
Part.setOptions(List<SelectOption> options) |
void |
Property.setOptions(List<SelectOption> options) |
void |
Property.setSelectedOptions(List<SelectOption> selectedOptions) |
Copyright © 2024 Gentics Software. All rights reserved.