Interface WidgetSelectOptions
-
- All Superinterfaces:
Serializable,WidgetSelectOption
- All Known Implementing Classes:
WidgetSelectOptionsImpl
public interface WidgetSelectOptions extends WidgetSelectOption
Multiple select options top be held by theWidgetDefinitionandWidgetgenerated from the definition.- Since:
- 5.4.2
- Author:
- Anahide Tchertchian
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BooleangetCaseSensitive()Returns true if ordering should be case sensitive?StringgetOrdering()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
-
-