Class ItemSelectionModel
Object
|
+--GrvObject
|
+--MVCObserver
|
+--MVCModel
|
+--MVCScalarModel
|
+--MVCSelectionModel
|
+--EDOHolderSelectionModel
|
+--ItemSelectionModel
- class
ItemSelectionModel
- extends EDOHolderSelectionModel
This class encapsulates the data model for
"which Item is currently selected".
Version: 2.0
Author: Bruce Wallace (PolyGlotInc.com)
See:
Defined in aimitems.js
|
Method Summary |
int
|
findItem( itemKey )
Return the list index of the specified Item 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, publish, GET, _SET, SET, updateStamp, BeginTransaction, EndTransaction, addObserver, delObserver, notifyObservers
|
ItemSelectionModel
ItemSelectionModel()
Version: 2.0
Author: Bruce Wallace (PolyGlotInc.com)
See:
findItem
int findItem( itemKey )
Return the list index of the specified Item 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 Thu Jan 6 12:46:39 2011