Interface SelectItemsTagDeclaration

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void setItemDisabled​(String itemDisabled)
      Flag indicating whether the option created by this component is disabled.
      void setItemValue​(String itemValue)
      Value to be returned to the server if this option is selected by the user.
      void setValue​(String value)
      Value binding expression pointing at a List or array of SelectItem instances containing the information for this option.
      void setVar​(String var)
      Name of a variable under which the iterated data will be exposed.
      • Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasBinding

        setBinding
      • Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasId

        setId
      • Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasTip

        setTip
    • Method Detail

      • setValue

        void setValue​(String value)
        Value binding expression pointing at a List or array of SelectItem instances containing the information for this option.
      • setVar

        void setVar​(String var)
        Name of a variable under which the iterated data will be exposed. It may be referred to in EL of other attributes.
      • 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.