q
Tag selectionColumn


The SelectionColumn component is used to specify a selection column that displays check boxes for multiple-row selection or radio buttons for single-row selection. The "selection column" is an alternative way for the user to change selection and see which row(s) is selected. 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.SelectionColumnJspTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredBinding TypeELDefaultDescription
alignfalsejava.lang.StringtruenullThe alignment of the column content.
bindingfalseSelectionColumnonlynullA value-binding expression that associates the selectionColumn with a backing bean property.
bodyClassfalsejava.lang.StringtruenullA CSS class name for the selection column's body.
bodyOnclickfalsejava.lang.StringtruenullJavaScript code that should be executed on the client when the user clicks the left mouse button over the selection 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 selection column's body.
bodyOnmousedownfalsejava.lang.StringtruenullJavaScript code that should be executed when the user clicks over the selection column's body with either mouse button.
bodyOnmousemovefalsejava.lang.StringtruenullJavaScript code that should be executed when the user moves the mouse pointer over the selection column's body.
bodyOnmouseoutfalsejava.lang.StringtruenullJavaScript code that should be executed when the user moves the mouse pointer away from the selection column's body.
bodyOnmouseoverfalsejava.lang.StringtruenullJavaScript code that should be executed when the user moves the mouse pointer onto the selection column's body.
bodyOnmouseupfalsejava.lang.StringtruenullJavaScript code that should be executed when the user releases the mouse button over the selection column's body.
bodyStylefalsejava.lang.StringtruenullA style for the selection 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 selection column's footer.
footerOnclickfalsejava.lang.StringtruenullJavaScript code that should be executed on the client when the user clicks the left mouse button over the selection 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 selection column's footer.
footerOnmousedownfalsejava.lang.StringtruenullJavaScript code that should be executed when the user clicks over the selection column's footer with either mouse button.
footerOnmousemovefalsejava.lang.StringtruenullJavaScript code that should be executed when the user moves the mouse pointer over the selection column's footer.
footerOnmouseoutfalsejava.lang.StringtruenullJavaScript code that should be executed when the user moves the mouse pointer away from the selection column's footer.
footerOnmouseoverfalsejava.lang.StringtruenullJavaScript code that should be executed when the user moves the mouse pointer onto the selection column's footer.
footerOnmouseupfalsejava.lang.StringtruenullJavaScript code that should be executed when the user releases the mouse button over the selection column's footer.
footerStylefalsejava.lang.StringtruenullA style for the selection column's footer.
headerClassfalsejava.lang.StringtruenullA CSS class name for the selection column's header.
headerOnclickfalsejava.lang.StringtruenullJavaScript code that should be executed on the client when the user clicks the left mouse button over the selection column's header.
headerOndblclickfalsejava.lang.StringtruenullJavaScript code that should be executed on the client when the user double-clicks left mouse button over the selection column's header.
headerOnmousedownfalsejava.lang.StringtruenullJavaScript code that should be executed when the user clicks over the selection column's header with either mouse button.
headerOnmousemovefalsejava.lang.StringtruenullJavaScript code that should be executed when the user moves the mouse pointer over the selection column's header.
headerOnmouseoutfalsejava.lang.StringtruenullJavaScript code that should be executed when the user moves the mouse pointer away from the selection column's header.
headerOnmouseoverfalsejava.lang.StringtruenullJavaScript code that should be executed when the user moves the mouse pointer onto the selection column's header.
headerOnmouseupfalsejava.lang.StringtruenullJavaScript code that should be executed when the user releases the mouse button over the selection column's header.
headerStylefalsejava.lang.StringtruenullA style for the selection 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.
onclickfalsejava.lang.StringtruenullJavaScript code that should be executed on the client when the user clicks the left mouse button over the selection column.
ondblclickfalsejava.lang.StringtruenullJavaScript code that should be executed on the client when the user double-clicks the left mouse button over the selection column.
onmousedownfalsejava.lang.StringtruenullJavaScript code that should be executed when the user clicks over the selection column with either mouse button.
onmousemovefalsejava.lang.StringtruenullJavaScript code that should be executed when the user moves the mouse pointer over the selection column.
onmouseoutfalsejava.lang.StringtruenullJavaScript code that should be executed when the user moves the mouse pointer away from the selection column.
onmouseoverfalsejava.lang.StringtruenullJavaScript code that should be executed when the user moves the mouse pointer onto the selection column.
onmouseupfalsejava.lang.StringtruenullJavaScript code that should be executed when the user releases the mouse button over the selection 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.
sortablefalsebooleantruefalseA flag that indicates whether or not this column can be sorted.
stylefalsejava.lang.StringtruenullA style for the entire selection column.
styleClassfalsejava.lang.StringtruenullA CSS class name for the entire selection 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.