Class MVCDualDollarController
Object
|
+--GrvObject
|
+--MVCView
|
+--MVCController
|
+--MVCDualController
|
+--MVCDualDollarController
- class
MVCDualDollarController
- extends MVCDualController
This class manages dual views (viewer and editor) of the
specified Dollar Scalar Model.
Version: 2.0
Author: Bruce Wallace (PolyGlotInc.com)
See:
Defined in grvMVC.js
|
Method Summary |
void
|
konstructor( <MVCScalarModel> xModel, <String> className, <Function> optFormatFunction, <String> optName )
|
String
|
validator()
validate data and return null if valid else error msg
|
| Methods inherited from class MVCView |
mustRebuild, mustRepaint, currentContext, watchModel, setViewID, innerID, getWidgetID, getWidget, getHook, buildHTML, updateContext, contextChanged, disable, enable, setVisible, setSubViewsVisible, isVisible, redraw, draw, rebuildAny, build, buildsubviews, paint, setParentView, clearSubViews, addSubView, getSubView, delSubView, embedView, embedHTML, embedAttr, block, unblock
|
MVCDualDollarController
MVCDualDollarController()
Version: 2.0
Author: Bruce Wallace (PolyGlotInc.com)
See:
konstructor
void konstructor( <MVCScalarModel> xModel, <String> className, <Function> optFormatFunction, <String> optName )
Parameters:
xModel - scalar data model to view/edit
className - the CSS classname to use for formatting
optFormatFunction - optional formatter function
optName - optional name of this instance
validator
String validator()
validate data and return null if valid else error msg
Documentation generated by
JSDoc on Thu Jan 6 12:47:09 2011