Class BalanceListView
Object
|
+--OObject
|
+--View
|
+--ListView
|
+--BalanceListView
- class
BalanceListView
- extends ListView
This class produces a view of a BALANCE List.
See:
Author: Bruce Wallace (PolyGlotInc.com)
Defined in rats.js
Version: 1.0
| Methods inherited from class View |
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, block, unblock
|
BalanceListView
BalanceListView()
See:Author: Bruce Wallace (PolyGlotInc.com)
Version: 1.0
currentContext
Context 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 ListModel
item - the actual item from our ListModel
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 Fri Mar 17 06:40:21 2006