Overview | Methods | This Package | All Packages
Specifies the template row that will be cloned for each record of data in the recordset.
Syntax
public void setRepeaterRow( DhRow repeaterRow )
Parameters
repeaterRow
A DhRow object with the desired formatting and data bound elements.
Remarks
Specify elements within the row that you would like to have bound to data by attaching them to a com.ms.wfc.data.ui.DataBinding object. If there are events set on elements within the repeaterRow, they will be duplicated for all rows of the data. Be aware that event duplication is expensive and adding many events to the repeater row slows table generation considerably. It is often better to set the event on just the row or table and use event bubbling to handle it.
See Also getRepeaterRow