|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--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. Full
model/View binding is provided by the ActiveBoundModel
delegate.
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 |
protected java.lang.Object boundModel
protected Selector selector
Constructor Detail |
public BoundModel()
Method Detail |
public final java.lang.Object getBoundModel()
public final Selector getSelector()
public void setBoundModel(java.lang.Object inModel)
inModel
- The new boundModel valuepublic void setSelector(Selector inSelector)
inSelector
- The new selector valuepublic void setSelectorString(java.lang.String inSelectorString)
inSelectorString
- The new selectorString value
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |