public class DefaultPopupWindowCreator extends Object implements PopupWindowCreator
| Modifier and Type | Field and Description |
|---|---|
protected static String |
CSS_POPUP_AREA |
| Constructor and Description |
|---|
DefaultPopupWindowCreator() |
| Modifier and Type | Method and Description |
|---|---|
protected Window |
createBasicWindow(Component parent,
String title,
String cssClass,
int widthInPx,
HtmlBasedComponent content) |
Window |
createModalPopupWindow(Component parent,
String title,
String cssClass,
int widthInPx,
HtmlBasedComponent content)
Create a modal popup
|
Window |
createModalPopupWindow(Component parent,
String title,
String cssClass,
int widthInPx,
HtmlBasedComponent content,
PopupWindowCloseEventListener popupWindowCloseEventListener)
Create a modal popup
|
protected String |
getClosePopupCtrlKeys() |
void |
setClosePopupCtrlKeys(String closePopupCtrlKeys) |
protected static final String CSS_POPUP_AREA
protected String getClosePopupCtrlKeys()
public void setClosePopupCtrlKeys(String closePopupCtrlKeys)
public Window createModalPopupWindow(Component parent,
String title,
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,
String title,
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 colsedCopyright © 2017 SAP SE. All Rights Reserved.