Overview | Methods | This Package | All Packages
Sets the DataBinding objects that are to be associated with elements in the template repeater row.
Syntax
public void setDataBindings( DataBinding[] dataBindings )
Parameters
dataBindings
An array of com.ms.wfc.data.ui.DataBinding objects.
Remarks
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