DhTable.getDataBindings

Overview | Methods | This Package | All Packages

DhTable.getDataBindings

Retrieves the DataBinding objects that are associated with elements in the template repeater row.

Syntax

public DataBinding[] getDataBindings()

Return Value

Returns an array of com.ms.wfc.data.ui.DataBinding objects.

Remarks

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