Interface ColumnTagDeclaration

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void setAlign​(String align)
      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.
      • 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.HasLabel

        setLabel
      • Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasTip

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

        setRendered
    • Method Detail

      • setAlign

        void setAlign​(String align)
        Horizontal alignment of this column. Possible values: left (default), right, center, justify
      • setSortable

        void setSortable​(String sortable)
        Flag indicating whether or not this column is sortable. To make a column sortable the data of the sheet must be one of java.util.List or Object[].
      • setResizable

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