q
Tag checkboxColumn


The CheckBoxColumn component is used to specify a checkbox column, which is a special visual component that is rendered as a column of check boxes and whose values are not stored in the row's data object. You can use it as an alternative of or in addition to multiple selection or to implement complex selection models. Can be specified only as a child tag for the dataTable component. In one of the facets can be specified selectAllCheckbox tag.


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

Attributes
NameRequiredBinding TypeELDefaultDescription
alignfalsejava.lang.StringtruenullNo Description
bindingfalseteamdev.jsf.component.datatable.CheckboxColumnonlynullA value-binding expression that associates the checkboxColumn with a backing bean property.
bodyClassfalsejava.lang.StringtruenullA CSS class name for the checkbox column's body.
bodyOnclickfalsejava.lang.StringtruenullJavaScript code that should be executed on the client when the user clicks the left mouse button over the checkbox 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 checkbox column's body.
bodyOnmousedownfalsejava.lang.StringtruenullJavaScript code that should be executed when the user clicks over the checkbox column's body with either mouse button.
bodyOnmousemovefalsejava.lang.StringtruenullJavaScript code that should be executed when the user moves the mouse pointer over the checkbox column's body.
bodyOnmouseoutfalsejava.lang.StringtruenullJavaScript code that should be executed when the user moves the mouse pointer away from the checkbox column's body.
bodyOnmouseoverfalsejava.lang.StringtruenullJavaScript code that should be executed when the user moves the mouse pointer onto the checkbox column's body.
bodyOnmouseupfalsejava.lang.StringtruenullJavaScript code that should be executed when the user releases the mouse button over the checkbox column's body.
bodyStylefalsejava.lang.StringtruenullA style for the checkbox column's body.
filterCellClassfalsejava.lang.StringtruenullNo Description
filterCellStylefalsejava.lang.StringtruenullNo Description
footerClassfalsejava.lang.StringtruenullA CSS class name for the checkbox column's footer.
footerOnclickfalsejava.lang.StringtruenullJavaScript code that should be executed on the client when the user clicks the left mouse button over the checkbox 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 checkbox column's footer.
footerOnmousedownfalsejava.lang.StringtruenullJavaScript code that should be executed when the user clicks the mouse button over the checkbox column's footer.
footerOnmousemovefalsejava.lang.StringtruenullJavaScript code that should be executed when the user moves the mouse pointer over the checkbox column's footer.
footerOnmouseoutfalsejava.lang.StringtruenullJavaScript code that should be executed when the user moves the mouse pointer away from the checkbox column's footer.
footerOnmouseoverfalsejava.lang.StringtruenullJavaScript code that should be executed when the user moves the mouse pointer onto the checkbox column's footer.
footerOnmouseupfalsejava.lang.StringtruenullJavaScript code that should be executed when the user releases the mouse button over the checkbox column's footer.
footerStylefalsejava.lang.StringtruenullA style for the checkbox column's footer.
headerClassfalsejava.lang.StringtruenullA CSS class name for the checkbox column's header.
headerOnclickfalsejava.lang.StringtruenullJavaScript code that should be executed on the client when the user clicks the left mouse button over the checkbox 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 checkbox column's header.
headerOnmousedownfalsejava.lang.StringtruenullJavaScript code that should be executed when the user clicks over the checkbox column's header with either mouse button.
headerOnmousemovefalsejava.lang.StringtruenullJavaScript code that should be executed when the user moves the mouse pointer over the checkbox column's header.
headerOnmouseoutfalsejava.lang.StringtruenullJavaScript code that should be executed when the user moves the mouse pointer away from the checkbox column's header.
headerOnmouseoverfalsejava.lang.StringtruenullJavaScript code that should be executed when the user moves the mouse pointer onto the checkbox column's header.
headerOnmouseupfalsejava.lang.StringtruenullJavaScript code that should be executed when the user releases the mouse button over the checkbox column's header.
headerStylefalsejava.lang.StringtruenullA style for the checkbox 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 checkbox column.
ondblclickfalsejava.lang.StringtruenullJavaScript code that should be executed on the client when the user double-clicks the left mouse button over the checkbox column.
onmousedownfalsejava.lang.StringtruenullJavaScript code that should be executed when the user clicks over the checkbox column with either mouse button.
onmousemovefalsejava.lang.StringtruenullJavaScript code that should be executed when the user moves the mouse pointer over the checkbox column.
onmouseoutfalsejava.lang.StringtruenullJavaScript code that should be executed when the user moves the mouse pointer away from the checkbox column.
onmouseoverfalsejava.lang.StringtruenullJavaScript code that should be executed when the user moves the mouse pointer onto the checkbox column.
onmouseupfalsejava.lang.StringtruenullJavaScript code that should be executed when the user releases the mouse button over the checkbox column.
renderedfalsebooleantruetrueA flag that indicates whether or not the component is visible.
rowDatasfalsejava.util.List of data Object,
java.util.Set of data Object,
array of data Object
onlynullRow data objects for currently selected rows.
rowIndexesfalsejava.util.List of int,
java.util.Set of int,
array of int
onlynullIndexes of selected rows. The index of the first row is "0".
stylefalsejava.lang.StringtruenullA style for the entire checkbox column.
styleClassfalsejava.lang.StringtruenullA CSS class name for the entire checkbox column.
valignfalsejava.lang.StringtruenullNo Description
widthfalsejava.lang.StringtruenullNo Description

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.