|
The Gravey 2.0 Framework and AIM RIA | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object
|
+--GrvObject
|
+--MVCObserver
|
+--MVCModel
|
+--MVCScalarModel
|
+--MVCSelectionModel
|
+--EDOHolderSelectionModel
|
+--ItemSelectionModel
This class encapsulates the data model for
"which Item is currently selected".
Version: 2.0
Author: Bruce Wallace (PolyGlotInc.com)
See:
| Constructor Summary | |
ItemSelectionModel
()
|
|
| 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 EDOHolderSelectionModel |
updateSelection, deleteSelection, createSelection
|
| 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 MVCScalarModel |
_setValue, setValue, getValue, _setValidity, getValidity
|
| Methods inherited from class MVCModel |
dumpSubscribers, toString, dirty, clean, neverChanged, publish, GET, _SET, SET, updateStamp, BeginTransaction, EndTransaction, reloaded, addObserver, delObserver, notifyObservers
|
| Methods inherited from class MVCObserver |
subscribe
|
| Methods inherited from class GrvObject |
souper
|
| Constructor Detail |
ItemSelectionModel()
| Method Detail |
int findItem( itemKey )
void konstructor( <ListModel> listModel )
listModel - ItemSummary list
void selectInitial( <boolean> selectFirst )
selectFirst - if selection critera has no match then if selectFirst==true then select the first in list else leave selection alone
|
The Gravey 2.0 Framework and AIM RIA | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||