Class UiComboBox

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

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

    • templates

      protected java.util.Map<java.lang.String,​UiTemplate> templates
    • staticData

      protected java.util.List<UiComboBoxTreeRecord> staticData
    • staticDataMatchPropertyNames

      protected java.util.List<java.lang.String> staticDataMatchPropertyNames
    • textMatchingMode

      protected UiTextMatchingMode textMatchingMode
    • 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
  • Constructor Details

    • UiComboBox

      public UiComboBox()
  • Method Details

    • getUiObjectType

      public UiObjectType getUiObjectType()
      Specified by:
      getUiObjectType in interface UiObject
      Overrides:
      getUiObjectType in class UiComponent
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class UiField
    • getTemplates

      public java.util.Map<java.lang.String,​UiTemplate> getTemplates()
    • getStaticData

      public java.util.List<UiComboBoxTreeRecord> getStaticData()
    • getStaticDataMatchPropertyNames

      public java.util.List<java.lang.String> getStaticDataMatchPropertyNames()
    • getTextMatchingMode

      public UiTextMatchingMode getTextMatchingMode()
    • getShowDropDownButton

      public boolean getShowDropDownButton()
    • getShowDropDownAfterResultsArrive

      public boolean getShowDropDownAfterResultsArrive()
    • getHighlightFirstResultEntry

      public boolean getHighlightFirstResultEntry()
    • getShowHighlighting

      public boolean getShowHighlighting()
    • getAutoComplete

      public boolean getAutoComplete()
    • getTextHighlightingEntryLimit

      public int getTextHighlightingEntryLimit()
    • getAllowAnyText

      public boolean getAllowAnyText()
    • getShowClearButton

      public boolean getShowClearButton()
    • getAnimate

      public boolean getAnimate()
    • getShowExpanders

      public boolean getShowExpanders()
    • setId

      public UiComboBox setId​(java.lang.String id)
      Overrides:
      setId in class UiField
    • setDebuggingId

      public UiComboBox setDebuggingId​(java.lang.String debuggingId)
      Overrides:
      setDebuggingId in class UiField
    • setVisible

      public UiComboBox setVisible​(boolean visible)
      Overrides:
      setVisible in class UiField
    • setStylesBySelector

      public UiComboBox setStylesBySelector​(java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.lang.String>> stylesBySelector)
      Overrides:
      setStylesBySelector in class UiField
    • setEditingMode

      public UiComboBox setEditingMode​(UiFieldEditingMode editingMode)
      Overrides:
      setEditingMode in class UiField
    • setValue

      public UiComboBox setValue​(java.lang.Object value)
      Overrides:
      setValue in class UiField
    • setFieldMessages

      public UiComboBox setFieldMessages​(java.util.List<UiFieldMessage> fieldMessages)
      Overrides:
      setFieldMessages in class UiField
    • setTemplates

      public UiComboBox setTemplates​(java.util.Map<java.lang.String,​UiTemplate> templates)
    • setStaticData

      public UiComboBox setStaticData​(java.util.List<UiComboBoxTreeRecord> staticData)
    • setStaticDataMatchPropertyNames

      public UiComboBox setStaticDataMatchPropertyNames​(java.util.List<java.lang.String> staticDataMatchPropertyNames)
    • setTextMatchingMode

      public UiComboBox setTextMatchingMode​(UiTextMatchingMode textMatchingMode)
    • setShowDropDownButton

      public UiComboBox setShowDropDownButton​(boolean showDropDownButton)
    • setShowDropDownAfterResultsArrive

      public UiComboBox setShowDropDownAfterResultsArrive​(boolean showDropDownAfterResultsArrive)
    • setHighlightFirstResultEntry

      public UiComboBox setHighlightFirstResultEntry​(boolean highlightFirstResultEntry)
    • setShowHighlighting

      public UiComboBox setShowHighlighting​(boolean showHighlighting)
    • setAutoComplete

      public UiComboBox setAutoComplete​(boolean autoComplete)
    • setTextHighlightingEntryLimit

      public UiComboBox setTextHighlightingEntryLimit​(int textHighlightingEntryLimit)
    • setAllowAnyText

      public UiComboBox setAllowAnyText​(boolean allowAnyText)
    • setShowClearButton

      public UiComboBox setShowClearButton​(boolean showClearButton)
    • setAnimate

      public UiComboBox setAnimate​(boolean animate)
    • setShowExpanders

      public UiComboBox setShowExpanders​(boolean showExpanders)