Class UiComboBox

    • Field Detail

      • templates

        protected java.util.Map<java.lang.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 java.lang.String placeholderText
      • dropDownMinWidth

        protected java.lang.Integer dropDownMinWidth
      • dropDownMaxHeight

        protected java.lang.Integer dropDownMaxHeight
    • Constructor Detail

      • UiComboBox

        public UiComboBox()
    • Method Detail

      • toString

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

        public java.util.Map<java.lang.String,​UiTemplate> getTemplates()
      • 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()
      • getPlaceholderText

        public java.lang.String getPlaceholderText()
      • getDropDownMinWidth

        public java.lang.Integer getDropDownMinWidth()
      • getDropDownMaxHeight

        public java.lang.Integer getDropDownMaxHeight()
      • 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
      • setClassNamesBySelector

        public UiComboBox setClassNamesBySelector​(java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.lang.Boolean>> classNamesBySelector)
        Overrides:
        setClassNamesBySelector in class UiField
      • setAttributesBySelector

        public UiComboBox setAttributesBySelector​(java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.lang.String>> attributesBySelector)
        Overrides:
        setAttributesBySelector in class UiField
      • setTemplates

        public UiComboBox setTemplates​(java.util.Map<java.lang.String,​UiTemplate> templates)
      • 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)
      • setPlaceholderText

        public UiComboBox setPlaceholderText​(java.lang.String placeholderText)
      • setDropDownMinWidth

        public UiComboBox setDropDownMinWidth​(java.lang.Integer dropDownMinWidth)
      • setDropDownMaxHeight

        public UiComboBox setDropDownMaxHeight​(java.lang.Integer dropDownMaxHeight)