public class GXAppConfig extends Object implements Serializable
Constructor and Description |
---|
GXAppConfig() |
Modifier and Type | Method and Description |
---|---|
String |
get_Build()
For .NET framework usage.
|
boolean |
get_CaptureTagsEvents()
Deprecated.
Events are capture on the client side. Use GX_CaptureInputTagEvents in _inc_applconf.js
|
boolean |
get_DesignMode()
For .NET framework usage.
|
String |
get_ErrorForm()
For .NET framework usage.
|
int |
get_FieldsModification()
Deprecated.
- ApplinX determines the modified fields both from content difference, and typed fields.
|
int |
get_FieldTypesInUse()
For .NET framework usage.
|
GXFtpConfig |
get_FtpConfig()
For .NET framework usage.
|
String |
get_IndexForm()
For .NET framework usage.
|
boolean |
get_Instant()
For .NET framework usage.
|
GXRenderConfig |
get_InstantConfig()
For .NET framework usage.
|
String |
get_InstantForm()
For .NET framework usage.
|
String |
get_InstantWinForm()
For .NET framework usage.
|
boolean |
get_IsInstant()
For .NET framework usage.
|
GXMacroConfig |
get_MacroConfig()
For .NET framework usage.
|
String |
get_MapPath()
For .NET framework usage.
|
boolean |
get_PerformSyncCheckInInstant()
For .NET framework usage.
|
GXProceduresConfig |
get_ProceduresConfig()
For .NET framework usage.
|
boolean |
get_ReflectBGColors()
For .NET framework usage.
|
boolean |
get_ReflectEmulationBehaviour()
For .NET framework usage.
|
boolean |
get_ReflectFGColors()
For .NET framework usage.
|
boolean |
get_ReflectHostCursor()
For .NET framework usage.
|
boolean |
get_ReflectHostProtected()
For .NET framework usage.
|
boolean |
get_ReflectMaxlength()
For .NET framework usage.
|
GXConfig |
get_SessionConfig()
For .NET framework usage.
|
GXSSOConfig |
get_SingleSignOnConfig()
For .NET framework usage.
|
GXSSOConfig |
get_SsoConfig()
For .NET framework usage.
|
boolean |
get_SupportDupAndFieldMark()
For .NET framework usage.
|
GXTableBuildConfig |
get_TableBuildConfig()
For .NET framework usage.
|
boolean |
get_TrimLabels()
For .NET framework usage.
|
boolean |
get_UseFolders()
For .NET framework usage.
|
boolean |
get_UseKeyboardPFKeys()
Deprecated.
Please use the configuration file config/gx_clientConfig.xml
|
boolean |
get_UseModalWindows()
For .NET framework usage.
|
boolean |
get_UseScreenGroups()
For .NET framework usage.
|
String |
get_Version()
For .NET framework usage.
|
String |
getBuild()
Get the current ApplinX build number.
|
boolean |
getCaptureTagsEvents()
Deprecated.
Events are capture on the client side. Use GX_CaptureInputTagEvents in _inc_applconf.js
|
boolean |
getDesignMode()
Get the design of the application, for example: to show the composer link.
|
String |
getErrorForm()
The value of the error page.
|
int |
getFieldsModification()
Deprecated.
- ApplinX determines the modified fields both from content difference, and typed fields
|
int |
getFieldTypesInUse()
Enumeration for type of fields should the framework read/update:
Possible values:
GXFrameworkHandler.GX_USE_ALL_FIELDS
GXFrameworkHandler.GX_USE_APPFIELDS_AND_INPUTS
GXFrameworkHandler.GX_USE_APPFIELDS
GXFrameworkHandler.GX_USE_SINGLE_APPFIELDS
|
GXFtpConfig |
getFtpConfig()
Contains the FTP configuration
|
String |
getIndexForm() |
GXRenderConfig |
getInstantConfig()
Contains the instant configuration
|
String |
getInstantForm()
The value of the instant page.
|
String |
getInstantWinForm()
The value of the page when a host window is shown and the
framework is using the pop-up manager.
|
GXMacroConfig |
getMacroConfig()
Contains the macro configuration
|
String |
getMapPath()
Deprecated.
Application map are defined globally for each application. Map name will be ignored
|
boolean |
getPerformSyncCheckInInstant()
Each page that inherits from GXDefaultLogicWebForm (.NET) / GXDefaultLogicContext (JSP)
checks synchronization against the current host screen.
|
GXProceduresConfig |
getProceduresConfig()
Contains the procedures configuration for activating ApplinX procedures
|
boolean |
getReflectBGColors()
Get if to dynamically add a relevant back color css to the page fields when calling
gx_fillForm.
|
boolean |
getReflectEmulationBehaviour()
Determines whether to dynamically add to input fields emulation attributes when calling
gx_fillForm.
|
boolean |
getReflectFGColors()
Get if to dynamically add a relevant color css to the page fields when calling
gx_fillForm.
|
boolean |
getReflectHostCursor()
When inheriting from GXBasicWebForm (.NET) or from GXBasicContext (JSP),
ApplinX full JavaScript is not added to the page.
|
boolean |
getReflectHostProtected()
Determines whether to dynamically check the page fields when gx_fillForm is called.
|
boolean |
getReflectMaxlength()
Determines whether to dynamically add a maxlength attribute to input fields when calling
gx_fillForm in generated pages.
|
GXConfig |
getSessionConfig()
Contains the ApplinX session connection declaration
|
GXSSOConfig |
getSingleSignOnConfig()
Contains single signon configurations
|
boolean |
getSupportDupAndFieldMark()
Is supporting Mainframe host keys Dup and Fieldmark in instant and generated pages.
|
GXTableBuildConfig |
getTableBuildConfig()
Contains the table configuration for generated pages
|
boolean |
getTrimLabels()
Is trimming the protected field when gx_fillForm is called.
|
boolean |
getUseFolders()
Determines whether to use ApplinX folders also for the Web application.
|
boolean |
getUseKeyboardPFKeys()
Deprecated.
Please use the configuration file config/gx_clientConfig.xml
|
boolean |
getUseModalWindows()
Determines whether to activate ApplinX pop-up manager and transform recognized host windows
for Web pop-up windows.
|
boolean |
getUseScreenGroups()
Determines whether to load a page for the current screen group, when the current screen does
not contain a matching page.
|
String |
getVersion()
Get the current ApplinX version.
|
boolean |
isInstant()
For internal use
|
void |
set_CaptureTagsEvents(boolean captureTagsEvents)
Deprecated.
Events are capture on the client side. Use GX_CaptureInputTagEvents in _inc_applconf.js
|
void |
set_DesignMode(boolean isDesignMode)
For .NET framework usage.
|
void |
set_ErrorForm(String errorForm)
For .NET framework usage.
|
void |
set_FieldsModification(int fieldsModification)
Deprecated.
- ApplinX determines the modified fields both from content difference, and typed fields.
|
void |
set_FieldTypesInUse(int fieldTypesInUse)
For .NET framework usage.
|
void |
set_FtpConfig(GXFtpConfig ftpConfig)
For .NET framework usage.
|
void |
set_IndexForm(String indexForm)
For .NET framework usage.
|
void |
set_Instant(boolean isInstant)
For .NET framework usage.
|
void |
set_InstantConfig(GXRenderConfig instantConfig)
For .NET framework usage.
|
void |
set_InstantForm(String instantForm)
For .NET framework usage.
|
void |
set_InstantWinForm(String instantWinForm)
For .NET framework usage.
|
void |
set_IsInstant(boolean isInstant)
For .NET framework usage.
|
void |
set_MacroConfig(GXMacroConfig macroConfig)
For .NET framework usage.
|
void |
set_MapPath(String mapPath)
For .NET framework usage.
|
void |
set_PerformSyncCheckInInstant(boolean performSyncCheckInInstant)
For .NET framework usage.
|
void |
set_ProceduresConfig(GXProceduresConfig proceduresConfig)
For .NET framework usage.
|
void |
set_ReflectBGColors(boolean reflectBGColors)
For .NET framework usage.
|
void |
set_ReflectEmulationBehaviour(boolean reflectEmulationBehaviour)
For .NET framework usage.
|
void |
set_ReflectFGColors(boolean reflectFGColors)
Set if to dynamically add a relevant color css to the page fields when calling
gx_fillForm.
|
void |
set_ReflectHostCursor(boolean reflectHostCursor)
For .NET framework usage.
|
void |
set_ReflectHostProtected(boolean reflectHostProtected)
For .NET framework usage.
|
void |
set_ReflectMaxlength(boolean reflectMaxlength)
For .NET framework usage.
|
void |
set_SessionConfig(GXConfig sessionConfig)
For .NET framework usage.
|
void |
set_SingleSignOnConfig(GXSSOConfig ssoConfig)
For .NET framework usage.
|
void |
set_SsoConfig(GXSSOConfig ssoConfig)
For .NET framework usage.
|
void |
set_SupportDupAndFieldMark(boolean supportDupAndFieldMark)
For .NET framework usage.
|
void |
set_TableBuildConfig(GXTableBuildConfig tableConfig)
For .NET framework usage.
|
void |
set_TrimLabels(boolean TrimLabels)
For .NET framework usage.
|
void |
set_UseFolders(boolean useFolders)
For .NET framework usage.
|
void |
set_UseKeyboardPFKeys(boolean useKeyboardPFKeys)
Deprecated.
Please use the configuration file config/gx_clientConfig.xml
|
void |
set_UseModalWindows(boolean useModalWindows)
For .NET framework usage.
|
void |
set_UseScreenGroups(boolean useScreenGroups)
For .NET framework usage.
|
void |
setCaptureTagsEvents(boolean captureTagsEvents)
Deprecated.
Events are capture on the client side. Use GX_CaptureInputTagEvents in _inc_applconf.js
|
void |
setDesignMode(boolean isDesignMode)
Set the design of the application, for example: to show the composer link.
|
void |
setErrorForm(String errorForm)
The value of the error page.
|
void |
setFieldsModification(int fieldsModification)
Deprecated.
- ApplinX determines the modified fields both from content difference, and typed fields
|
void |
setFieldTypesInUse(int fieldTypesInUse)
Enumeration for type of fields should the framework read/update:
Possible values:
GXFrameworkHandler.GX_USE_ALL_FIELDS
GXFrameworkHandler.GX_USE_APPFIELDS_AND_INPUTS
GXFrameworkHandler.GX_USE_APPFIELDS
GXFrameworkHandler.GX_USE_SINGLE_APPFIELDS
|
void |
setFtpConfig(GXFtpConfig ftpConfig)
For internal use
|
void |
setIndexForm(String indexForm) |
void |
setInstantConfig(GXRenderConfig instantConfig)
For internal use
|
void |
setInstantForm(String instantForm)
Returns the value of the instant page.
|
void |
setInstantWinForm(String instantWinForm)
The value of the page when a host window is shown and the
framework is using the pop-up manager.
|
void |
setIsInstant(boolean isInstant)
For internal use
|
void |
setMacroConfig(GXMacroConfig macroConfig)
For internal use
|
void |
setMapPath(String mapPath)
Deprecated.
Application map are defined globally for each application. Map name will be ignored
|
void |
setPerformSyncCheckInInstant(boolean performSyncCheckInInstant)
Each page that inherits from GXDefaultLogicWebForm (.NET) / GXDefaultLogicContext (JSP)
checks synchronization against the current host screen.
|
void |
setProceduresConfig(GXProceduresConfig proceduresConfig)
For internal use
|
void |
setReflectBGColors(boolean reflectBGColors)
Determines whether the field background color in the Web application will
be the same as the field background color in the host.
|
void |
setReflectEmulationBehaviour(boolean reflectEmulationBehaviour)
Determines whether to add emulation attributes in text fields.
|
void |
setReflectFGColors(boolean reflectFGColors)
Determines whether the field foreground color in the Web application will
be the same as the field foreground color in the host.
|
void |
setReflectHostCursor(boolean reflectHostCursor)
When inheriting from GXBasicWebForm (.NET) or from GXBasicContext (JSP),
ApplinX full JavaScript is not added to the page.
|
void |
setReflectHostProtected(boolean reflectHostProtected)
Determines whether the protected fields in the host will be read only in the Web application (when gx_fillForm is called).
|
void |
setReflectMaxlength(boolean reflectMaxlength)
Determines whether the fields' maximum length attribute in the host will be
the maximum length attribute in the input fields in the Web application.
|
void |
setSessionConfig(GXConfig sessionConfig)
For internal use
|
void |
setSingleSignOnConfig(GXSSOConfig ssoConfig)
For internal use
|
void |
setSupportDupAndFieldMark(boolean supportDupAndFieldMark)
Dup and FieldMark are special Mainframe characters.
|
void |
setTableBuildConfig(GXTableBuildConfig tableBuildConfig)
For internal use
|
void |
setTrimLabels(boolean TrimLabels)
Deprecated.
Use ApplinX server configuration, screen content tab
|
void |
setUseFolders(boolean useFolders)
Determines whether the Web application folder structure should be the same folder structure as configured in the ApplinX repository.
|
void |
setUseKeyboardPFKeys(boolean useKeyboardPFKeys)
Deprecated.
Please use the configuration file config/gx_clientConfig.xml
|
void |
setUseModalWindows(boolean useModalWindows)
Determines whether to activate ApplinX pop-up manager and transform recognized host windows
to Web pop-up windows.
|
void |
setUseScreenGroups(boolean useScreenGroups)
Determines whether to load a page for the current screen group, when the current screen does
not contain a matching page.
|
public String get_Version()
public String getVersion()
public String get_Build()
public String getBuild()
public boolean get_DesignMode()
public void set_DesignMode(boolean isDesignMode)
public boolean getDesignMode()
public void setDesignMode(boolean isDesignMode)
false
when deploying the application to production
Default value: truepublic boolean get_UseKeyboardPFKeys()
public void set_UseKeyboardPFKeys(boolean useKeyboardPFKeys)
public boolean getUseKeyboardPFKeys()
public void setUseKeyboardPFKeys(boolean useKeyboardPFKeys)
public boolean get_SupportDupAndFieldMark()
public void set_SupportDupAndFieldMark(boolean supportDupAndFieldMark)
public boolean getSupportDupAndFieldMark()
public void setSupportDupAndFieldMark(boolean supportDupAndFieldMark)
public int get_FieldTypesInUse()
public void set_FieldTypesInUse(int fieldTypesInUse)
public int getFieldTypesInUse()
public void setFieldTypesInUse(int fieldTypesInUse)
public boolean get_TrimLabels()
public void set_TrimLabels(boolean TrimLabels)
public boolean getTrimLabels()
public void setTrimLabels(boolean TrimLabels)
public String get_InstantForm()
public void set_InstantForm(String instantForm)
public String getInstantForm()
public void setInstantForm(String instantForm)
public String get_InstantWinForm()
public void set_InstantWinForm(String instantWinForm)
public String getInstantWinForm()
public void setInstantWinForm(String instantWinForm)
public String get_ErrorForm()
public void set_ErrorForm(String errorForm)
public String getErrorForm()
public void setErrorForm(String errorForm)
public boolean get_ReflectFGColors()
public void set_ReflectFGColors(boolean reflectFGColors)
public boolean getReflectFGColors()
public void setReflectFGColors(boolean reflectFGColors)
reflectFGColor
- whether to dynamically add a relevant color css to the page input fieldspublic boolean get_ReflectBGColors()
public void set_ReflectBGColors(boolean reflectBGColors)
public boolean getReflectBGColors()
public void setReflectBGColors(boolean reflectBGColors)
reflectBGColor
- whether to dynamically add a relevant back color css to the page fieldspublic boolean get_ReflectEmulationBehaviour()
public void set_ReflectEmulationBehaviour(boolean reflectEmulationBehaviour)
public boolean getReflectEmulationBehaviour()
public void setReflectEmulationBehaviour(boolean reflectEmulationBehaviour)
GXBaseObjectConstants
for possible data types.
reflectEmulationBehaviour
- whether to add emulation attributes in text fieldspublic boolean get_ReflectHostCursor()
public void set_ReflectHostCursor(boolean reflectHostCursor)
public boolean getReflectHostCursor()
public void setReflectHostCursor(boolean reflectHostCursor)
reflectHostCursor
- whether to add the functionality of focusing on an input field according to the hostpublic boolean get_ReflectMaxlength()
public void set_ReflectMaxlength(boolean reflectMaxlength)
public boolean getReflectMaxlength()
public void setReflectMaxlength(boolean reflectMaxlength)
reflectMaxlength
- whether to dynamically add a maxlength attribute to input fieldspublic boolean get_ReflectHostProtected()
public void set_ReflectHostProtected(boolean reflectHostProtected)
public boolean getReflectHostProtected()
public void setReflectHostProtected(boolean reflectHostProtected)
reflectHostProtected
- whether to dynamically check the page fields when gx_fillForm is calledpublic String get_MapPath()
public void set_MapPath(String mapPath)
public String getMapPath()
public void setMapPath(String mapPath)
mapPath
- determines the map path used to synchronize the host with the pagepublic GXConfig get_SessionConfig()
public void set_SessionConfig(GXConfig sessionConfig)
public GXConfig getSessionConfig()
public void setSessionConfig(GXConfig sessionConfig)
public GXMacroConfig get_MacroConfig()
public void set_MacroConfig(GXMacroConfig macroConfig)
public GXMacroConfig getMacroConfig()
public void setMacroConfig(GXMacroConfig macroConfig)
public boolean get_UseModalWindows()
public void set_UseModalWindows(boolean useModalWindows)
public boolean getUseModalWindows()
public void setUseModalWindows(boolean useModalWindows)
useModalWindows
- whether to activate ApplinX pop-up managerpublic boolean get_UseFolders()
public void set_UseFolders(boolean useFolders)
public boolean getUseFolders()
public void setUseFolders(boolean useFolders)
useFolders
- whether to use ApplinX folders also for the Web applicationpublic boolean get_UseScreenGroups()
public void set_UseScreenGroups(boolean useScreenGroups)
public boolean getUseScreenGroups()
public void setUseScreenGroups(boolean useScreenGroups)
useScreenGroups
- whether to load a page for the current screen group, when the current screen does not contain a matching pageuseScreenGroups
- public boolean get_CaptureTagsEvents()
public void set_CaptureTagsEvents(boolean captureTagsEvents)
public boolean getCaptureTagsEvents()
public void setCaptureTagsEvents(boolean captureTagsEvents)
public boolean get_PerformSyncCheckInInstant()
public void set_PerformSyncCheckInInstant(boolean performSyncCheckInInstant)
public boolean getPerformSyncCheckInInstant()
public void setPerformSyncCheckInInstant(boolean performSyncCheckInInstant)
performSyncCheckInInstant
- whether a synchronization check is done in instant pagespublic GXFtpConfig get_FtpConfig()
public GXFtpConfig getFtpConfig()
public void setFtpConfig(GXFtpConfig ftpConfig)
public GXTableBuildConfig get_TableBuildConfig()
public void set_TableBuildConfig(GXTableBuildConfig tableConfig)
public GXTableBuildConfig getTableBuildConfig()
public void setTableBuildConfig(GXTableBuildConfig tableBuildConfig)
tableBuildConfig
- public GXProceduresConfig get_ProceduresConfig()
public GXProceduresConfig getProceduresConfig()
public void setProceduresConfig(GXProceduresConfig proceduresConfig)
public GXRenderConfig get_InstantConfig()
public void set_InstantConfig(GXRenderConfig instantConfig)
public GXRenderConfig getInstantConfig()
public void setInstantConfig(GXRenderConfig instantConfig)
public int get_FieldsModification()
public void set_FieldsModification(int fieldsModification)
public int getFieldsModification()
public void setFieldsModification(int fieldsModification)
public void set_IsInstant(boolean isInstant)
public boolean isInstant()
public void setIsInstant(boolean isInstant)
public boolean get_IsInstant()
public void set_Instant(boolean isInstant)
public GXSSOConfig getSingleSignOnConfig()
public void setSingleSignOnConfig(GXSSOConfig ssoConfig)
public GXSSOConfig get_SsoConfig()
public void set_SsoConfig(GXSSOConfig ssoConfig)
public String getIndexForm()
public void setIndexForm(String indexForm)
public void set_FtpConfig(GXFtpConfig ftpConfig)
public void set_ProceduresConfig(GXProceduresConfig proceduresConfig)
public boolean get_Instant()
public GXSSOConfig get_SingleSignOnConfig()
public void set_SingleSignOnConfig(GXSSOConfig ssoConfig)
public String get_IndexForm()
public void set_IndexForm(String indexForm)
Copyright 2021 Software AG. All rights reserved. Use is subject to license terms.