public abstract class AbstractPopupDialog
extends Window
| Modifier and Type | Field and Description |
|---|---|
protected static String |
CLOSE_BTN_IMG |
protected static String |
DEFAULT_HEIGHT |
protected static String |
DEFAULT_WIDTH |
protected Div |
mainContainer |
protected String |
popupHeight |
protected String |
popupTitle |
protected boolean |
popupVisible |
protected String |
popupWidth |
| Constructor and Description |
|---|
AbstractPopupDialog() |
AbstractPopupDialog(String popupTitle) |
AbstractPopupDialog(String popupWidth,
String popupHeight,
String popupTitle) |
| Modifier and Type | Method and Description |
|---|---|
void |
createPopup() |
abstract void |
createPopupContent() |
HtmlBasedComponent |
getMainContainer() |
String |
getPopupHeight() |
String |
getPopupTitle() |
String |
getPopupWidth() |
boolean |
isPopupVisible() |
void |
setPopupHeight(String popupHeight) |
void |
setPopupTitle(String popupTitle) |
void |
setPopupWidth(String popupWidth) |
boolean |
setVisible(boolean visible) |
protected static final String DEFAULT_WIDTH
protected static final String DEFAULT_HEIGHT
protected static final String CLOSE_BTN_IMG
protected String popupWidth
protected String popupHeight
protected String popupTitle
protected boolean popupVisible
protected Div mainContainer
public AbstractPopupDialog()
throws InterruptedException
InterruptedExceptionpublic AbstractPopupDialog(String popupTitle) throws InterruptedException
InterruptedExceptionpublic AbstractPopupDialog(String popupWidth, String popupHeight, String popupTitle) throws InterruptedException
InterruptedExceptionpublic void createPopup()
throws InterruptedException
InterruptedExceptionpublic abstract void createPopupContent()
public String getPopupWidth()
public void setPopupWidth(String popupWidth)
public String getPopupHeight()
public void setPopupHeight(String popupHeight)
public String getPopupTitle()
public void setPopupTitle(String popupTitle)
public boolean isPopupVisible()
public boolean setVisible(boolean visible)
public HtmlBasedComponent getMainContainer()
Copyright © 2017 SAP SE. All Rights Reserved.