public class GXWindowConfig extends Object
| Constructor and Description |
|---|
GXWindowConfig() |
| Modifier and Type | Method and Description |
|---|---|
int |
get_DefaultOpenedWindowHeight()
For .NET framework usage.
|
int |
get_DefaultOpenedWindowLeft()
For .NET framework usage.
|
int |
get_DefaultOpenedWindowTop()
For .NET framework usage.
|
int |
get_DefaultOpenedWindowWidth()
For .NET framework usage.
|
String |
get_OpenedWindowAttributes()
For .NET framework usage.
|
boolean |
get_OpenWindowCenter()
For .NET framework usage.
|
String |
get_PopupCloseSentKey()
For .NET framework usage.
|
int |
getDefaultOpenedWindowHeight()
Determines the default window's height when using the method
gx_window.open |
int |
getDefaultOpenedWindowLeft()
Determines the default window's left position when using the method
gx_window.open |
int |
getDefaultOpenedWindowTop()
Determines the default window's top position when using the method
gx_window.open |
int |
getDefaultOpenedWindowWidth()
Determines the default window's width when using the method
gx_window.open |
String |
getOpenedWindowAttributes()
Determines the opened window's attributes when using the method
gx_window.open |
String |
getPopupCloseSentKey()
Determines the key to send to the host when the modal window is closed
|
boolean |
isOpenWindowCenter()
According to the selected radio button, determines whether the popup window is opened in the center of the screen or in a specific position.
|
void |
set_DefaultOpenedWindowHeight(int defaultOpenedWindowHeight)
For .NET framework usage.
|
void |
set_DefaultOpenedWindowLeft(int defaultOpenedWindowLeft)
For .NET framework usage.
|
void |
set_DefaultOpenedWindowTop(int defaultOpenedWindowTop)
For .NET framework usage.
|
void |
set_DefaultOpenedWindowWidth(int defaultOpenedWindowWidth)
For .NET framework usage.
|
void |
set_OpenedWindowAttributes(String openedWindowAttributes)
For .NET framework usage.
|
void |
set_OpenWindowCenter(boolean openWindowCenter)
For .NET framework usage.
|
void |
set_PopupCloseSentKey(String popupCloseSentKey)
For .NET framework usage.
|
void |
setDefaultOpenedWindowHeight(int defaultOpenedWindowHeight)
Determines the default window's height when using the method
gx_window.open |
void |
setDefaultOpenedWindowLeft(int defaultOpenedWindowLeft)
Determines the default window's left position when using the method
gx_window.open |
void |
setDefaultOpenedWindowTop(int defaultOpenedWindowTop)
Determines the default window's top position when using the method
gx_window.open |
void |
setDefaultOpenedWindowWidth(int defaultOpenedWindowWidth)
Determines the default window's width when using the method
gx_window.open |
void |
setOpenedWindowAttributes(String openedWindowAttributes)
Determines the opened window's attributes when using the method
gx_window.open |
void |
setOpenWindowCenter(boolean openWindowCenter)
According to the selected radio button, determines whether the popup window is opened in the center of the screen or in a specific position.
|
void |
setPopupCloseSentKey(String popupCloseSentKey)
Determines the key to send to the host when the modal window is closed
|
public int getDefaultOpenedWindowHeight()
gx_window.openpublic void setDefaultOpenedWindowHeight(int defaultOpenedWindowHeight)
gx_window.opendefaultOpenedWindowHeight - the default window heightpublic int getDefaultOpenedWindowLeft()
gx_window.openpublic void setDefaultOpenedWindowLeft(int defaultOpenedWindowLeft)
gx_window.opendefaultOpenedWindowLeft - the default window left positionpublic boolean isOpenWindowCenter()
public void setOpenWindowCenter(boolean openWindowCenter)
openWindowCenter - public int getDefaultOpenedWindowTop()
gx_window.openpublic void setDefaultOpenedWindowTop(int defaultOpenedWindowTop)
gx_window.opendefaultOpenedWindowTop - the default window top positionpublic int getDefaultOpenedWindowWidth()
gx_window.openpublic void setDefaultOpenedWindowWidth(int defaultOpenedWindowWidth)
gx_window.opendefaultOpenedWindowWidth - the default window widthpublic String getOpenedWindowAttributes()
gx_window.openpublic void setOpenedWindowAttributes(String openedWindowAttributes)
gx_window.openopenedWindowAttributes - the opened window attributespublic String getPopupCloseSentKey()
public void setPopupCloseSentKey(String popupCloseSentKey)
popupCloseSentKey - public int get_DefaultOpenedWindowHeight()
public void set_DefaultOpenedWindowHeight(int defaultOpenedWindowHeight)
public int get_DefaultOpenedWindowLeft()
public void set_DefaultOpenedWindowLeft(int defaultOpenedWindowLeft)
public int get_DefaultOpenedWindowTop()
public void set_DefaultOpenedWindowTop(int defaultOpenedWindowTop)
public int get_DefaultOpenedWindowWidth()
public void set_DefaultOpenedWindowWidth(int defaultOpenedWindowWidth)
public String get_OpenedWindowAttributes()
public void set_OpenedWindowAttributes(String openedWindowAttributes)
public String get_PopupCloseSentKey()
public void set_PopupCloseSentKey(String popupCloseSentKey)
public boolean get_OpenWindowCenter()
public void set_OpenWindowCenter(boolean openWindowCenter)
Copyright 2022 Software AG. All rights reserved. Use is subject to license terms.