rich
Tag subTable




Tag Information
Tag Classorg.richfaces.taglib.SubTableTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
rowClassesfalsefalsejava.lang.StringA comma-delimited list of CSS style classes that is applied to popup table rows. A space separated list of classes may also be specified for any individual row. Thes styles are applied, in turn, to each row in the table. For example, if the list has two elements, the first style class in the list is applied to the first row, the second to the second row, the first to the third row, the second to the fourth row, etc. In other words, we keep iterating through the list until we reach the end, and then we start at the beginning again.
onRowClickfalsefalsejava.lang.StringNo Description
componentStatefalsefalsejava.lang.StringcomponentState
onRowDblClickfalsefalsejava.lang.StringNo Description
renderedfalsefalsejava.lang.StringIf "false", this component is rendered.
onRowMouseDownfalsefalsejava.lang.StringNo Description
footerClassfalsefalsejava.lang.StringSpace-separated list of CSS style class(es) that are be applied to any footer generated for this table.
idfalsefalsejava.lang.StringEvery component may have a unique id that is automatically created if omitted
ajaxKeysfalsefalsejava.lang.StringajaxKeys
rowKeyfalsefalsejava.lang.StringrowKey
varfalsefalsejava.lang.StringA request-scope attribute under which the data object for the current row is exposed when iterating
onRowMouseOverfalsefalsejava.lang.StringNo Description
varStatefalsefalsejava.lang.StringvarState
valuefalsefalsejava.lang.Stringvalue
rowsfalsefalsejava.lang.StringA number of rows to display, or zero for all remaining rows in the table
onRowMouseUpfalsefalsejava.lang.StringNo Description
columnClassesfalsefalsejava.lang.StringComma-delimited list of CSS style classes that are be applied to the columns of this table. A space separated list of classes may also be specified for any individual column. If the number of elements in this list is less than the number of columns specified in the "columns" attribute, no "class" attribute is output for each column greater than the number of elements in the list. If the number of elements in the list is greater than the number of columns specified in the "columns" attribute, the elements at the posisiton in the list after the value of the "columns" attribute are ignored.
firstfalsefalsejava.lang.StringA zero-relative row number of the first row to display
headerClassfalsefalsejava.lang.StringSpace-separated list of CSS style class(es) that are be applied to any header generated for this table.
onRowMouseMovefalsefalsejava.lang.StringNo Description
onRowMouseOutfalsefalsejava.lang.StringNo Description
bindingfalsefalsejava.lang.StringThe attribute takes a value-binding expression for a component property of a backing bean

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.