| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_LOCATION |
static String |
KEY_STATE |
KEY_BULK_DATA, KEY_PROTECTED, store| Constructor and Description |
|---|
WindowStatus()
Constructs a new WindowStatus object
|
WindowStatus(Grid location,
WindowState state)
Constructs a new WindowStatus object
|
WindowStatus(Hashtable<String,Object> hash)
Constructs a new WindowStatus object indicated by the Hashtable parameter
|
| Modifier and Type | Method and Description |
|---|---|
Grid |
getLocation()
Gets the location.
|
WindowState |
getState()
Gets the state.
|
WindowStatus |
setLocation(Grid location)
Sets the location.
|
WindowStatus |
setState(WindowState state)
Sets the state.
|
clone, deserializeJSON, equals, format, formatObject, getBoolean, getBulkData, getDouble, getFloat, getInteger, getLong, getMessageTypeName, getObject, getStore, getStoreValue, getString, getValue, getValueForString, hashCode, hasKey, isPayloadProtected, serializeJSON, serializeJSON, setBulkData, setPayloadProtected, setValuepublic static final String KEY_LOCATION
public static final String KEY_STATE
public WindowStatus()
public WindowStatus(Hashtable<String,Object> hash)
hash - The Hashtable to usepublic WindowStatus(@NonNull
Grid location,
@NonNull
WindowState state)
location - state - public WindowStatus setLocation(@NonNull Grid location)
location - public Grid getLocation()
public WindowStatus setState(@NonNull WindowState state)
state - public WindowState getState()