Interface SelectItemTagDeclaration

    • Method Detail

      • setItemDescription

        @Deprecated
        void setItemDescription​(String itemDescription)
        Deprecated.
        since 2.0.0, please use itemTip.
        Description of an item, might be rendered as a tool tip.
      • setItemDisabled

        void setItemDisabled​(String itemDisabled)
        Flag indicating whether the option created by this component is disabled.
      • setItemValue

        void setItemValue​(String itemValue)
        Value to be returned to the server if this option is selected by the user.
      • setValue

        void setValue​(String value)
        Value binding expression pointing at a SelectItem instance containing the information for this option.
      • setNoSelectionOption

        void setNoSelectionOption​(String itemDisabled)
        Flag indicating whether the option created by this component is a noSelectionOption.