q
Tag multipleRowSelection


The MultipleRowSelection component is used for multiple row selection. Can be specified only as a child tag for the dataTable component.


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

Attributes
NameRequiredBinding TypeELDefaultDescription
actionfalsejava.lang.StringtruenullIs similar to the "action" attribute of the HTMLCommandButton component. It can either specify a string defining the static outcome of the selection change action, or it can be defined as a method-binding expression. Defining the "action" attribute causes form submission when the user changes selection.
enabledfalsebooleantruetrueA flag that indicates whether or not the user can change selection.
keyboardSupportfalsebooleantruetrueA flag that indicates whether or not selection can be made with the keyboard.
mouseSupportfalsebooleantruetrueA flag that indicates whether or not selection can be made with the mouse.
onchangefalsejava.lang.StringtruenullJavaScript code that should be executed every time the user changes selection.
rowDatasfalselist of data objects,
set of data objects,
array of data objects
onlynullRow data objects for currently selected rows.
rowIndexesfalselist of int,
set of int,
array of int
onlynullIndexes of the selected rows. The index of the first row is "0".
stylefalsejava.lang.StringtruenullA style for selected rows.
styleClassfalsejava.lang.StringtruenullA CSS class name for selected rows.

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.