public class DefaultPopupWindowCreator extends java.lang.Object implements PopupWindowCreator
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
CSS_POPUP_AREA |
| Constructor and Description |
|---|
DefaultPopupWindowCreator() |
| Modifier and Type | Method and Description |
|---|---|
protected Window |
createBasicWindow(Component parent,
java.lang.String title,
java.lang.String cssClass,
int widthInPx,
HtmlBasedComponent content) |
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
|
protected java.lang.String |
getClosePopupCtrlKeys() |
void |
setClosePopupCtrlKeys(java.lang.String closePopupCtrlKeys) |
protected static final java.lang.String CSS_POPUP_AREA
protected java.lang.String getClosePopupCtrlKeys()
public void setClosePopupCtrlKeys(java.lang.String closePopupCtrlKeys)
public Window createModalPopupWindow(Component parent,
java.lang.String title,
java.lang.String cssClass,
int widthInPx,
HtmlBasedComponent content)
PopupWindowCreatorcreateModalPopupWindow in interface PopupWindowCreatorparent - 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 popuppublic Window createModalPopupWindow(Component parent,
java.lang.String title,
java.lang.String cssClass,
int widthInPx,
HtmlBasedComponent content,
PopupWindowCloseEventListener popupWindowCloseEventListener)
PopupWindowCreatorcreateModalPopupWindow in interface PopupWindowCreatorparent - 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 colsedprotected Window createBasicWindow(Component parent,
java.lang.String title,
java.lang.String cssClass,
int widthInPx,
HtmlBasedComponent content)
Copyright © 2018 SAP SE. All Rights Reserved.