Inheritance diagram for com.arcle.rmt.superwaba.vc.ElementEdit:
Public Member Functions | |
Button[] | getCommandButtons () |
void | modelUpdated () |
void | postPopup () |
void | onEvent (Event event) |
Handles events and dispatches them to the appropriate methods in the controller. | |
Protected Member Functions | |
ElementEdit (ElementEditController ctrl, String title) | |
abstract List | createPanels () |
String | getPanelCaptionAt (int i) |
void | initChildren () |
ElementEditController | getController () |
Private Attributes | |
Button | btnOk |
The "OK" button. | |
Button | btnCancel |
Button | btnDelete |
ElementEditController | _controller |
Provides a command button and several rudimentary functionalities without yet committing knowledge to RQML.
Definition at line 93 of file superwaba/vc/ElementEdit.java.
|
Definition at line 94 of file superwaba/vc/ElementEdit.java. References com.arcle.rmt.superwaba.vc.ElementEdit._controller. |
|
|
Definition at line 112 of file superwaba/vc/ElementEdit.java. References com.arcle.rmt.superwaba.vc.ElementEdit.btnCancel, com.arcle.rmt.superwaba.vc.ElementEdit.btnDelete, and com.arcle.rmt.superwaba.vc.ElementEdit.btnOk. |
|
Definition at line 168 of file superwaba/vc/ElementEdit.java. References com.arcle.rmt.superwaba.vc.ElementEdit._controller. Referenced by com.arcle.rmt.superwaba.vc.ElementEdit.onEvent(), and com.arcle.rmt.superwaba.vc.ElementEdit.postPopup(). |
|
Definition at line 108 of file superwaba/vc/ElementEdit.java. |
|
Definition at line 127 of file superwaba/vc/ElementEdit.java. References com.arcle.rmt.superwaba.vc.ElementEdit.btnCancel, com.arcle.rmt.superwaba.vc.ElementEdit.btnDelete, and com.arcle.rmt.superwaba.vc.ElementEdit.btnOk. |
|
Definition at line 120 of file superwaba/vc/ElementEdit.java. |
|
Handles events and dispatches them to the appropriate methods in the controller.
Definition at line 144 of file superwaba/vc/ElementEdit.java. References com.arcle.rmt.superwaba.vc.ElementEdit.btnCancel, com.arcle.rmt.superwaba.vc.ElementEdit.btnDelete, com.arcle.rmt.superwaba.vc.ElementEdit.btnOk, com.arcle.rmt.superwaba.vc.ElementEditController.cmdCancel(), com.arcle.rmt.superwaba.vc.ElementEditController.cmdDelete(), com.arcle.rmt.superwaba.vc.ElementEditController.cmdOk(), and com.arcle.rmt.superwaba.vc.ElementEdit.getController(). |
|
Definition at line 135 of file superwaba/vc/ElementEdit.java. References com.arcle.rmt.superwaba.vc.ElementEdit.getController(), and com.arcle.rmt.superwaba.vc.ControllerBase.viewInitialized(). |
|
Definition at line 199 of file superwaba/vc/ElementEdit.java. Referenced by com.arcle.rmt.superwaba.vc.ElementEdit.ElementEdit(), and com.arcle.rmt.superwaba.vc.ElementEdit.getController(). |
|
Definition at line 190 of file superwaba/vc/ElementEdit.java. Referenced by com.arcle.rmt.superwaba.vc.ElementEdit.getCommandButtons(), com.arcle.rmt.superwaba.vc.ElementEdit.initChildren(), and com.arcle.rmt.superwaba.vc.ElementEdit.onEvent(). |
|
Definition at line 195 of file superwaba/vc/ElementEdit.java. Referenced by com.arcle.rmt.superwaba.vc.ElementEdit.getCommandButtons(), com.arcle.rmt.superwaba.vc.ElementEdit.initChildren(), and com.arcle.rmt.superwaba.vc.ElementEdit.onEvent(). |
|
The "OK" button.
Definition at line 185 of file superwaba/vc/ElementEdit.java. Referenced by com.arcle.rmt.superwaba.vc.ElementEdit.getCommandButtons(), com.arcle.rmt.superwaba.vc.ElementEdit.initChildren(), and com.arcle.rmt.superwaba.vc.ElementEdit.onEvent(). |