public interface IOptionList extends IList, IDeletionSupport
IList
Modifier and Type | Interface and Description |
---|---|
static interface |
IOptionList.IOption
A key, value couple object.
|
IList.IType
Modifier and Type | Method and Description |
---|---|
Collection<? extends IOptionList.IOption> |
getOptions()
Gets the collection of options.
|
void |
setOption(String key,
String language,
String value)
Creates or updates an option
|
void |
setOptions(Collection<IOptionList.IOption> options)
Sets the collection of options.
|
getDescription, getLabel, getName, getType
getId, getModule, getNativeObject, getPath, save
delete
Collection<? extends IOptionList.IOption> getOptions()
IOptionList.IOption
objects.void setOptions(Collection<IOptionList.IOption> options)
options
- The collection of IOptionList.IOption
objects.Copyright © 2022 Visiativ. All rights reserved.