| Package | Description |
|---|---|
| to.etc.domui.component.controlfactory |
| Modifier and Type | Class and Description |
|---|---|
class |
ComponentPropertyBinding<T,C>
This is a base class to bind an input control (an IControl) to some property in a class.
|
class |
DisplayOnlyPropertyBinding<T>
A property binding specific for display-only controls.
|
class |
ModelBindings
This represents a list of
IModelBindings. |
class |
SimpleComponentPropertyBinding<T> |
| Modifier and Type | Method and Description |
|---|---|
IModelBinding |
ModelBindings.get(int ix)
Get the nth binding stored in this list.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<IModelBinding> |
ModelBindings.iterator()
Get an iterator to pass over all bindings in this list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ModelBindings.add(IModelBinding b)
Add a binding to the list.
|
Copyright © 2017 etc.to. All rights reserved.