Schnittstelle TreeIconTagDeclaration

Alle Superschnittstellen:
HasAlt, HasBinding, HasId, HasIdBindingAndRendered, HasTip, IsDisabled, IsRendered, IsVisual

public interface TreeIconTagDeclaration extends HasIdBindingAndRendered, HasTip, IsDisabled, IsVisual, HasAlt
Renders an image beside a tree node.
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    setClosed(String closed)
    Name of the folder icon, if not set "value" will be used.
    void
    Name of the open folder icon, if not set "closed" will be used.
    void
    Name of the icon.

    Von Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasAlt

    setAlt

    Von Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasBinding

    setBinding

    Von Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasId

    setId

    Von Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasTip

    setTip

    Von Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.IsDisabled

    setDisabled

    Von Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.IsRendered

    setRendered

    Von Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.IsVisual

    setCustomClass, setMarkup
  • Methodendetails

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