public class CustomProperties extends Object implements com.google.gwt.user.client.rpc.IsSerializable
| Constructor and Description |
|---|
CustomProperties() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
containsProperty(String key) |
Map<String,String> |
getProperties() |
String |
getProperty(String key) |
void |
setProperties(Map<String,String> properties) |
void |
setProperty(String key,
String value) |
Copyright © 2017. All rights reserved.