Class MVCFormButtonController
Object
|
+--GrvObject
|
+--MVCView
|
+--MVCController
|
+--MVCButtonController
|
+--MVCFormButtonController
-
Direct Known Subclasses:
-
EDOButtonController, MVCCmdButtonController
- class
MVCFormButtonController
- extends MVCButtonController
This class is a Button Controller that manages a form button
Version: 2.0
Author: Bruce Wallace (PolyGlotInc.com)
See:
Defined in grvMVC.js
|
Method Summary |
String
|
buildHTMLstr()
return an HTML string of the basic structure for this view.
|
void
|
canonical( enableFlag )
put the HTML in canonical form
given the specified enable flag and this controller's state
|
void
|
konstructor( <String> label, <String> desc, <String> evtHandlerName, <MVCBoolModel> optEnableModel, <String> optName )
|
| 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
|
MVCFormButtonController
MVCFormButtonController()
Version: 2.0
Author: Bruce Wallace (PolyGlotInc.com)
See:
buildHTMLstr
String buildHTMLstr()
return an HTML string of the basic structure for this view.
As a side effect, build/update subview list for this view.
As a side effect, invoke this method on each nested subview.
Returns:
HTML (suitable for assigning to innerHTML)
canonical
void canonical( enableFlag )
put the HTML in canonical form
given the specified enable flag and this controller's state
konstructor
void konstructor( <String> label, <String> desc, <String> evtHandlerName, <MVCBoolModel> optEnableModel, <String> optName )
Parameters:
label - label of the button
desc - tooltip description for this button
evtHandlerName - name of event handler function
optEnableModel - optional "is enabled" data model
optName - optional name of this instance
Documentation generated by
JSDoc on Sun Feb 11 13:31:42 2007