Class UnreconciledView
Object
|
+--GrvObject
|
+--MVCView
|
+--UnreconciledView
- class
UnreconciledView
- extends MVCView
This class produces a view of the unreconciled totals
of a Balance.
Version: 2.0
Author: Bruce Wallace (PolyGlotInc.com)
See:
Defined in rats.js
|
Method Summary |
String
|
buildHTMLstr()
return an HTML string of the basic structure for this view.
|
MVCContext
|
currentContext()
return the current "context" of this view.
|
String
|
headID()
return the view ID of our header panel
|
void
|
konstructor( <Balance> sModel, <int> balanceIndex )
|
void
|
paintHTML()
update/modify attributes of basic existing HTML for THIS view
|
| 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
|
UnreconciledView
UnreconciledView()
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( <Balance> sModel, <int> balanceIndex )
Parameters:
sModel - balance we are to observe
balanceIndex - index into balance list for current Account
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