Methods | This Package | All Packages

DataBinder Class

Manages the collection of bindings between a data source and a set of components.

Component
  |
  +--DataBinder

package com.ms.wfc.data.ui

public class DataBinder
extends
Component
implements
IDataSourceListener

Remarks

Typically, a component is a visual control and a data source is a recordset. A bound control can exchange data between a property and a field of the data source. A complex control, such as the DataGrid control, can bind directly to a data source. A simple control, such as an edit box or check box, requires a DataBinder control to facilitate the binding.

Each binding is represented by a DataBinding object.

See Also   Data Binding in WFC