public abstract static class AtmospherePushConnection.AbstractJSO
extends com.google.gwt.core.client.JavaScriptObject
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractJSO()
JavaScriptObject constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
getBooleanValue(String key)
Gets the given property value as a boolean.
|
protected int |
getIntValue(String key)
Gets the given property value as an int.
|
protected String |
getStringValue(String key)
Gets the given property value as a String.
|
protected void |
setBooleanValue(String key,
boolean value)
Sets the given property value as a boolean.
|
protected void |
setIntValue(String key,
int value)
Sets the given property value as an int.
|
protected void |
setStringValue(String key,
String value)
Sets the given property value as a String.
|
protected final String getStringValue(String key)
key - the key of the propertyprotected final void setStringValue(String key, String value)
key - the key of the propertyvalue - the property valueprotected final int getIntValue(String key)
key - the key of the propertyprotected final void setIntValue(String key, int value)
key - the key of the propertyvalue - the property valueprotected final boolean getBooleanValue(String key)
key - the key of the propertyprotected final void setBooleanValue(String key, boolean value)
key - the key of the propertyvalue - the property valueCopyright © 2000–2018 Vaadin Ltd. All rights reserved.