|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TableBuilder
Builds an table element.
Field Summary | |
---|---|
static java.lang.String |
UNSUPPORTED_HTML
|
Method Summary | |
---|---|
TableBuilder |
border(int border)
The width of the border around the table. |
TableBuilder |
cellPadding(int cellPadding)
Specifies the horizontal and vertical space between cell content and cell borders. |
TableBuilder |
cellSpacing(int cellSpacing)
Specifies the horizontal and vertical separation between cells. |
TableBuilder |
frame(java.lang.String frame)
Specifies which external table borders to render. |
TableBuilder |
rules(java.lang.String rules)
Specifies which internal table borders to render. |
TableBuilder |
width(java.lang.String width)
Specifies the desired table width. |
Field Detail |
---|
static final java.lang.String UNSUPPORTED_HTML
Method Detail |
---|
TableBuilder border(int border)
TableBuilder cellPadding(int cellPadding)
TableBuilder cellSpacing(int cellSpacing)
TableBuilder frame(java.lang.String frame)
TableBuilder rules(java.lang.String rules)
TableBuilder width(java.lang.String width)
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |