Represents a row in a table layout
| Constructor and description |
|---|
TableLayoutRow
(TableLayout tableLayoutTag) |
| Type | Name and description |
|---|---|
void |
addCell(TableLayoutCell tag)Adds a new cell to this row |
void |
addComponentsForRow() |
int |
getRowIndex()@return the row index of this row |
Adds a new cell to this row
tag - the td element
Copyright © 2003-2014 The Codehaus. All rights reserved.