| Interface | Description |
|---|---|
| DmcAdapterIF |
The DmcAdapterIF is implemented by generated classes that support the
modification of attribute values via user interfaces.
|
| DmcChangeListenerIF |
The DmcChangeListenerIF interface should be implemented by components that are
interested in listening to "change" indications from a DmcPresentationTrackerIF.
|
| DmcPresentationIF |
The DmcPresentationIF is generally implemented by widgets that present attribute values
in some form that may allow for editting/alteration by the user.
|
| DmcPresentationTrackerIF |
The DmcPresentationTrackerIF defines a component that is responsible for tracking
the status of a component that implements the DmcPresentationIF.
|
| DmcReadyListenerIF |
The DmcReadyListenerIF interface should be implemented by components that are
interested in listening to "ready" indications from a DmcPresentationTrackerIF.
|
| DmcValueChangeListenerIF |
The DmcValueChangeListenerIF interface should be implemented by components that are
interested when a field's value is updated.
|
| Class | Description |
|---|---|
| DmcBinding<OBJ extends DmcObject> |
The DmcBinding is implemented by the generated form bindings that are
part of the Model View Whatever framework.
|
| Tracker |
The Tracker implements the DmcPresentationTrackerIF interface and can be used to track
the readiness and change status of one or more generated form bindings (that result from
FormBindingDefinitions in Model View Whatever).
|
Copyright © 2023. All rights reserved.