java.lang.Object
org.scopemvc.view.util.BoundModel
- Direct Known Subclasses:
- ActiveBoundModel
- public class BoundModel
- extends java.lang.Object
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.
- Version:
- $Revision: 1.3 $ $Date: 2002/01/26 09:46:20 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOG
private static final org.apache.commons.logging.Log LOG
boundModel
protected java.lang.Object boundModel
selector
protected org.scopemvc.core.Selector selector
BoundModel
public BoundModel()
getBoundModel
public final java.lang.Object getBoundModel()
setBoundModel
public void setBoundModel(java.lang.Object inModel)
getSelector
public final org.scopemvc.core.Selector getSelector()
setSelector
public void setSelector(org.scopemvc.core.Selector inSelector)
setSelectorString
public void setSelectorString(java.lang.String inSelectorString)