Class EDOAppPanelView
Object
|
+--GrvObject
|
+--MVCView
|
+--EDOAppPanelView
- class
EDOAppPanelView
- extends MVCView
This class produces the view of the entire application page.
Version: 2.0
Author: Bruce Wallace (PolyGlotInc.com)
See:
Defined in grvEDO.js
| Methods inherited from class MVCView |
paintHTML, 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
|
EDOAppPanelView
EDOAppPanelView()
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)
konstructor
void konstructor( <EDOHolderModel> edoHolderModel, <Function> edoHolderViewClass, <Function> optCounterViewClass, <MVCPopupMenuController> optMenuCtrlr )
Parameters:
edoHolderModel - EDOHolder we are to observe
edoHolderViewClass - "class" of EDOHolderView to use
optCounterViewClass - optional "class" of EDOCountersView to use
optMenuCtrlr - optional menu override
Documentation generated by
JSDoc on Thu Jan 6 12:47:09 2011