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 or treeTable 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.StringtruenullThe alignment of the column content.
bindingfalseCheckboxColumnonlynullA 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.StringtruenullA CSS class name for the cell in the filter row (row that contains the filter components).
filterCellStylefalsejava.lang.StringtruenullA style for the cell in the filter row (row that contains the filter components).
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.
minResizingWidthfalsejava.lang.StringtruenullApplicable only when column resizing is enabled for a table. Specifies the minimum width that this column can take when the user resizes this column. It can be specified using any CSS units except percent.
nodePathsfalsejava.util.List of TreePath,
java.util.Set of TreePath,
array of TreePath
onlynullThe full path to a currently checked node. The value "null" means that no node is currently checked. The attribute is only effective for the treeTable component.
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.
resizeablefalsebooleantruenoneApplicable only when column resizing is enabled for a table. This attribute can be used to disable manual resizing for a particular column.
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. The attribute is only effective for the dataTable component.
sortablefalsebooleantruefalseA flag that indicates whether or not this column can be sorted.
stylefalsejava.lang.StringtruenullA style for the entire checkbox column.
styleClassfalsejava.lang.StringtruenullA CSS class name for the entire checkbox column.
valignfalsejava.lang.StringtruenullThe vertical alignment of the column content.
widthfalsejava.lang.StringtruenullThe width of the column. Can be specified in any units (px, mm, em, etc.).

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.