| Package | Description |
|---|---|
| com.vaadin.client | |
| com.vaadin.client.communication | |
| com.vaadin.client.metadata |
| Modifier and Type | Method and Description |
|---|---|
static FastStringSet |
FastStringSet.create() |
| Modifier and Type | Method and Description |
|---|---|
void |
FastStringSet.addAll(FastStringSet set) |
void |
FastStringSet.removeAll(FastStringSet valuesToRemove) |
| Modifier and Type | Method and Description |
|---|---|
FastStringSet |
StateChangeEvent.getChangedPropertiesFastSet()
Deprecated.
As of 7.0.1, use
StateChangeEvent.hasPropertyChanged(String) instead
for improved performance. |
| Constructor and Description |
|---|
StateChangeEvent(ServerConnector connector,
FastStringSet changedProperties)
Deprecated.
As of 7.0.2, use
StateChangeEvent.StateChangeEvent(ServerConnector, JsonObject, boolean)
instead for improved performance. |
| Modifier and Type | Method and Description |
|---|---|
FastStringSet |
TypeDataStore.findIdentifiersFor(Class<?> type) |
Copyright © 2016 Vaadin Ltd. All rights reserved.