Package | Description |
---|---|
org.fireweb.html |
Modifier and Type | Method and Description |
---|---|
Table |
Table.addColumn()
Append column with empty cell to table
|
Table |
Table.clear()
Clears all elements in the table: rows, columns, caption
|
Table |
Table.insertColumn(int column)
Insert table column with empty cell at given index
|
Table |
Table.removeCell(int row,
int column)
Remove table cell at given row and column
|
Table |
Table.removeCell(TableCell tableCell)
Remove cell instance from table
|
Table |
Table.removeColumn(int column)
Removes column from table
|
Table |
Table.removeRow(int row)
Removes row from table at given index
|
Table |
Table.setBorder(java.lang.Integer border)
Set "border" property and if element was draw call script at browser.
|
Table |
Table.setCell(int row,
int column,
TableCell tableCell)
Set cell at table in given row and column
|
Table |
Table.setCellpadding(java.lang.Integer cellpadding)
Set "cellpadding" property and if element was draw call script at
browser.
|
Table |
Table.setCellspacing(java.lang.Integer cellspacing)
Set "cellspacing" property and if element was draw call script at
browser.
|
Table |
Table.setFrame(Table.Frame frame)
Set "frame" property and if element was draw call script at browser.
|
Table |
Table.setRow(int row,
TableRow tr)
Set/replace row at table in given row and column
|
Table |
Table.setRules(Table.Rules rules)
Set "rules" property and if element was draw call script at browser.
|
Table |
Table.setWidth(Length width)
Set "width" property and if element was draw call script at browser.
|