q
Tag singleRowSelection


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


Tag Information
Tag Classteamdev.jsf.taglib.SingleRowSelectionJspTag
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.
onchangefalsejava.lang.StringtruenullJavaScript code that should be executed every time the user changes selection.
rowDatafalsejava.lang.StringonlynullThe row data object for a currently selected row. The value "null" means no row is currently selected.
rowIndexfalseintonlynullThe index of the selected row. The index of the first row is "0". The value "-1" means there is no row currently selected or the selected row is not visible because of another page being viewed or filtering applied.
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.