GWT 2.7.0

Uses of Class
com.google.gwt.view.client.MultiSelectionModel.SelectionChange

Packages that use MultiSelectionModel.SelectionChange
com.google.gwt.view.client Classes and interfaces used by the cellview widget set. 
 

Uses of MultiSelectionModel.SelectionChange in com.google.gwt.view.client
 

Constructor parameters in com.google.gwt.view.client with type arguments of type MultiSelectionModel.SelectionChange
MultiSelectionModel(ProvidesKey<T> keyProvider, java.util.Map<java.lang.Object,T> selectedSet, java.util.Map<java.lang.Object,MultiSelectionModel.SelectionChange<T>> selectionChanges)
          Construct a MultiSelectionModel with the given key provider and implementations of selectedSet and selectionChanges.
 


GWT 2.7.0