Interface TreeIconTagDeclaration

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void setClosed​(String closed)
      Name of the folder icon, if not set "value" will be used.
      void setOpen​(String open)
      Name of the open folder icon, if not set "closed" will be used.
      void setValue​(String value)
      Name of the icon.
      • Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasAlt

        setAlt
      • 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
      • Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsDisabled

        setDisabled
      • Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsRendered

        setRendered
    • Method Detail

      • setValue

        void setValue​(String value)
        Name of the icon.
      • setClosed

        void setClosed​(String closed)
        Name of the folder icon, if not set "value" will be used.
      • setOpen

        void setOpen​(String open)
        Name of the open folder icon, if not set "closed" will be used.