Class AbstractUiComboBox

All Implemented Interfaces:
UiObject, UiTextInputHandlingField
Direct Known Subclasses:
UiComboBox, UiTagComboBox

public abstract class AbstractUiComboBox extends UiField implements UiTextInputHandlingField, UiObject
THIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
  • Field Details

    • templates

      protected Map<String,UiTemplate> templates
    • showDropDownButton

      protected boolean showDropDownButton
    • showDropDownAfterResultsArrive

      protected boolean showDropDownAfterResultsArrive
    • highlightFirstResultEntry

      protected boolean highlightFirstResultEntry
    • showHighlighting

      protected boolean showHighlighting
    • autoComplete

      protected boolean autoComplete
    • textHighlightingEntryLimit

      protected int textHighlightingEntryLimit
    • allowAnyText

      protected boolean allowAnyText
    • showClearButton

      protected boolean showClearButton
    • animate

      protected boolean animate
    • showExpanders

      protected boolean showExpanders
    • placeholderText

      protected String placeholderText
  • Constructor Details

    • AbstractUiComboBox

      public AbstractUiComboBox()
  • Method Details