Interface WidgetSelectOptions

All Superinterfaces:
Serializable, WidgetSelectOption
All Known Implementing Classes:
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 Details

    • 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?