Class MVCContext
Object
|
+--GrvObject
|
+--MVCContext
- class
MVCContext
- extends GrvObject
This class encapsulates the criteria for building
a MVCView such that if it changes, the view needs
rebuilding. This class is meant to be subclassed, however,
the default implementation implements a single-value context
where the value must be comparable via the "=" operator.
Version: 2.0
Author: Bruce Wallace (PolyGlotInc.com)
See:
Defined in grvMVC.js
MVCContext
MVCContext()
Version: 2.0
Author: Bruce Wallace (PolyGlotInc.com)
See:
konstructor
void konstructor( <anyComparableType> optContext )
Parameters:
optContext - optional value to save as view context
sameAs
boolean sameAs( <MVCContext> lastBuildContext )
Parameters:
lastBuildContext - context to compare to THIS
Returns:
whether the current context is the same as the given one
toString
String toString()
return THIS formatted as string
Documentation generated by
JSDoc on Sun Feb 11 13:28:59 2007