|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Window Factory
| Method Summary | |
IWDConfirmationDialog |
createConfirmationWindow(java.lang.String confirmationText,
IWDEventHandlerInfo eventHandler,
java.lang.String label)
Method createConfirmationWindow |
IWDWindow |
createExternalWindow(java.lang.String URL,
java.lang.String title,
boolean modal)
Method createWindow creates a window that contains/displays a Web Dynpro Components window with its view hiearchie. |
IWDWindow |
createModalWindow(IWDWindowInfo windowInfo)
Method createModalWindow creates a window that contains/displays a Web Dynpro Components window with its view hiearchie. |
IWDWindow |
createNonModalExternalWindow(java.lang.String URL,
java.lang.String title)
Method createNonModalExternalWindow creates a window that contains/displays the content of an url. |
IWDWindow |
createWindow(IWDWindowInfo windowInfo,
boolean modal)
Method createWindow creates a window that contains/displays a Web Dynpro Components window with its view hiearchie. |
| Method Detail |
public IWDConfirmationDialog createConfirmationWindow(java.lang.String confirmationText,
IWDEventHandlerInfo eventHandler,
java.lang.String label)
confirmationText - eventHandler - label -
public IWDWindow createExternalWindow(java.lang.String URL,
java.lang.String title,
boolean modal)
URL - title - modal - - has to be false
public IWDWindow createNonModalExternalWindow(java.lang.String URL,
java.lang.String title)
URL - title -
public IWDWindow createWindow(IWDWindowInfo windowInfo,
boolean modal)
windowInfo - modal - has to be truepublic IWDWindow createModalWindow(IWDWindowInfo windowInfo)
windowInfo -
|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||