Schnittstelle ColumnTagDeclaration

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

public interface ColumnTagDeclaration extends HasIdBindingAndRendered, HasLabel, HasTip, IsVisual
Renders a UIComponent that represents a single column of data within a parent UISheet component.
  • Methodenübersicht

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

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

    setRendered

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

    setCustomClass, setMarkup
  • Methodendetails