Uses of Interface
com.google.gwt.view.client.SelectionChangeEvent.HasSelectionChangedHandlers
-
Packages that use SelectionChangeEvent.HasSelectionChangedHandlers Package Description com.google.gwt.view.client Classes and interfaces used by thecellview
widget set. -
-
Uses of SelectionChangeEvent.HasSelectionChangedHandlers in com.google.gwt.view.client
Subinterfaces of SelectionChangeEvent.HasSelectionChangedHandlers in com.google.gwt.view.client Modifier and Type Interface Description interface
SelectionModel<T>
A model for selection within a list.interface
SetSelectionModel<T>
A model that allows getting all elements and clearing the selection.Classes in com.google.gwt.view.client that implement SelectionChangeEvent.HasSelectionChangedHandlers Modifier and Type Class Description class
DefaultSelectionModel<T>
A convenienceSelectionModel
that allows items to be selected according to a subclass-defined rule, plus a list of positive or negative exceptions.class
MultiSelectionModel<T>
A simple selection model that allows multiple items to be selected.class
NoSelectionModel<T>
A selection model that does not allow selection, but fires selection change events.class
OrderedMultiSelectionModel<T>
A simple selection model that allows multiple items to be selected and retains order of selection.static class
SelectionModel.AbstractSelectionModel<T>
A default implementation ofSelectionModel
that provides listener addition and removal.class
SingleSelectionModel<T>
A simple selection model that allows only one item to be selected a a time.Methods in com.google.gwt.view.client with parameters of type SelectionChangeEvent.HasSelectionChangedHandlers Modifier and Type Method Description static void
SelectionChangeEvent. fire(SelectionChangeEvent.HasSelectionChangedHandlers source)
Fires a selection change event on all registered handlers in the handler manager.
-