o
Tag selectAllCheckbox


The selectAllCheckbox component adds a check box to the column header or footer. When the user selects this check box, all the check boxes within the column get selected. And if the user clears this check box, all the check boxes in the column are cleared too. It should be defined as a child tag for the column's (checkboxColumn, selectionColumn) "header" or "footer" facets, or both.


Tag Information
Tag Classorg.openfaces.taglib.jsp.table.SelectAllCheckboxJspTag
TagExtraInfo ClassNone
Body Contentempty
Display NameNone

Attributes
NameRequiredBinding TypeELDefaultDescription
bindingfalsejavax.el.ValueExpression
(must evaluate to org.openfaces.component.table.SelectAllCheckbox)
onlynullA value-binding expression that associates the component with a backing bean property.
disabledfalsejavax.el.ValueExpression
(must evaluate to boolean)
truefalseA flag that enables or disables the component.
idfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
falsenullThe component identifier.
renderedfalsejavax.el.ValueExpression
(must evaluate to boolean)
truetrueA flag that indicates whether or not the component is visible.

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.