|
WebObjects 5.2.3 | ||||||||||
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 Thu Oct 21 15:04:16 PDT 2004. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |