public class GXNavigateRequest extends GXAbstractSetToHostRequest implements GXDebuggableRequest
| Constructor and Description |
|---|
GXNavigateRequest() |
GXNavigateRequest(String destinationScreenName)
Sets the destination screen for the navigation process.
|
GXNavigateRequest(String destinationScreenName,
String mapName)
Deprecated.
Application map are defined globally for each application. Map name will be ignored
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDestinationScreenName() |
String |
getMapName()
Deprecated.
Application map are defined globally for each application. Map name will be ignored
|
boolean |
isDebugMode() |
void |
readExternal(ObjectInput in) |
void |
setDebugMode()
Sets the path to be executed in debug mode.
|
void |
setDestinationScreenName(String destScreen) |
void |
setMapName(String mapName)
Deprecated.
Application map are defined globally for each application. Map name will be ignored
|
void |
writeExternal(ObjectOutput out) |
addInputField, addInputField, addInputField, addInputField, addInputField, addInputField, addInputFields, changeInputField, getInputFields, getSeqScreenNumber, isWindowRelativePositioning, removeInputField, setSeqScreenNumber, setWindowRelativePositioning, toStringaddVariable, addVariable, addVariableArray, clone, equals, getVariables, hashCode, setVariablespublic GXNavigateRequest()
public GXNavigateRequest(String destinationScreenName)
destinationScreenName - the name of the destination screen.public GXNavigateRequest(String destinationScreenName, String mapName)
destinationScreenName - the name of the destination screen.mapName - the name of the map.public String getDestinationScreenName()
public void setDestinationScreenName(String destScreen)
destScreen - the path's destination screen name to setpublic void setMapName(String mapName)
mapName - the name of the mappublic String getMapName()
public void setDebugMode()
setDebugMode in interface GXDebuggableRequestpublic boolean isDebugMode()
isDebugMode in interface GXDebuggableRequestpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizablereadExternal in class GXAbstractSetToHostRequestIOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizablewriteExternal in class GXAbstractSetToHostRequestIOExceptionCopyright 2022 Software AG. All rights reserved. Use is subject to license terms.