Retrieves the DataBinding objects that are associated with elements in the template repeater row.
public DataBinding[] getDataBindings()
Returns an array of com.ms.wfc.data.ui.DataBinding objects.
Each DataBinding object 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, setDataBindings