q
Tag singleNodeSelection


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


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

Attributes
NameRequiredBinding TypeELDefaultDescription
actionfalsejava.lang.StringtruenullSimilar 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.
nodeDatafalseObjectonlynullThe node data object for a currently selected node. The value "null" means that no node is currently selected.
nodePathfalseteamdev.jsf.component.treetable.TreePathonlynullThe 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 a selected row.
styleClassfalsejava.lang.StringtruenullA CSS class name for a selected row.

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.