o
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 Classorg.openfaces.taglib.jsp.table.CheckboxColumnJspTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredBinding TypeELDefaultDescription
alignfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullThe alignment of the column content.
bindingfalsejavax.el.ValueExpression
(must evaluate to org.openfaces.component.table.CheckboxColumn)
onlynullA value-binding expression that associates the checkboxColumn with a backing bean property.
bodyClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA CSS class name for the checkbox column's body.
bodyOnclickfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed on the client when the user clicks the left mouse button over the checkbox column's body.
bodyOndblclickfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed on the client when the user double-clicks the left mouse button over the checkbox column's body.
bodyOnmousedownfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user clicks over the checkbox column's body with either mouse button.
bodyOnmousemovefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user moves the mouse pointer over the checkbox column's body.
bodyOnmouseoutfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user moves the mouse pointer away from the checkbox column's body.
bodyOnmouseoverfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user moves the mouse pointer onto the checkbox column's body.
bodyOnmouseupfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user releases the mouse button over the checkbox column's body.
bodyStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA style for the checkbox column's body.
fixedfalsejavax.el.ValueExpression
(must evaluate to boolean)
truenoneApplicable only when horizontal scrolling is enabled for a table. Assigning true to this attribute "fixes" the column which means that it is excluded from horizontal scrolling and is always visible regardless of scroll position.
footerfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullThe value that can serve as a convenience substitution for specifying in the column's "footer" facet.
footerClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA CSS class name for the checkbox column's footer.
footerOnclickfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed on the client when the user clicks the left mouse button over the checkbox column's footer.
footerOndblclickfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed on the client when the user double-clicks the left mouse button over the checkbox column's footer.
footerOnmousedownfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user clicks the mouse button over the checkbox column's footer.
footerOnmousemovefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user moves the mouse pointer over the checkbox column's footer.
footerOnmouseoutfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user moves the mouse pointer away from the checkbox column's footer.
footerOnmouseoverfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user moves the mouse pointer onto the checkbox column's footer.
footerOnmouseupfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user releases the mouse button over the checkbox column's footer.
footerStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA style for the checkbox column's footer.
headerfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullThe value that can serve as a convenience substitution for specifying in the column's "header" facet, or serve for identifying the column name in such components as or .
headerClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA CSS class name for the checkbox column's header.
headerOnclickfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed on the client when the user clicks the left mouse button over the checkbox column's header.
headerOndblclickfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed on the client when the user double-clicks the left mouse button over the checkbox column's header.
headerOnmousedownfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user clicks over the checkbox column's header with either mouse button.
headerOnmousemovefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user moves the mouse pointer over the checkbox column's header.
headerOnmouseoutfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user moves the mouse pointer away from the checkbox column's header.
headerOnmouseoverfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user moves the mouse pointer onto the checkbox column's header.
headerOnmouseupfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user releases the mouse button over the checkbox column's header.
headerStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA style for the checkbox column's header.
idfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
falsenullThe component identifier.
minResizingWidthfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullApplicable 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.
nodePathsfalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
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.
onclickfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed on the client when the user clicks the left mouse button over the checkbox column.
oncontextmenufalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user presses right mouse button over the component (or performs the other context menu invocation action depending on the platform).
ondblclickfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed on the client when the user double-clicks the left mouse button over the checkbox column.
onmousedownfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user clicks over the checkbox column with either mouse button.
onmousemovefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user moves the mouse pointer over the checkbox column.
onmouseoutfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user moves the mouse pointer away from the checkbox column.
onmouseoverfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user moves the mouse pointer onto the checkbox column.
onmouseupfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user releases the mouse button over the checkbox column.
renderedfalsejavax.el.ValueExpression
(must evaluate to boolean)
truetrueA flag that indicates whether or not the component is visible.
resizablefalsejavax.el.ValueExpression
(must evaluate to boolean)
truenoneApplicable only when column resizing is enabled for a table. This attribute can be used to disable manual resizing for a particular column.
rowDatasfalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
onlynullRow data objects for currently selected rows.
rowIndexesfalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
onlynullIndexes of selected rows. The index of the first row is 0. The attribute is only effective for the dataTable component.
sortablefalsejavax.el.ValueExpression
(must evaluate to boolean)
truefalseA flag that indicates whether or not this column can be sorted.
stylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA style for the entire checkbox column.
styleClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA CSS class name for the entire checkbox column.
subHeaderClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA CSS class name for the cell in the sub-header row.
subHeaderStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA style for the cell in the sub-header row.
valignfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullThe vertical alignment of the column content.
widthfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullThe 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.