public class TableLayoutRow
extends java.lang.Object
Constructor | Description |
---|---|
TableLayoutRow(TableLayout tableLayoutTag) |
Modifier and Type | Method | Description |
---|---|---|
void |
addCell(TableLayoutCell tag) |
Adds a new cell to this row
|
void |
addComponentsForRow() |
|
int |
getRowIndex() |
public TableLayoutRow(TableLayout tableLayoutTag)
public void addCell(TableLayoutCell tag)
tag
- the td elementpublic void addComponentsForRow()
public int getRowIndex()