Interface TreeIconTagDeclaration

All Superinterfaces:
HasAlt, HasBinding, HasId, HasIdBindingAndRendered, HasTip, IsDisabled, IsRendered, IsVisual

public interface TreeIconTagDeclaration extends HasIdBindingAndRendered, HasTip, IsDisabled, IsVisual, HasAlt
Renders an image beside a tree node.
  • Method Summary

    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

    Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsVisual

    setCustomClass, setMarkup
  • Method Details

    • 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.