Class MVCDualStringController
Object
|
+--GrvObject
|
+--MVCView
|
+--MVCController
|
+--MVCDualController
|
+--MVCDualStringController
- class
MVCDualStringController
- extends MVCDualController
This class manages dual views (viewer and editor) of the
specified String Scalar Model.
Version: 2.0
Author: Bruce Wallace (PolyGlotInc.com)
See:
Defined in grvMVC.js
|
Method Summary |
void
|
konstructor( <MVCScalarModel> xModel, <int> min, <int> max, <String> className, <String> optName, <Function> optKeyFilter )
|
| 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
|
MVCDualStringController
MVCDualStringController()
Version: 2.0
Author: Bruce Wallace (PolyGlotInc.com)
See:
konstructor
void konstructor( <MVCScalarModel> xModel, <int> min, <int> max, <String> className, <String> optName, <Function> optKeyFilter )
Parameters:
xModel - scalar data model to view/edit
min - minimum number of chars to support (i.e. display size)
max - maximum number of chars to support
className - the CSS classname to use for formatting
optName - optional name of this instance
optKeyFilter - optional keypress filter function
Documentation generated by
JSDoc on Thu Jan 6 12:46:39 2011