public class GXSendKeysRequest extends GXAbstractSetToHostRequest
| Constructor and Description |
|---|
GXSendKeysRequest() |
GXSendKeysRequest(String keys) |
GXSendKeysRequest(String keys,
GXIScreen screen) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
GXCursor |
getCursor() |
String |
getKeys() |
void |
readExternal(ObjectInput in) |
void |
setCursor(GXCursor cursor)
Sets the cursor position for the request.
|
void |
setKeys(String keys)
Sets the key sequence that will be set to the host.
|
String |
toString() |
void |
writeExternal(ObjectOutput out) |
addInputField, addInputField, addInputField, addInputField, addInputField, addInputField, addInputFields, changeInputField, getInputFields, getSeqScreenNumber, isWindowRelativePositioning, removeInputField, setSeqScreenNumber, setWindowRelativePositioningaddVariable, addVariable, addVariableArray, equals, getVariables, hashCode, setVariablespublic GXSendKeysRequest()
public GXSendKeysRequest(String keys)
keys - the key (or sequence of keys and data) to send.public String getKeys()
public void setKeys(String keys)
keys - the key (or sequence of keys and data) to send.public void setCursor(GXCursor cursor)
cursor - the cursor position to be sent to the host.public GXCursor getCursor()
public 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 GXAbstractSetToHostRequestIOExceptionpublic String toString()
toString in class GXAbstractSetToHostRequestpublic Object clone()
clone in class GXAbstractRequestCopyright 2022 Software AG. All rights reserved. Use is subject to license terms.