Class ListBoxFormConfiguration

    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      List<Integer> getSelectedIndexes() Gets the list of indexes with a selected option.
      List<FormOption> getOptions() Gets the list of options for the given choices of the form element.
      boolean isMultiSelectionEnabled() Returns true when multi selection is enabled, false otherwise.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • getOptions

        @Nullable() List<FormOption> getOptions()

        Gets the list of options for the given choices of the form element. May return null.

        Returns:

        List of options for the given choices of the form element.

      • isMultiSelectionEnabled

         boolean isMultiSelectionEnabled()

        Returns true when multi selection is enabled, false otherwise.

        Returns:

        true when multi selection is enabled.