q
Tag column


The Column component is used to specify a separate column. Child components of the tag are used to render each cell of the current row. Can be specified only as a child tag for the dataTable or treeTable components.


Tag Information
Tag Classteamdev.jsf.taglib.TableColumnJspTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredBinding TypeELDefaultDescription
bindingfalseteamdev.jsf.component.datatable.TableColumnonlynullA value-binding expression that associates the column with a backing bean property.
bodyClassfalsejava.lang.StringtruenullA CSS class name for the column's body.
bodyOnclickfalsejava.lang.StringtruenullJavaScript code that should be executed on the client when the user clicks the left mouse button over the column's body.
bodyOndblclickfalsejava.lang.StringtruenullJavaScript code that should be executed on the client when the user double-clicks the left mouse button over the column's body.
bodyOnmousedownfalsejava.lang.StringtruenullJavaScript code that should be executed when the user clicks the mouse button over the column's body.
bodyOnmousemovefalsejava.lang.StringtruenullJavaScript code that should be executed when the user moves the mouse pointer over the column's body.
bodyOnmouseoutfalsejava.lang.StringtruenullJavaScript code that should be executed when the user moves the mouse pointer away from the column's body.
bodyOnmouseoverfalsejava.lang.StringtruenullJavaScript code that should be executed when the user moves the mouse pointer onto the column's body.
bodyOnmouseupfalsejava.lang.StringtruenullJavaScript code that should be executed when the user releases the mouse button over the column's body.
bodyStylefalsejava.lang.StringtruenullA style for the column's body.
filterExpressionfalsejava.lang.StringonlynullSpecifies the value by which the data will be filtered. Is used to provide filtering for the column.
filterKindfalseteamdev.jsf.component.datatable.FilterKindfalse"comboBox"The filter component for filtering the data.
Available values are:
"searchField" — is displayed as a text field
"comboBox" — is displayed as a combo box that contains all the unique values returned by the filterExpression attribute for that column
"dropDownField" — is displayed as a drop-down field which, like "comboBox", displays all the unique values and also allows the user to enter text manually
filterValuefalseteamdev.jsf.component.datatable.TextFilterCriterion,
teamdev.jsf.component.datatable.EmptyRecordsCriterion,
teamdev.jsf.component.datatable.NonEmptyRecordsCriterion
onlynullThe current filer value.
filterValuesfalsejava.lang.StringonlynullThe filter values that will appear in the "comboBox" or "dropDownField" filter components instead of displaying all of the possible values.
footerClassfalsejava.lang.StringtruenullA CSS class name for the column's footer.
footerOnclickfalsejava.lang.StringtruenullJavaScript code that should be executed on the client when the user clicks the left mouse button over the column's footer.
footerOndblclickfalsejava.lang.StringtruenullJavaScript code that should be executed on the client when the user double-clicks the left mouse button over the column's footer.
footerOnmousedownfalsejava.lang.StringtruenullJavaScript code that should be executed when the user clicks the mouse button over the column's footer.
footerOnmousemovefalsejava.lang.StringtruenullJavaScript code that should be executed when the user moves the mouse pointer over the column's footer.
footerOnmouseoutfalsejava.lang.StringtruenullJavaScript code that should be executed when the user moves the mouse pointer away from the column's footer.
footerOnmouseoverfalsejava.lang.StringtruenullJavaScript code that should be executed when the user moves the mouse pointer onto the column's footer.
footerOnmouseupfalsejava.lang.StringtruenullJavaScript code that should be executed when the user releases the mouse button over the column's footer.
footerStylefalsejava.lang.StringtruenullA style for the column's footer.
headerClassfalsejava.lang.StringtruenullA CSS class name for the column's header.
headerOnclickfalsejava.lang.StringtruenullJavaScript code that should be executed on the client when the user clicks the left mouse button over the column's header.
headerOndblclickfalsejava.lang.StringtruenullJavaScript code that should be executed on the client when the user double-clicks the left mouse button over the column's header.
headerOnmousedownfalsejava.lang.StringtruenullJavaScript code that should be executed when the user clicks over the column's header with either mouse button.
headerOnmousemovefalsejava.lang.StringtruenullJavaScript code that should be executed when the user moves the mouse pointer over the column's header.
headerOnmouseoutfalsejava.lang.StringtruenullJavaScript code that should be executed when the user moves the mouse pointer away from the column's header.
headerOnmouseoverfalsejava.lang.StringtruenullJavaScript code that should be executed when the user moves the mouse pointer onto the column's header.
headerOnmouseupfalsejava.lang.StringtruenullJavaScript code that should be executed when the user releases the mouse button over the column's header.
headerStylefalsejava.lang.StringtruenullA style for the column's header.
idfalsejava.lang.StringfalsenullThe component identifier.
onclickfalsejava.lang.StringtruenullJavaScript code that should be executed on the client when the user clicks the left mouse button over the column.
ondblclickfalsejava.lang.StringtruenullJavaScript code that should be executed on the client when the user double-clicks the left mouse button over the column.
onmousedownfalsejava.lang.StringtruenullJavaScript code that should be executed when the user clicks over the column with either mouse button.
onmousemovefalsejava.lang.StringtruenullJavaScript code that should be executed when the user moves the mouse pointer over the column.
onmouseoutfalsejava.lang.StringtruenullJavaScript code that should be executed when the user moves the mouse pointer away from the column.
onmouseoverfalsejava.lang.StringtruenullJavaScript code that should be executed when the user moves the mouse pointer onto the column.
onmouseupfalsejava.lang.StringtruenullJavaScript code that should be executed when the user releases the mouse button over the column.
renderedfalsebooleantruetrueA flag that indicates whether or not the column is visible.
sortingComparatorfalsejava.util.ComparatoronlynullIs used to compare the values provided by the "sortingExpression" attribute.
sortingExpressionfalsejava.lang.StringonlynullDefines the row's value that will be used during sorting. Is used to make the column sortable.
stylefalsejava.lang.StringtruenullA style for the entire column.
styleClassfalsejava.lang.StringtruenullA CSS class name for entire column.

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.