Class EDOCountersView
Object
|
+--GrvObject
|
+--MVCView
|
+--EDOCountersView
- class
EDOCountersView
- extends MVCView
This class produces a view of the current selection
and total size of a selection model (ie "I of N").
Version: 2.0
Author: Bruce Wallace (PolyGlotInc.com)
See:
Defined in grvEDO.js
| 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
|
EDOCountersView
EDOCountersView()
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)
currentContext
MVCContext currentContext()
return the current "context" of this view.
Default is "no rebuild ever needed" (unless others force us to)
konstructor
void konstructor( <EDOHolderSelectionModel> sModel )
Documentation generated by
JSDoc on Thu Jan 6 12:46:39 2011