Class ComboBoxFormConfiguration

    • Constructor Detail

    • Method Detail

      • getSelectedIndex

        @Nullable() Integer getSelectedIndex()

        Gets the index with the selected option. May return null when none are selected.

        Returns:

        Index with the selected option.

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

      • isEditable

         boolean isEditable()

        Returns true when the form element is editable, false otherwise. When editable, the form element will accept a custom text among its options.

        Returns:

        true when the form element is editable.

      • isMultiSelectionEnabled

         boolean isMultiSelectionEnabled()

        Returns true when multiselection is enabled, false otherwise.

        Returns:

        true when multiselection is enabled.