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, toString
addVariable, addVariable, addVariableArray, clone, equals, getVariables, hashCode, setVariables
public 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 GXDebuggableRequest
public boolean isDebugMode()
isDebugMode
in interface GXDebuggableRequest
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class GXAbstractSetToHostRequest
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class GXAbstractSetToHostRequest
IOException
Copyright 2021 Software AG. All rights reserved. Use is subject to license terms.