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

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

public interface ColumnTagDeclaration
extends TobagoTagDeclaration, HasIdBindingAndRendered, HasLabel, HasTip, HasWidth

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 setMarkup(String markup)
          Indicate markup of this component.
 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
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasTip
setTip
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasWidth
setWidth
 

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 or Object[].


setMarkup

void setMarkup(String markup)
Indicate markup of this component. Possible value is 'none'. But this can be overridden in the theme.



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