Schnittstelle ColumnNodeTagDeclaration

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

public interface ColumnNodeTagDeclaration extends HasIdBindingAndRendered, HasTip, IsDisabled, IsVisual, HasLabel
Creates a tree node inside of a sheet (also known as tree table). This component represents a single node inside a tree structure.
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    setResizable(String resizable)
    Flag indicating whether or not the width of this column in a sheet is resizable, by the user.

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

    setLabel

    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

    • setResizable

      void setResizable(String resizable)
      Flag indicating whether or not the width of this column in a sheet is resizable, by the user.