Class EditButtonController
Object
|
+--OObject
|
+--View
|
+--Controller
|
+--ButtonController
|
+--EditButtonController
- class
EditButtonController
- extends ButtonController
This class is a ButtonController for "edit" buttons
which shouldnt be enabled while app is in "read only" mode.
See:
Author: Bruce Wallace (PolyGlotInc.com)
Defined in mvc.js
Version: 1.0
|
Method Summary |
void
|
konstructor( <String> imgFN, <String> desc, <String> evtHandler, <BoolModel> enableModel, <String> optName )
|
void
|
paintHTML()
update/modify attributes of basic existing HTML for THIS view
|
| Methods inherited from class View |
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, block, unblock
|
EditButtonController
EditButtonController()
See:Author: Bruce Wallace (PolyGlotInc.com)
Version: 1.0
konstructor
void konstructor( <String> imgFN, <String> desc, <String> evtHandler, <BoolModel> enableModel, <String> optName )
Parameters:
imgFN - filename of the (enabled) button image
desc - tooltip description for this button
evtHandler - name of event handler function
enableModel - "is enabled" data model
optName - optional name of this instance
paintHTML
void paintHTML()
update/modify attributes of basic existing HTML for THIS view
Documentation generated by
JSDoc on Fri Mar 17 06:40:21 2006