Sets the DataBinding objects that are to be associated with elements in the template repeater row.
public void setDataBindings( DataBinding[] dataBindings )
dataBindings
An array of com.ms.wfc.data.ui.DataBinding objects.
Each data binding must reference a column in the current recordset and an object in the repeater row. If no repeater row is specified, these bindings are ignored,and the table displays the default data formatting.
See Also setRepeaterRow, getDataBindings