|
WebObjects 5.4.2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface EOModalDialogController.ModalActions
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 |
|---|
boolean ok()
true if the dialog can be closed (the operation was
performed successfully); false otherwise.void cancel()
boolean modalDialogShouldClose()
true if the dialog can be closed (the operation can
be cancelled); false otherwise.
|
Last updated June 2008 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||