Class EDOHolderView
Object
|
+--GrvObject
|
+--MVCView
|
+--EDOHolderView
- class
EDOHolderView
- extends MVCView
This class produces the view of an EDOHolderModel.
Version: 2.0
Author: Bruce Wallace (PolyGlotInc.com)
See:
Defined in grvEDO.js
|
Method Summary |
void
|
buildFields( HTML )
push into given array the HTML needed for all EDOs in holder
ABSTRACT: sub classes of EDOHolderView should override this
|
String
|
buildHTMLstr()
return an HTML string of the basic structure for this view.
|
MVCContext
|
currentContext()
return the current "context" of this view.
|
void
|
konstructor( <EDOHolderModel> edoHolderModel )
|
| Methods inherited from class MVCView |
paintHTML, 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, embedAttr, block, unblock
|
EDOHolderView
EDOHolderView()
Version: 2.0
Author: Bruce Wallace (PolyGlotInc.com)
See:
buildFields
void buildFields( HTML )
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)
currentContext
MVCContext currentContext()
return the current "context" of this view.
Default is "no rebuild ever needed" (unless others force us to)
konstructor
void konstructor( <EDOHolderModel> edoHolderModel )
Parameters:
edoHolderModel - EDOHolderModel we are to observe
Documentation generated by
JSDoc on Sun Feb 11 13:28:59 2007