Uses of Class
com.vaadin.client.FastStringSet
-
Packages that use FastStringSet Package Description com.vaadin.client com.vaadin.client.communication com.vaadin.client.metadata -
-
Uses of FastStringSet in com.vaadin.client
Methods in com.vaadin.client that return FastStringSet Modifier and Type Method Description static FastStringSet
FastStringSet. create()
Methods in com.vaadin.client with parameters of type FastStringSet Modifier and Type Method Description void
FastStringSet. addAll(FastStringSet set)
void
FastStringSet. removeAll(FastStringSet valuesToRemove)
-
Uses of FastStringSet in com.vaadin.client.communication
Methods in com.vaadin.client.communication that return FastStringSet Modifier and Type Method Description FastStringSet
StateChangeEvent. getChangedPropertiesFastSet()
Deprecated.As of 7.0.1, useStateChangeEvent.hasPropertyChanged(String)
instead for improved performance.Constructors in com.vaadin.client.communication with parameters of type FastStringSet Constructor Description StateChangeEvent(ServerConnector connector, FastStringSet changedProperties)
Deprecated.As of 7.0.2, useStateChangeEvent(ServerConnector, JsonObject, boolean)
instead for improved performance. -
Uses of FastStringSet in com.vaadin.client.metadata
Methods in com.vaadin.client.metadata that return FastStringSet Modifier and Type Method Description FastStringSet
TypeDataStore. findIdentifiersFor(Class<?> type)
-