| Modifier and Type | Method and Description |
|---|---|
Table |
GenericTableFormBuilder.getTable()
Deprecated.
Return the current table, or null if nothing is current.
|
protected Table |
GenericTableFormBuilder.table()
Deprecated.
Gets the current table, or creates a new one if none is set.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
HorizontalFormBuilder.onTableAdded(Table t)
Deprecated.
|
protected void |
GenericTableFormBuilder.onTableAdded(Table t)
Deprecated.
Called when a new table is added.
|
void |
GenericTableFormBuilder.setTable(Table b)
Deprecated.
Sets a new table.
|
| Modifier and Type | Method and Description |
|---|---|
Table |
LookupInputBase.getTable()
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ButtonBar |
class |
CaptionedHeader
Small header component to separate items vertically on a page.
|
class |
SplitPanel
A simple two-column divider, where the widths of both columns can be set using table
width specifications.
|
| Modifier and Type | Method and Description |
|---|---|
protected Table |
ExpandingEditTable.getTable()
Return the backing table for this data browser.
|
| Modifier and Type | Method and Description |
|---|---|
protected Table |
DataTable.getTable()
Return the backing table for this data browser.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HtmlTagRenderer.visitTable(Table n) |
| Modifier and Type | Method and Description |
|---|---|
Table |
TBody.getTable()
Return the table that contains this body.
|
Table |
TD.getTable() |
| Modifier and Type | Method and Description |
|---|---|
void |
INodeVisitor.visitTable(Table n) |
void |
NodeVisitorBase.visitTable(Table n) |
| Modifier and Type | Method and Description |
|---|---|
Table |
MiniTableBuilder.getTable() |
| Modifier and Type | Method and Description |
|---|---|
static void |
DomUtil.adjustTableColspans(Table table)
Walks the entire table and adjusts it's colspans.
|
static void |
DomUtil.balanceTable(Table t)
This balances tables to ensure that all rows have an equal number of rows and
columns, taking rowspans and colspans into effect.
|
Copyright © 2017 etc.to. All rights reserved.