Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.platform.forms.layout.api
Interface WidgetSelectOptions

All Superinterfaces:
Serializable, WidgetSelectOption
All Known Implementing Classes:
WidgetSelectOptionsDescriptor, WidgetSelectOptionsImpl

public interface WidgetSelectOptions
extends WidgetSelectOption

Multiple select options top be held by the WidgetDefinition and Widget generated from the definition.

Since:
5.4.2
Author:
Anahide Tchertchian

Method Summary
 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
getItemDisabled, getItemLabel, getItemRendered, getItemValue, getTagConfigId, getValue, getVar
 

Method Detail

getOrdering

String getOrdering()
Returns a string used for ordering of options.

Sample possible values are 'id' and 'label'.


getCaseSensitive

Boolean getCaseSensitive()
Returns true if ordering should be case sensitive?


Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.