| Package | Description |
|---|---|
| to.etc.domui.component.form | |
| to.etc.domui.component.layout | |
| to.etc.domui.pages.generic |
| Modifier and Type | Method and Description |
|---|---|
TabularFormBuilder |
TabularFormBuilder.append()
Deprecated.
Append the next field, then return to the current mode.
|
TabularFormBuilder |
TabularFormBuilder.col(int x)
Deprecated.
Add the next fields in a set to the specified column.
|
TabularFormBuilder |
TabularFormBuilder.colspan(int cells)
Deprecated.
Sets the colspan for the next component set.
|
TabularFormBuilder |
TabularFormBuilder.into()
Deprecated.
Add the next pair into the last cell of the last row added, then return to the
current mode.
|
TabularFormBuilder |
TabularFormBuilder.into(String separator)
Deprecated.
Add the next pair into the last cell of the last row added using the specified
string to separate them, then return to the current mode.
|
TabularFormBuilder |
TabularFormBuilder.norm()
Deprecated.
Add the next field in "normal" mode, then return to the current
mode.
|
TabularFormBuilder |
TabularFormBuilder.setCol(int x)
Deprecated.
Make column(x) the "current" column where things are added to, until another call
is done.
|
| Modifier and Type | Method and Description |
|---|---|
TabularFormBuilder |
EditDialog.getTabularFormBuilder()
Get a tabular form builder using the shared bindings.
|
| Modifier and Type | Method and Description |
|---|---|
TabularFormBuilder |
BasicEditPage.getBuilder() |
Copyright © 2017 etc.to. All rights reserved.