Package | Description |
---|---|
com.google.gwt.dom.builder.client |
Classes used to build DOM elements.
|
com.google.gwt.dom.builder.shared |
Classes used to build DOM elements.
|
com.google.gwt.user.cellview.client |
The "cellview" widget set.
|
Modifier and Type | Class and Description |
---|---|
class |
DomTableRowBuilder
DOM-based implementation of
TableRowBuilder . |
Modifier and Type | Method and Description |
---|---|
TableRowBuilder |
DomTableRowBuilder.align(java.lang.String align) |
TableRowBuilder |
DomTableRowBuilder.ch(java.lang.String ch) |
TableRowBuilder |
DomTableRowBuilder.chOff(java.lang.String chOff) |
TableRowBuilder |
DomTableRowBuilder.html(SafeHtml html) |
TableRowBuilder |
DomElementBuilderBase.startTR() |
TableRowBuilder |
DomTableRowBuilder.text(java.lang.String text) |
TableRowBuilder |
DomTableRowBuilder.vAlign(java.lang.String vAlign) |
Modifier and Type | Class and Description |
---|---|
class |
HtmlTableRowBuilder
HTML-based implementation of
TableRowBuilder . |
Modifier and Type | Method and Description |
---|---|
TableRowBuilder |
TableRowBuilder.align(java.lang.String align)
Horizontal alignment of data within cells of this row.
|
TableRowBuilder |
HtmlTableRowBuilder.align(java.lang.String align) |
TableRowBuilder |
TableRowBuilder.ch(java.lang.String ch)
Alignment character for cells in a column.
|
TableRowBuilder |
HtmlTableRowBuilder.ch(java.lang.String ch) |
TableRowBuilder |
TableRowBuilder.chOff(java.lang.String chOff)
Offset of alignment character.
|
TableRowBuilder |
HtmlTableRowBuilder.chOff(java.lang.String chOff) |
abstract TableRowBuilder |
ElementBuilderFactory.createTRBuilder() |
TableRowBuilder |
HtmlTableRowBuilder.html(SafeHtml html) |
TableRowBuilder |
HtmlElementBuilderBase.startTR() |
TableRowBuilder |
ElementBuilderBase.startTR()
Append a tablerow element.
|
TableRowBuilder |
HtmlTableRowBuilder.text(java.lang.String text) |
TableRowBuilder |
TableRowBuilder.vAlign(java.lang.String vAlign)
Vertical alignment of data within cells of this row.
|
TableRowBuilder |
HtmlTableRowBuilder.vAlign(java.lang.String vAlign) |
Modifier and Type | Method and Description |
---|---|
protected TableRowBuilder |
AbstractHeaderOrFooterBuilder.startRow()
Add a header (or footer) row to the table, below any rows previously added.
|
TableRowBuilder |
AbstractCellTableBuilder.startRow()
Start a row and return the
TableRowBuilder for this row. |
TableRowBuilder |
AbstractCellTableBuilder.startRow(T rowValue)
Start a row and return the
TableRowBuilder for this row. |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractCellTableBuilder.addRowAttributes(TableRowBuilder row)
Hook for subclasses to add their own attributes to each row in the table.
|
protected void |
AbstractCellTableBuilder.addRowAttributes(TableRowBuilder row,
T rowValue)
Hook for subclasses to add their own attributes to each row in the table.
|