Class TransactionListView
Object
|
+--OObject
|
+--View
|
+--ListView
|
+--TransactionListView
- class
TransactionListView
- extends ListView
This class produces a view of a Transaction List.
See:
Author: Bruce Wallace (PolyGlotInc.com)
Defined in rats.js
Version: 1.0
|
Method Summary |
Context
|
currentContext()
return the current "context" of this view.
|
String
|
itemHTMLstr( <int> index, <Object> item, <String> itemID )
method that should return HTML string for specified list item
|
void
|
konstructor( <ListModel> transListModel, <int> balanceIndex )
|
| 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
|
TransactionListView
TransactionListView()
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( <ListModel> transListModel, <int> balanceIndex )
Parameters:
transListModel - transaction list we are to observe
balanceIndex - index into balance list for current Account
Documentation generated by
JSDoc on Fri Mar 17 06:40:21 2006