q
Tag multipleNodeSelection


The component is used for multiple node selection. Can be specified only as a child tag for the treeTable component.


Tag Information
Tag Classteamdev.jsf.taglib.MultipleNodeSelectionJspTag
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.
nodeDatasfalsejava.util.List of Object,
java.util.Set of Object,
array of Object
onlynullThe node data objects for a currently selected node. The value "null" means that no node is currently selected.
nodePathsfalsejava.util.List of teamdev.jsf.component.treetable.TreePath,
java.util.Set of teamdev.jsf.component.treetable.TreePath,
array of teamdev.jsf.component.treetable.TreePath
onlynullThe full path to a currently selected node. The value "null" means that no node is currently selected.
onchangefalsejava.lang.StringtruenullJavaScript code that should be executed every time the user changes selection.
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.