Uses of Class
com.vaadin.client.FastStringSet

Packages that use FastStringSet
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
static FastStringSet FastStringSet.create()
           
 

Methods in com.vaadin.client with parameters of type FastStringSet
 void FastStringSet.removeAll(FastStringSet valuesToRemove)
           
 

Uses of FastStringSet in com.vaadin.client.communication
 

Methods in com.vaadin.client.communication that return FastStringSet
 FastStringSet StateChangeEvent.getChangedPropertiesFastSet()
          Deprecated. As of 7.0.1, use StateChangeEvent.hasPropertyChanged(String) instead for improved performance.
 

Constructors in com.vaadin.client.communication with parameters of type FastStringSet
StateChangeEvent(ServerConnector connector, FastStringSet changedProperties)
          Deprecated. As of 7.0.2, use StateChangeEvent.StateChangeEvent(ServerConnector, JSONObject, boolean) instead for improved performance.
 

Uses of FastStringSet in com.vaadin.client.metadata
 

Methods in com.vaadin.client.metadata that return FastStringSet
 FastStringSet TypeDataStore.findIdentifiersFor(java.lang.Class<?> type)
           
 



Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.