DhRow Class

DhRow Class

This Package | All Packages

DhElement
  |
  +--DhBaseContainer
    |
    +--DhRow
public class DhRow
extends DhBaseContainer

Creates a table row.

Constructors
Name Description
DhRow() Creates a DhRow object.

Methods
Name Description
add(DhCell cell) Adds a cell to end of this row.
getCell( int nCol ) Topic under construction.
getColumnCount() Topic under construction.
getDataField( ) Topic under construction.
getRecordNumber() Topic under construction.
setDataField( String strDataField ) Topic under construction.

Constructors

DhRow.DhRow

Syntax
public DhRow();
Description

Creates a DhRow object. This constructor creates an empty row.

Methods

DhRow.add

Syntax
public void add( DhCell cell );
Parameters
cell
The cell to add to this row.
Description

Adds a cell to end of this row.

DhRow.getCell

Syntax
public DhCell getCell( int nCol );
Description

Topic under construction.

DhRow.getColumnCount

Syntax
public int getColumnCount();
Description

Topic under construction.

DhRow.getDataField

Syntax
public String getDataField( );
Description

Topic under construction.

DhRow.getRecordNumber

Syntax
public int getRecordNumber();
Description

Topic under construction.

DhRow.setDataField

Syntax
public void setDataField( String strDataField );
Description

Topic under construction.