Tomahawk tag library 1.2.
Tag column


A tag that extend h:column to provide HTML passthrough attributes. Tag t:column can be used instead of h:column in a t:datatable. It provides HTML passthrough attributes for header (th), footer (td) and row cells (td). Unless otherwise specified, all attributes accept static values or EL expressions.


Tag Information
Tag Classorg.apache.myfaces.custom.column.HtmlColumnTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
groupByfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
This attribute tells the datatable to group by data in this column
groupByValuefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
Optional - Allows you configure where to get the value to check for the group change condition. Default: all children of the column cell will be checked
defaultSortedfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
This attribute tells the datatable to make this column the default sorted, when sortable=true
sortablefalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
This attribute makes this column automaticaly sortable by a row object's property
sortPropertyNamefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
This attribute tells row object's property by which sorting will be performed on this column
footerdirfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
No Description
footerlangfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
No Description
footeronclickfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
No Description
footerondblclickfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
No Description
footeronkeydownfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
No Description
footeronkeypressfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
No Description
footeronkeyupfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
No Description
footeronmousedownfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
No Description
footeronmousemovefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
No Description
footeronmouseoutfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
No Description
footeronmouseoverfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
No Description
footeronmouseupfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
No Description
footerstylefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
No Description
footerstyleClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
Corresponds to the HTML class attribute.
footertitlefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
No Description
headerdirfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
No Description
headerlangfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
No Description
headeronclickfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
No Description
headerondblclickfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
No Description
headeronkeydownfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
No Description
headeronkeypressfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
No Description
headeronkeyupfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
No Description
headeronmousedownfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
No Description
headeronmousemovefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
No Description
headeronmouseoutfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
No Description
headeronmouseoverfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
No Description
headeronmouseupfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
No Description
headerstylefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
No Description
headerstyleClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
Corresponds to the HTML class attribute.
headertitlefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
No Description
dirfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
HTML: The direction of text display, either 'ltr' (left-to-right) or 'rtl' (right-to-left).
langfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
HTML: The base language of this document.
onclickfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
HTML: Script to be invoked when the element is clicked.
ondblclickfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
HTML: Script to be invoked when the element is double-clicked.
onkeydownfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
HTML: Script to be invoked when a key is pressed down over this element.
onkeypressfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
HTML: Script to be invoked when a key is pressed over this element.
onkeyupfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
HTML: Script to be invoked when a key is released over this element.
onmousedownfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
HTML: Script to be invoked when the pointing device is pressed over this element.
onmousemovefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
HTML: Script to be invoked when the pointing device is moved while it is in this element.
onmouseoutfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
HTML: Script to be invoked when the pointing device is moves out of this element.
onmouseoverfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
HTML: Script to be invoked when the pointing device is moved into this element.
onmouseupfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
HTML: Script to be invoked when the pointing device is released over this element.
stylefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
HTML: CSS styling instructions.
styleClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
The CSS class for this element. Corresponds to the HTML 'class' attribute.
titlefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
HTML: An advisory title for this element. Often used by the user agent as a tooltip.
widthfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
This attribute can be used to set the width of the elements.
colspanfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
This attribute specifies the colspan attribute for the cell
headercolspanfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
No Description
footercolspanfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
No Description
columnIdfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
The columnId which will be used as id for the column header. Notice: As the rowId on t:datatable this will not add any namespace to the id. The id will be rendered exactly as you provide it.
idfalsefalsejava.lang.StringGet a string which uniquely identifies this UIComponent within the scope of the nearest ancestor NamingContainer component. The id is not necessarily unique across all components in the current view.
renderedfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
A boolean value that indicates whether this component should be rendered. Default value: true.
bindingfalsefalsejavax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
Identifies a backing bean property (of type UIComponent or appropriate subclass) to bind to this component instance. This value must be an EL expression.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.