public class DeleteWindow extends RPCRequest
CreateWindow| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_WINDOW_ID |
onResponseListenerfunction, KEY_CORRELATION_ID, KEY_FUNCTION_NAME, KEY_NOTIFICATION, KEY_PARAMETERS, KEY_REQUEST, KEY_RESPONSE, messageType, parametersKEY_BULK_DATA, KEY_PROTECTED, store| Constructor and Description |
|---|
DeleteWindow()
Constructs a new DeleteWindow object
|
DeleteWindow(Hashtable<String,Object> hash)
Constructs a new DeleteWindow object indicated by the Hashtable
parameter
|
DeleteWindow(Integer windowID)
Constructs a new DeleteWindow object
|
| Modifier and Type | Method and Description |
|---|---|
Integer |
getWindowID()
Gets the windowID.
|
DeleteWindow |
setWindowID(Integer windowID)
Sets the windowID.
|
getCorrelationID, getOnRPCResponseListener, setCorrelationID, setOnRPCResponseListenergetBoolean, getDouble, getFloat, getFunctionID, getFunctionName, getInteger, getLong, getMessageType, getObject, getParameters, getString, setFunctionName, setParametersclone, deserializeJSON, equals, format, formatObject, getBulkData, getMessageTypeName, getStore, getStoreValue, getValue, getValueForString, hashCode, hasKey, isPayloadProtected, serializeJSON, serializeJSON, setBulkData, setPayloadProtected, setValuepublic static final String KEY_WINDOW_ID
public DeleteWindow()
public DeleteWindow(Hashtable<String,Object> hash)
Constructs a new DeleteWindow object indicated by the Hashtable parameter
hash - The Hashtable to usepublic DeleteWindow(@NonNull
Integer windowID)
windowID - A unique ID to identify the window. The value of '0' will always be the default main window on the main display and cannot be deleted.
See PredefinedWindows enum.public DeleteWindow setWindowID(@NonNull Integer windowID)
windowID - A unique ID to identify the window. The value of '0' will always be the default main window on the main display and should not be used in this context as it will already be created for the app. See PredefinedWindows enum. Creating a window with an ID that is already in use will be rejected with `INVALID_ID`.public Integer getWindowID()