| Package | Description |
|---|---|
| org.modelio.api.ui.form |
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractFieldFactory.BasicPage
Basic implementation of
FormFieldPage to be instantiated directly. |
| Modifier and Type | Method and Description |
|---|---|
FormFieldPage |
AbstractFieldFactory.createPage(int id,
java.lang.String label,
Image image)
Create a form field page.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<FormFieldPage> |
IFieldFactory.createFieldPages(ModelElement input)
Create form field pages from a specific
ModelElement. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IField> |
IFieldFactory.createFields(FormToolkit toolkit,
Composite parent,
ModelElement input,
FormFieldPage page)
Fill a form field page from a specific
ModelElement. |