Interface WidgetSelectOptions
-
- All Superinterfaces:
Serializable
,WidgetSelectOption
- All Known Implementing Classes:
WidgetSelectOptionsImpl
public interface WidgetSelectOptions extends WidgetSelectOption
Multiple select options top be held by theWidgetDefinition
andWidget
generated from the definition.- Since:
- 5.4.2
- Author:
- Anahide Tchertchian
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Boolean
getCaseSensitive()
Returns true if ordering should be case sensitive?String
getOrdering()
Returns a string used for ordering of options.-
Methods inherited from interface org.nuxeo.ecm.platform.forms.layout.api.WidgetSelectOption
clone, getItemDisabled, getItemLabel, getItemLabel, getItemLabels, getItemRendered, getItemValue, getTagConfigId, getValue, getVar
-
-