Class AccountSelectController
Object
|
+--OObject
|
+--View
|
+--Controller
|
+--ScalarEditController
|
+--PopupMenuController
|
+--AccountSelectController
- class
AccountSelectController
- extends PopupMenuController
This class manages a popup menu controller specifically for
the Account Selection List.
See:
Author: Bruce Wallace (PolyGlotInc.com)
Defined in rats.js
Version: 1.0
| Methods inherited from class View |
mustRebuild, mustRepaint, 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
|
AccountSelectController
AccountSelectController()
See:Author: Bruce Wallace (PolyGlotInc.com)
Version: 1.0
currentContext
Context currentContext()
return the current "context" of this view.
Default is "no rebuild ever needed" (unless others force us to)
getEvtHandler
String getEvtHandler()
return event handler invocation string specific to this controller
konstructor
void konstructor( <AccountSelectionModel> selectionModel, <String> optName )
Parameters:
selectionModel - selection model
optName - optional name of this instance
Documentation generated by
JSDoc on Fri Mar 17 06:40:21 2006