org.scopemvc.view.util
Class BoundModel

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.6 $ $Date: 2002/09/13 17:11:30 $
Author:
Steve Meyfroidt

Field Summary
protected  java.lang.Object boundModel
          TODO: describe of the Field
protected  Selector selector
          TODO: describe of the Field
 
Constructor Summary
BoundModel()
          Constructor for the BoundModel object
 
Method Summary
 java.lang.Object getBoundModel()
          Gets the bound model
 Selector getSelector()
          Gets the selector
 void setBoundModel(java.lang.Object inModel)
          Sets the bound model
 void setSelector(Selector inSelector)
          Sets the selector
 void setSelectorString(java.lang.String inSelectorString)
          Sets the selector string
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

boundModel

protected java.lang.Object boundModel
TODO: describe of the Field


selector

protected Selector selector
TODO: describe of the Field

Constructor Detail

BoundModel

public BoundModel()
Constructor for the BoundModel object

Method Detail

getBoundModel

public final java.lang.Object getBoundModel()
Gets the bound model

Returns:
The boundModel value

getSelector

public final Selector getSelector()
Gets the selector

Returns:
The selector value

setBoundModel

public void setBoundModel(java.lang.Object inModel)
Sets the bound model

Parameters:
inModel - The new boundModel value

setSelector

public void setSelector(Selector inSelector)
Sets the selector

Parameters:
inSelector - The new selector value

setSelectorString

public void setSelectorString(java.lang.String inSelectorString)
Sets the selector string

Parameters:
inSelectorString - The new selectorString value


Copyright © 2000-2002 The Scope Team. All Rights Reserved.