Class TransactionListView
Object
|
+--GrvObject
|
+--MVCView
|
+--MVCListView
|
+--TransactionListView
- class
TransactionListView
- extends MVCListView
This class produces a view of a Transaction 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
|
TransactionListView
TransactionListView()
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( <MVCListModel> transListModel, <int> balanceIndex )
Parameters:
transListModel - transaction list we are to observe
balanceIndex - index into balance list for current Account
Documentation generated by
JSDoc on Sun Feb 11 13:31:25 2007