public abstract static class AtmospherePushConnection.AbstractJSO
extends com.google.gwt.core.client.JavaScriptObject
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractJSO() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
getBooleanValue(String key) |
protected int |
getIntValue(String key) |
protected String |
getStringValue(String key) |
protected void |
setBooleanValue(String key,
boolean value) |
protected void |
setIntValue(String key,
int value) |
protected void |
setStringValue(String key,
String value) |
Copyright © 2023 Vaadin Ltd. All rights reserved.