Specifies the template row that will be cloned for each record of data in the recordset.
public void setRepeaterRow( DhRow repeaterRow )
repeaterRow
A DhRow object with the desired formatting and data bound elements.
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