Package | Description |
---|---|
org.openqa.jetty.html |
Modifier and Type | Method and Description |
---|---|
Table |
Table.addCell(Object o) |
Table |
Table.addCell(Object o,
String attributes) |
Table |
Table.addHeading(Object o) |
Table |
Table.addHeading(Object o,
String attributes) |
Table |
Table.cellPadding(int padding)
Set the table cell padding.
|
Table |
Table.cellSpacing(int s)
Set the table cell spacing.
|
Table |
Table.newCell() |
Table |
Table.newCell(String attributes) |
Table |
Table.newHeading() |
Table |
Table.newRow()
Create new table row.
|
Table |
Table.newRow(String attributes)
Create new table row with attributes.
|
Table |
TableForm.outerTable()
Get the internal table
|
Table |
Table.spacing(int h,
int v)
Set horizontal and vertical spacing.
|
Table |
TableForm.table()
Get the internal table
|
Copyright © 2013. All Rights Reserved.