|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Application API for windows
| Field Summary | |
static java.lang.String |
WINDOW_BOTTOM_POSITION
|
static java.lang.String |
WINDOW_LEFT_POSITION
|
static java.lang.String |
WINDOW_POSITION_CENTERED
|
static java.lang.String |
WINDOW_RIGHT_POSITION
|
static java.lang.String |
WINDOW_TOP_POSITION
|
| Method Summary | |
void |
close()
Method close - closes the window but the instance is not destroyed -> reopen is possible. |
void |
destroy()
Method destroy: invalidates/destroys window instance - the instance is closed and destroyed and can not be reused/reopened |
boolean |
isModal()
Method isModal - checks if the window is modal. |
boolean |
isTopLevel()
Method isTopLevel - returns if the window is the root window. |
void |
open()
Method opens the window. |
void |
removeWindowFeature(WDWindowFeature feature)
Method removes a window feature in the window instance. |
void |
setWindowPosition(int left,
int top)
Method setWindowPosition - sets the absolute window position of the window in "px". |
void |
setWindowPosition(WDCssSize left,
WDCssSize top)
Method setWindowPosition - sets the absolute window position of the window. |
void |
setWindowPosition(WDWindowPos position)
Method setWindowPosition - sets a relative position of the window, e.g. |
void |
setWindowSize(int width,
int height)
Method setWindowSize - sets the window size in "px". |
void |
setWindowSize(WDCssSize width,
WDCssSize height)
Method setWindowSize - sets the window size. |
| Field Detail |
public static final java.lang.String WINDOW_LEFT_POSITION
public static final java.lang.String WINDOW_RIGHT_POSITION
public static final java.lang.String WINDOW_TOP_POSITION
public static final java.lang.String WINDOW_BOTTOM_POSITION
public static final java.lang.String WINDOW_POSITION_CENTERED
| Method Detail |
public void close()
public boolean isTopLevel()
public boolean isModal()
public void setWindowSize(int width,
int height)
width - - the width of the windowheight - - the height ot the window
public void setWindowSize(WDCssSize width,
WDCssSize height)
width - - the width of the windowheight - - the height ot the window
public void setWindowPosition(int left,
int top)
left - - the horizontal position - default is 0 -> left sidetop - - the vertical position - default is 0 -> on the top
public void setWindowPosition(WDCssSize left,
WDCssSize top)
left - - the horizontal position - default is 0 -> left sidetop - - the vertical position - default is 0 -> on the toppublic void setWindowPosition(WDWindowPos position)
posType - - default is absolute positionpublic void open()
public void destroy()
public void removeWindowFeature(WDWindowFeature feature)
|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||