org.apache.myfaces.tobago.taglib.component
Interface ColumnTagDeclaration

All Superinterfaces:
HasBinding, HasId, HasIdBindingAndRendered, HasLabel, IsRendered, Tag, TobagoTagDeclaration
All Known Implementing Classes:
ColumnTag

public interface ColumnTagDeclaration
extends TobagoTagDeclaration, HasIdBindingAndRendered, HasLabel

Renders a UIComponent that represents a single column of data within a parent UIData component.


Field Summary
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Method Summary
 void setAlign(String align)
          Alignment of this column.
 void setSortable(String sortable)
          Flag indicating whether or not this column is sortable.
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
doEndTag, doStartTag, getParent, release, setPageContext, setParent
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasId
setId
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasBinding
setBinding
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.IsRendered
setRendered
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasLabel
setLabel
 

Method Detail

setAlign

void setAlign(String align)
Alignment of this column.


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, Object[] or instance of org.apache.myfaces.tobago.model.SortableByApplication.



Copyright © 2002-2006 Apache Software Foundation. All Rights Reserved.