Class Index | File Index

Classes


Class Qww.Table.Row

Represents a row of data in the table.

Defined in: <JavaScript\QWW\QwwJs_TableMgr.js>.

Class Summary
Constructor Attributes Constructor Name and Description
 
Constructs a new Qww.Table.Row instance.
Field Summary
Field Attributes Field Name and Description
 
Array of Qww.Table.Cell objects for the row.
 
Returns whether the row is a header row.
 
Record number for the row.
Method Summary
Method Attributes Method Name and Description
 
Returns a summary string of the row.
Class Detail
Qww.Table.Row()
Constructs a new Qww.Table.Row instance.
Field Detail
{Qww.Table.Cell[]} Cells
Array of Qww.Table.Cell objects for the row.

{Bool} IsHeader
Returns whether the row is a header row.

{Int} RecordNumber
Record number for the row.
See:
Qww.Table.Mgr#SelectSingleRecord
Method Detail
GetSummary()
Returns a summary string of the row.