Package | Description |
---|---|
org.fireweb.html |
Modifier and Type | Method and Description |
---|---|
TableRow |
Table.addRow()
Append empty row to table
|
TableRow |
Table.getRow(int row)
Return row element at given row number
|
TableRow |
TableRow.inserColumn(int column,
TableCell tableCell)
Insert column number at row
|
TableRow |
Table.insertRow(int row)
Insert empty table row at given index
|
TableRow |
TableRow.removeCell(TableCell tableCell)
Remove cell at row (column).
|
TableRow |
TableRow.removeColumn(int column)
Remove column from row
|
TableRow |
TableRow.setAlign(TableRow.Align align)
Set "align" property and if element was draw call script at browser.
|
TableRow |
TableRow.setCell(int column,
TableCell tableCell)
Puts given table cell at column.
|
TableRow |
TableRow.setVerticalAlign(TableRow.VerticalAlign verticalAlign)
Set "vAlign" property and if element was draw call script at browser.
|
Modifier and Type | Method and Description |
---|---|
void |
Table.addRow(TableRow tr)
Append row to table
|
Table |
Table.setRow(int row,
TableRow tr)
Set/replace row at table in given row and column
|