public class TableLayoutRow
extends Object
Represents a single row in a TableLayout.
| Constructor and description |
|---|
TableLayoutRow(TableLayout tableLayoutTag)Creates a row for the supplied table layout. |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public void |
addCell(TableLayoutCell tag)Adds a new cell to this row |
|
public void |
addComponentsForRow()Materializes the row into the parent layout by assigning row coordinates to each cell. |
|
public int |
getRowIndex()
|
Creates a row for the supplied table layout.
tableLayoutTag - the owning table layoutAdds a new cell to this row
tag - the td elementMaterializes the row into the parent layout by assigning row coordinates to each cell.
Copyright © 2003-2026 The Apache Software Foundation. All rights reserved.