sweetdev-ria-el
Tag tbodyIterator


Iterate over a collection and fill a grid model with its data. Nested in tag : ria:grid


Tag Information
Tag Classcom.ideo.sweetdevria.taglib.el.ELGridBodyIteratorTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameGrid Body Iterator

Attributes
NameRequiredRequest-timeTypeDescription
collectionfalsetruejava.util.CollectionThe collection to iterate over. Use it with the var attribute to target the data. This attribute must not be filled if the dataProvider does not require a collection evaluation.
dataProviderfalsetruecom.ideo.sweetdevria.taglib.grid.data.IGridDataProviderThe data provider accessing to the data of this grid. If the dataProvider does not require a collection evaluation, either this attribute OR the collection attribute must be filled.
varfalsetruejava.lang.StringSet a request session variable containing the data stored in the collection during the iteration.
rowPerPagefalsetrueintSet the minimum number of row to display per page.
rowCountVarfalsetruejava.lang.StringSet the variable name where will be stored the current row count during the iteration over the 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.