Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A B D E G L M O P S U V

A

ActiveBoundModel - class org.scopemvc.view.util.ActiveBoundModel.
A BoundModel that handles ModelChangeEvents and provides full two-way data-binding between a View and its bound model property.
ActiveBoundModel(ModelBindable) - Constructor for class org.scopemvc.view.util.ActiveBoundModel
 

B

BoundModel - class org.scopemvc.view.util.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.
BoundModel() - Constructor for class org.scopemvc.view.util.BoundModel
 
boundModel - Variable in class org.scopemvc.view.util.BoundModel
 

D

DELIMITER - Static variable in class org.scopemvc.view.util.PropertyEditorFactory
 

E

EDITOR_PROPERTY_PREFIX - Static variable in class org.scopemvc.view.util.PropertyEditorFactory
 

G

getBoundModel() - Method in class org.scopemvc.view.util.BoundModel
 
getPropertyClass() - Method in class org.scopemvc.view.util.ActiveBoundModel
 
getPropertyEditor(String, Class) - Static method in class org.scopemvc.view.util.PropertyEditorFactory
Return a newly created editor for a property class for a certain viewtype.
getPropertyManager() - Method in class org.scopemvc.view.util.ActiveBoundModel
 
getPropertyReadOnly() - Method in class org.scopemvc.view.util.ActiveBoundModel
 
getPropertyValue() - Method in class org.scopemvc.view.util.ActiveBoundModel
 
getPropertyViewer(String, Class) - Static method in class org.scopemvc.view.util.PropertyEditorFactory
Return a newly created viewer a property class for a certain viewtype.
getSelector() - Method in class org.scopemvc.view.util.BoundModel
 
getViewValue() - Method in interface org.scopemvc.view.util.ModelBindable
Get the current value (what would be set as a property of the bound model object) being presented on the View.

L

LOG - Static variable in class org.scopemvc.view.util.ActiveBoundModel
 
LOG - Static variable in class org.scopemvc.view.util.BoundModel
 
LOG - Static variable in class org.scopemvc.view.util.PropertyEditorFactory
 
load(String) - Static method in class org.scopemvc.view.util.PropertyEditorFactory
 

M

ModelBindable - interface org.scopemvc.view.util.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.
manager - Variable in class org.scopemvc.view.util.ActiveBoundModel
PropertyManager for the bound model.
modelChanged(ModelChangeEvent) - Method in class org.scopemvc.view.util.ActiveBoundModel
Update the parent View in response to the passed ModelChangeEvent, if the event reports that the property we are bound to has changed.

O

org.scopemvc.view.util - package org.scopemvc.view.util
 

P

PropertyEditorFactory - class org.scopemvc.view.util.PropertyEditorFactory.
Factory for Property Editors/Viewers of different Types (eg Swing, AWT etc) loaded from Scope Config.
PropertyEditorFactory() - Constructor for class org.scopemvc.view.util.PropertyEditorFactory
 
propertyEditors - Static variable in class org.scopemvc.view.util.PropertyEditorFactory
Map of editor viewtype against HashMap of property class against editor class.
propertyViewers - Static variable in class org.scopemvc.view.util.PropertyEditorFactory
Map of viewer viewtype against HashMap of property class against viewer class.

S

SWING - Static variable in class org.scopemvc.view.util.PropertyEditorFactory
Viewtype of viewers/editors to use in a Swing UI.
selector - Variable in class org.scopemvc.view.util.BoundModel
 
setBoundModel(Object) - Method in class org.scopemvc.view.util.ActiveBoundModel
 
setBoundModel(Object) - Method in class org.scopemvc.view.util.BoundModel
 
setSelector(Selector) - Method in class org.scopemvc.view.util.ActiveBoundModel
 
setSelector(Selector) - Method in class org.scopemvc.view.util.BoundModel
 
setSelectorString(String) - Method in class org.scopemvc.view.util.BoundModel
 

U

updateFromModel(int) - Method in class org.scopemvc.view.util.ActiveBoundModel
Calls parent View's {org.scopemvc.view.util.ModelBindable#validationSuccess} to clear any previous validation failure.
updateFromProperty(Object, boolean) - Method in interface org.scopemvc.view.util.ModelBindable
Use the passed property value and read-only state to update the View.
updateModel() - Method in class org.scopemvc.view.util.ActiveBoundModel
Put the current View contents into the bound model property.

V

VIEWER_PROPERTY_PREFIX - Static variable in class org.scopemvc.view.util.PropertyEditorFactory
 
validationFailed(Exception) - Method in interface org.scopemvc.view.util.ModelBindable
Validation failed while getting a value from View into the bound model object.
validationSuccess() - Method in interface org.scopemvc.view.util.ModelBindable
Clear previous validation failure.
view - Variable in class org.scopemvc.view.util.ActiveBoundModel
The ModelBindable View that delegates bound Model handling to this helper.

A B D E G L M O P S U V