public abstract class GXAbstractSetToHostRequest extends GXAbstractRequest
Modifier and Type | Method and Description |
---|---|
void |
addInputField(GXIField field,
String fieldValue) |
void |
addInputField(GXInputField field) |
void |
addInputField(GXPosition position,
String fieldValue) |
void |
addInputField(String fieldName,
GXPosition position,
String fieldValue) |
void |
addInputField(String fieldName,
int fieldIndex,
String fieldValue) |
void |
addInputField(String fieldName,
String fieldValue) |
void |
addInputFields(GXInputField[] fields) |
void |
changeInputField(GXInputField field) |
GXInputField[] |
getInputFields() |
int |
getSeqScreenNumber()
Get the sequence screen number which the send request should send against.
|
boolean |
isWindowRelativePositioning() |
void |
readExternal(ObjectInput in) |
void |
removeInputField(GXInputField field) |
void |
setSeqScreenNumber(int seqScreenNumber)
Defines the screen sequence number in which the send request should be send against
If the sequence doesn't match the current screen sequence in the host, an exception is thrown during the send.
|
void |
setWindowRelativePositioning(boolean positionsIgnoreWindow) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
addVariable, addVariable, addVariableArray, clone, equals, getVariables, hashCode, setVariables
public GXInputField[] getInputFields()
public void addInputField(GXInputField field)
public void addInputField(String fieldName, GXPosition position, String fieldValue)
public void addInputField(GXPosition position, String fieldValue)
public void removeInputField(GXInputField field)
public void changeInputField(GXInputField field)
public void addInputFields(GXInputField[] fields)
public void setWindowRelativePositioning(boolean positionsIgnoreWindow)
public boolean isWindowRelativePositioning()
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class GXAbstractRequest
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class GXAbstractRequest
IOException
public int getSeqScreenNumber()
public void setSeqScreenNumber(int seqScreenNumber)
seqScreenNumber
- a screen sequence number which the data should be send againstCopyright 2021 Software AG. All rights reserved. Use is subject to license terms.