| Package | Description |
|---|---|
| to.etc.domui.component.controlfactory | |
| to.etc.domui.component.form | |
| to.etc.domui.util |
| Modifier and Type | Class and Description |
|---|---|
class |
InstanceReadOnlyModel<T> |
| Modifier and Type | Method and Description |
|---|---|
IReadOnlyModel<?> |
ComponentPropertyBinding.getModel() |
IReadOnlyModel<?> |
DisplayOnlyPropertyBinding.getModel() |
| Modifier and Type | Method and Description |
|---|---|
ControlFactoryResult |
ControlBuilder.createControlFor(IReadOnlyModel<?> model,
PropertyMetaModel<?> pmm,
boolean editable)
Deprecated.
|
| Constructor and Description |
|---|
ComponentPropertyBinding(IReadOnlyModel<?> model,
PropertyMetaModel<T> propertyMeta,
IControl<C> control) |
DisplayOnlyPropertyBinding(IReadOnlyModel<?> model,
PropertyMetaModel<T> propertyMeta,
IDisplayControl<T> control) |
SimpleComponentPropertyBinding(IReadOnlyModel<?> model,
PropertyMetaModel<T> propertyMeta,
IControl<T> control) |
| Modifier and Type | Method and Description |
|---|---|
IReadOnlyModel<?> |
FormBuilderBase.getModel()
Deprecated.
Return the current ReadOnlyModel which is the accessor to get the instance that will be edited.
|
| Modifier and Type | Method and Description |
|---|---|
protected ControlFactoryResult |
FormBuilderBase.createControlFor(IReadOnlyModel<?> model,
PropertyMetaModel<?> pmm,
boolean editable)
Deprecated.
Create the optimal control for the specified thingy, and return the binding for it.
|
<T> void |
FormBuilderBase.setClassModel(Class<T> clz,
IReadOnlyModel<T> mdl)
Deprecated.
Set or change the current base class and base model.
|
void |
FormBuilderBase.setMetaModel(ClassMetaModel cmm,
IReadOnlyModel<?> source)
Deprecated.
Sets the base metamodel and value source to use for obtaining properties.
|
| Constructor and Description |
|---|
FormBuilderBase(Class<T> clz,
IReadOnlyModel<T> mdl)
Deprecated.
Constructor to immediately initialize for a given class and reader.
|
GenericFormBuilder(Class<T> clz,
IReadOnlyModel<T> mdl)
Deprecated.
Create one primed with a model and class.
|
GenericTableFormBuilder(Class<T> clz,
IReadOnlyModel<T> mdl)
Deprecated.
|
HorizontalFormBuilder(Class<T> clz,
IReadOnlyModel<T> mdl)
Deprecated.
Create a form builder using a lazy model and a current type.
|
TabularFormBuilder(Class<T> clz,
IReadOnlyModel<T> mdl)
Deprecated.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IModel<T> |
interface |
IReadWriteModel<T>
Accessor for reading/writing a value.
|
Copyright © 2017 etc.to. All rights reserved.