Class AccountSelectionModel
Object
|
+--GrvObject
|
+--MVCObserver
|
+--MVCModel
|
+--MVCScalarModel
|
+--MVCSelectionModel
|
+--AccountSelectionModel
- class
AccountSelectionModel
- extends MVCSelectionModel
This class encapsulates the data model for
"which Account is currently selected".
Version: 2.0
Author: Bruce Wallace (PolyGlotInc.com)
See:
Defined in rats.js
|
Method Summary |
int
|
getToDoCount()
return how many accounts are unreconciled
|
void
|
konstructor( <ListModel> acctListModel, <String> optName )
|
void
|
updateSelected( isReconciled )
set isReconciled flag of selected Account to given value
|
| Methods inherited from class MVCSelectionModel |
getList, getItem, getCount, hasSelection, getSelection, getSelectionStr, getDescription, _selectNothing, selectNothing, _select, select, _unselect, unselect, reselect, update, getIndex, getMemento, setMemento
|
| Methods inherited from class MVCModel |
dumpSubscribers, toString, dirty, clean, publish, GET, _SET, SET, updateStamp, BeginTransaction, EndTransaction, addObserver, delObserver, notifyObservers
|
AccountSelectionModel
AccountSelectionModel()
Version: 2.0
Author: Bruce Wallace (PolyGlotInc.com)
See:
getToDoCount
int getToDoCount()
return how many accounts are unreconciled
konstructor
void konstructor( <ListModel> acctListModel, <String> optName )
Parameters:
optName - optional name of this instance
updateSelected
void updateSelected( isReconciled )
set isReconciled flag of selected Account to given value
Documentation generated by
JSDoc on Thu Jan 6 12:46:18 2011