
Defines a cell in a row, which is defined by the Row data type.
A cell can contain either a Table , or an array of iView objects.
Fields
|
Name |
Type |
Description |
|---|---|---|
|
width |
String |
Specifies the width of the cell, in percent. The value includes the percent sign (%). For example, 100% . |
|
colspan |
int |
Specifies the number of columns that the cell spans in the table. |
|
hasNestedTable |
boolean |
Indicates whether the cell contains a table. If true , the table is specified in table . |
|
table |
A table to display in the cell. |
|
|
cellIviews |
iView [] |
An array of iViews to display in this cell. |