Class EDOSuperMenuCmd
Object
|
+--GrvObject
|
+--MVCCommand
|
+--MVCScalarEditCmd
|
+--EDOSuperMenuCmd
-
Direct Known Subclasses:
-
BidderMenuCmd
- class
EDOSuperMenuCmd
- extends MVCScalarEditCmd
This abstract class is a base for menu commands that affect other EDO attributes.
Version: 1.0
Author: Bruce Wallace (PolyGlotInc.com)
See:
Defined in grvEDO.js
|
Method Summary |
void
|
doit()
set our controller to the new value
|
void
|
konstructor( <String> viewID )
|
void
|
prefillEDO()
initialize EDO attributes if needed.
|
void
|
redo()
"command REDO" logic.
|
void
|
undo()
set our controller to the old value
|
void
|
updateEDO( <EDO> exemplar, <boolean> isRedo )
copy values that can change when menu selection is changed
|
void
|
updateOtherController( attrID, value )
|
EDOSuperMenuCmd
EDOSuperMenuCmd()
Version: 1.0
Author: Bruce Wallace (PolyGlotInc.com)
See:
doit
void doit()
set our controller to the new value
konstructor
void konstructor( <String> viewID )
Parameters:
viewID - viewID of menu generating this event
prefillEDO
void prefillEDO()
initialize EDO attributes if needed.
redo
void redo()
"command REDO" logic. Default is to just call doit()
undo
void undo()
set our controller to the old value
updateEDO
void updateEDO( <EDO> exemplar, <boolean> isRedo )
copy values that can change when menu selection is changed
Parameters:
exemplar - where to copy attributes from
isRedo - redo if true else undo
updateOtherController
void updateOtherController( attrID, value )
Documentation generated by
JSDoc on Thu Jan 6 12:46:39 2011