| Interface | Description |
|---|---|
| IModelBinding | |
| PropertyControlFactory |
A factory which creates the correct EDITING control to edit a property, specified by the property's
PropertyMetaModel.
|
| Class | Description |
|---|---|
| BindingMessenger |
EXPERIMENTAL INTERFACE
|
| ComponentPropertyBinding<T,C> |
This is a base class to bind an input control (an IControl) to some property in a class.
|
| ControlBuilder |
This singleton, reachable from DomApplication, maintains all metadata control builder lists and contains code to create controls from factories et al.
|
| ControlFactoryDate |
Accepts the "java.util.Date" type only and creates a DateInput component for it.
|
| ControlFactoryEnumAndBool |
Accepts both enum and bools and shows a combobox with the possible choices.
|
| ControlFactoryMoney |
Factory which creates a Text input specialized for entering monetary amounts.
|
| ControlFactoryRelationCombo |
Accepts any property defined as an UP relation (parent) and score higher if a component type
hint is received.
|
| ControlFactoryRelationLookup |
Accepts any UP (parent) relation and scores 3, preferring this above the combobox-based
lookup.
|
| ControlFactoryResult |
Represents the result of a call to createControl.
|
| ControlFactoryString |
This is a fallback factory; it accepts anything and shows a String edit component OR a
DisplayValue component for it.
|
| ControlFactoryTextArea | |
| DisplayOnlyPropertyBinding<T> |
A property binding specific for display-only controls.
|
| InstanceReadOnlyModel<T> | |
| ModelBindings |
This represents a list of
IModelBindings. |
| RelationLookupDisplayInput<T> |
display marker
|
| SimpleComponentPropertyBinding<T> | |
| TextDisplayArea |
Display marker
|
Copyright © 2017 etc.to. All rights reserved.