Class BidderSelectionModel
Object
|
+--GrvObject
|
+--MVCObserver
|
+--MVCModel
|
+--MVCScalarModel
|
+--MVCSelectionModel
|
+--EDOHolderSelectionModel
|
+--BidderSelectionModel
- class
BidderSelectionModel
- extends EDOHolderSelectionModel
This class encapsulates the data model for
"which Bidder is currently selected".
Version: 2.0
Author: Bruce Wallace (PolyGlotInc.com)
See:
Defined in aimbidders.js
|
Method Summary |
int
|
findBidder( bidderName, bidderKey )
Return the list index of the specified Bidder or <0 if not found.
|
void
|
konstructor( <ListModel> listModel )
|
void
|
selectInitial( <boolean> selectFirst )
Select the "initially selected" EDOHolder
|
| 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, neverChanged, publish, GET, _SET, SET, updateStamp, BeginTransaction, EndTransaction, reloaded, addObserver, delObserver, notifyObservers
|
BidderSelectionModel
BidderSelectionModel()
Version: 2.0
Author: Bruce Wallace (PolyGlotInc.com)
See:
findBidder
int findBidder( bidderName, bidderKey )
Return the list index of the specified Bidder or <0 if not found.
konstructor
void konstructor( <ListModel> listModel )
selectInitial
void selectInitial( <boolean> selectFirst )
Select the "initially selected" EDOHolder
Parameters:
selectFirst - if selection critera has no match then if selectFirst==true then select the first in list else leave selection alone
Documentation generated by
JSDoc on Sun Feb 11 13:31:42 2007