|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Callback used by ActivationObjectionService.
| Method Summary | |
boolean |
canDeactivate()
Asks if the dialog that the callback has been registered for can be deactivated. |
| Method Detail |
public boolean canDeactivate()
If this method returns false,
the dialog should not be deactivated by calling
com.sdm.quasar.client.comp.dlgdef.lifecyclectrl.LifeCycle#deactivate()
Note that despite a return value of false the dialog may still be deactivated 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.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||