| 
WebObjects 5.2.2 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The EOModalDialogController.ModalActions interface defines the
 methods subcontrollers of modal dialog controllers have to implement to handle
 closing of the dialog.
| Method Summary | |
 void | 
cancel()
The action method invoked when the user cancels the modal dialog.  | 
 boolean | 
modalDialogShouldClose()
This method is invoked by the modal dialog controller on its subcontrollers when the user attempts to close the modal dialog with the dialog's close button (not the usual ok/cancel buttons).  | 
 boolean | 
ok()
The action method invoked when the user wants to finish the modal dialog.  | 
| Method Detail | 
public void cancel()
public boolean modalDialogShouldClose()
true if the dialog can be closed (the operation can
 be cancelled); false otherwise.public boolean ok()
true if the dialog can be closed (the operation was
 performed successfully); false otherwise.
  | 
Last updated Mon Oct 13 15:42:52 PDT 2003. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||