| Home >> All >> org >> scopemvc >> view >> [ util Javadoc ] |
org.scopemvc.view.util: Javadoc index of package org.scopemvc.view.util.
Package Samples:
org.scopemvc.view.util
Classes:
ActiveBoundModel: A BoundModel that handles ModelChangeEvents and provides full two-way data-binding between a View and its bound model property. The parent View needs to implement the ModelBindable interface to provide a generic interface used by this delegate. An ActiveBoundModel registers itself as a ModelChangeListener to the bound model object so that it can update its parent View.
BoundModel: Delegate to handle generic parts of binding a View to a property of a model object with no automatic updates between model and View: ie this delegate just handles accessing the model and Selector for its owning View. Full model/View binding is provided by the ActiveBoundModel delegate.
PropertyEditorFactory: Factory for Property Editors/Viewers of different Types (eg Swing, AWT etc) loaded from Scope Config. Format of config is this: PropertyEditor. . = PropertyViewer. . = Defaults are provided in DefaultScopeConfig for java primitive types for the "Swing" viewtype.
ModelBindable: Views that use an ActiveBoundModel delegate must implement this interface so that ActiveBoundModel can change the state of the View through this generic interface.
| Home | Contact Us | Privacy Policy | Terms of Service |