public interface PopupWindowCreator
| Modifier and Type | Method and Description |
|---|---|
Window |
createModalPopupWindow(Component parent,
java.lang.String title,
java.lang.String cssClass,
int widthInPx,
HtmlBasedComponent content)
Create a modal popup
|
Window |
createModalPopupWindow(Component parent,
java.lang.String title,
java.lang.String cssClass,
int widthInPx,
HtmlBasedComponent content,
PopupWindowCloseEventListener popupWindowCloseEventListener)
Create a modal popup
|
Window createModalPopupWindow(Component parent,
java.lang.String title,
java.lang.String cssClass,
int widthInPx,
HtmlBasedComponent content)
parent - the parent componenttitle - the title for the popupcssClass - the css class to attach to the popupwidthInPx - the pixel width for the popupcontent - the content to display in the popupWindow createModalPopupWindow(Component parent,
java.lang.String title,
java.lang.String cssClass,
int widthInPx,
HtmlBasedComponent content,
PopupWindowCloseEventListener popupWindowCloseEventListener)
parent - the parent componenttitle - the title for the popupcssClass - the css class to attach to the popupwidthInPx - the pixel width for the popupcontent - the content to display in the popuppopupWindowCloseEventListener - listener notified when the popup is colsedCopyright © 2018 SAP SE. All Rights Reserved.