Interface Options
- All Superinterfaces:
ComponentExporter,Field
Defines the form
Options Sling Model used for the /apps/core/wcm/components/form/options component.- Since:
- com.adobe.cq.wcm.core.components.models.form 13.0.0
-
Nested Class Summary
Nested Classes -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptiondefault List<OptionItem> getItems()Returns the list of all the options.default Options.TypegetType()Returns the type of the options element.Methods inherited from interface com.adobe.cq.wcm.core.components.models.form.Field
getExportedType, getHelpMessage, getId, getName, getTitle, getValue
-
Method Details
-
getItems
Returns the list of all the options.- Returns:
- the list of all the options
- Since:
- com.adobe.cq.wcm.core.components.models.form 13.0.0; marked
defaultin 14.1.0
-
getType
Returns the type of the options element.- Returns:
- the type of the options element
Possible values:checkbox,radio,drop-down,multi-drop-down - Since:
- com.adobe.cq.wcm.core.components.models.form 13.0.0; marked
defaultin 14.1.0
-