Interface ColumnTagDeclaration
- All Superinterfaces:
HasBinding
,HasId
,HasIdBindingAndRendered
,HasLabel
,HasTip
,IsRendered
,IsVisual
Renders a UIComponent that represents a single column of data within a
parent UISheet component.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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.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
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsVisual
setCustomClass, setMarkup
-
Method Details
-
setAlign
Horizontal alignment of this column. Possible values:TextAlign.left
(default),TextAlign.right
,TextAlign.center
,TextAlign.justify
-
setVerticalAlign
Vertical alignment of this column. Possible values:VerticalAlign.top
(default),VerticalAlign.bottom
,VerticalAlign.middle
-
setSortable
Flag indicating whether or not this column is sortable. To make a column sortable the data of the sheet must be one ofjava.util.List
orObject[]
. -
setResizable
Flag indicating whether or not the width of this column in a sheet is resizable, by the user.
-