|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Callback used by CloseObjectionService.
| Method Summary | |
boolean |
canClose()
Asks if the dialog that the callback has been registered for can be closed. |
| Method Detail |
public boolean canClose()
If this method returns false, the dialog should not be
closed.
Note that despite a return value of false the dialog may still be closed (disposed)
for some reasons.
If you use user interaction or start threads while processing this method, you should take care that the method does not return before the user interaction has been completed and all asynchronous operations started have been finished.
false if the dialog should not be closed.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||