Class PopupMenuController
Object
|
+--OObject
|
+--View
|
+--Controller
|
+--ScalarEditController
|
+--PopupMenuController
-
Direct Known Subclasses:
-
AccountSelectController
- class
PopupMenuController
- extends ScalarEditController
This class manages a popup menu which watches
a ListModel (specifying the menu items)
embedded within a SelectionModel that reflects
which item is/should-be currently selected. [The scalar value
we "edit" is the "select index" of the SelectionModel.]
See:
Author: Bruce Wallace (PolyGlotInc.com)
Defined in mvc.js
Version: 1.0
| 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
|
PopupMenuController
PopupMenuController()
See:Author: Bruce Wallace (PolyGlotInc.com)
Version: 1.0
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)
konstructor
void konstructor( <SelectionModel> sModel, <String> optName, <String> optEvtHndlr )
Parameters:
sModel - selection data model to control
optName - optional name of this instance
optEvtHndlr - optional name of event handler function
Documentation generated by
JSDoc on Fri Mar 17 06:40:21 2006