DataBinding.DataBinding

Overview | Methods | This Package | All Packages

DataBinding.DataBinding

Creates a DataBinding object.

Syntax

public DataBinding()

public DataBinding( IComponent target, String propertyName, String fieldName )

public DataBinding( IComponent target, String propertyName, String fieldName, IDataFormat format )

Parameters

target

The component to bind.

propertyName

The name of the property on the target component to bind.

fieldName

The name of the field in the data source that will supply data to the propertyName property.

format

The IDataFormat object to use to format the display of the bound data.