|
WebObjects 5.4.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface EOComponentController.Modal
The EOComponentController.Modal interface identifies controllers that can run modal user interfaces (modal dialogs).
Method Summary | |
---|---|
void |
finishModal()
Invoked by subcontrollers to finish a modal session (to close a modal dialog). |
boolean |
isModal()
Returns whether the controller actually runs a modal user interface or not. |
Method Detail |
---|
boolean isModal()
true
if the controller runs a modal user interface; false
otherwisevoid finishModal()
|
Last updated June 2008 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |