DhTable.DhTable

Overview | Methods | This Package | All Packages

DhTable.DhTable

Creates a DhTable object.

Syntax

public DhTable()

public DhTable( IDataSource dataSource )

public DhTable( IDataSource dataSource, String dataMember, DataBinding[] dataBindings, DhRow repeaterRow )

Parameters

dataSource

The com.ms.wfc.data.IDataSource object to display in this table.

dataMember

The data member.

dataBindings

An array of com.ms.wfc.data.ui.DataBinding objects that describe the data bindings within the repeaterRow.

repeaterRow

The DhRow object with the desired elements and formatting that are bound to the  DataBinding object.

Remarks

This default constructor creates an empty table element.

See Also   setRepeaterRow, setDataBindings