Class TotalsView
Object
|
+--GrvObject
|
+--MVCView
|
+--TotalsView
- class
TotalsView
- extends MVCView
This class produces a view of the unreconciled totals
for an entire Account.
Version: 2.0
Author: Bruce Wallace (PolyGlotInc.com)
See:
Defined in rats.js
| Methods inherited from class MVCView |
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
|
TotalsView
TotalsView()
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)
headID
String headID()
return the view ID of our header panel
konstructor
void konstructor( <BalanceListModel> sModel )
Parameters:
sModel - Account balances we are to observe
paintHTML
void paintHTML()
update/modify attributes of basic existing HTML for THIS view
Documentation generated by
JSDoc on Sun Feb 11 13:31:25 2007