Creates a DhTable object.
public DhTable()
public DhTable( IDataSource dataSource )
public DhTable( IDataSource dataSource, String dataMember, DataBinding[] dataBindings, DhRow repeaterRow )
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.
This default constructor creates an empty table element.
See Also setRepeaterRow, setDataBindings