Class BalanceListView
Object
|
+--GrvObject
|
+--MVCView
|
+--MVCListView
|
+--BalanceListView
- class
BalanceListView
- extends MVCListView
This class produces a view of a BALANCE List.
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
|
BalanceListView
BalanceListView()
Version: 2.0
Author: Bruce Wallace (PolyGlotInc.com)
See:
currentContext
MVCContext currentContext()
return the current "context" of this view.
Default is "no rebuild ever needed" (unless others force us to)
itemHTMLstr
String itemHTMLstr( <int> index, <Object> item, <String> itemID )
method that should return HTML string for specified list item
Parameters:
index - index into our MVCListModel
item - the actual item from our MVCListModel
itemID - the view ID of the corresponding item subview
konstructor
void konstructor( <BalanceListModel> sModel )
Parameters:
sModel - balance list we are to observe
Documentation generated by
JSDoc on Thu Jan 6 12:46:18 2011