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

Quick Search    Search Deep

org.scopemvc.view.util
Class BoundModel  view BoundModel download BoundModel.java

java.lang.Object
  extended byorg.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 $

Field Summary
protected  java.lang.Object boundModel
           
private static org.apache.commons.logging.Log LOG
           
protected  org.scopemvc.core.Selector selector
           
 
Constructor Summary
BoundModel()
           
 
Method Summary
 java.lang.Object getBoundModel()
           
 org.scopemvc.core.Selector getSelector()
           
 void setBoundModel(java.lang.Object inModel)
           
 void setSelector(org.scopemvc.core.Selector inSelector)
           
 void setSelectorString(java.lang.String inSelectorString)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

private static final org.apache.commons.logging.Log LOG

boundModel

protected java.lang.Object boundModel

selector

protected org.scopemvc.core.Selector selector
Constructor Detail

BoundModel

public BoundModel()
Method Detail

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)