Schnittstelle ColumnTagDeclaration
- Alle Superschnittstellen:
- HasBinding,- HasId,- HasIdBindingAndRendered,- HasLabel,- HasTip,- IsRendered,- IsVisual
Renders a UIComponent that represents a single column of data within a
 parent UISheet component.
- 
MethodenübersichtModifizierer und TypMethodeBeschreibungvoidHorizontal alignment of this column.voidsetResizable(String resizable) Flag indicating whether or not the width of this column in a sheet is resizable, by the user.voidsetSortable(String sortable) Flag indicating whether or not this column is sortable.voidsetVerticalAlign(String verticalAlign) Vertical alignment of this column.Von Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasBindingsetBindingVon Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasIdsetIdVon Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasLabelsetLabelVon Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasTipsetTipVon Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.IsRenderedsetRenderedVon Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.IsVisualsetCustomClass, setMarkup
- 
Methodendetails- 
setAlignHorizontal alignment of this column. Possible values:TextAlign.left(default),TextAlign.right,TextAlign.center,TextAlign.justify
- 
setVerticalAlignVertical alignment of this column. Possible values:VerticalAlign.top(default),VerticalAlign.bottom,VerticalAlign.middle
- 
setSortableFlag indicating whether or not this column is sortable. To make a column sortable the data of the sheet must be one ofjava.util.ListorObject[].
- 
setResizableFlag indicating whether or not the width of this column in a sheet is resizable, by the user.
 
-