Package | Description |
---|---|
com.vaadin.client | |
com.vaadin.client.communication | |
com.vaadin.client.metadata | |
com.vaadin.client.ui |
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) |
Modifier and Type | Method and Description |
---|---|
protected FastStringSet |
VListSelect.getSelectedItems()
Gets the currently selected item values.
|
Copyright © 2018 Vaadin Ltd. All rights reserved.