org.apache.myfaces.tobago.taglib.component
Interface ColumnTagDeclaration
- All Superinterfaces:
- HasBinding, HasId, HasIdBindingAndRendered, HasLabel, HasTip, HasWidth, IsRendered, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.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.
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
Method Summary |
void |
setAlign(java.lang.String align)
Alignment of this column. |
void |
setMarkup(java.lang.String markup)
Indicate markup of this component. |
void |
setResizable(java.lang.String resizable)
Flag indicating whether or not the width of this column is resizable. |
void |
setSortable(java.lang.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.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 |
setAlign
void setAlign(java.lang.String align)
- Alignment of this column.
setSortable
void setSortable(java.lang.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(java.lang.String resizable)
- Flag indicating whether or not the width of this column is resizable.
setMarkup
void setMarkup(java.lang.String markup)
- Indicate markup of this component.
Possible value is 'none'. But this can be overridden in the theme.
Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.