Uses of Interface
com.google.gwt.view.client.SelectionChangeEvent.HasSelectionChangedHandlers
Packages that use SelectionChangeEvent.HasSelectionChangedHandlers
-
Uses of SelectionChangeEvent.HasSelectionChangedHandlers in com.google.gwt.view.client
Subinterfaces of SelectionChangeEvent.HasSelectionChangedHandlers in com.google.gwt.view.clientModifier and TypeInterfaceDescriptioninterfaceA model for selection within a list.interfaceA model that allows getting all elements and clearing the selection.Classes in com.google.gwt.view.client that implement SelectionChangeEvent.HasSelectionChangedHandlersModifier and TypeClassDescriptionclassA convenienceSelectionModelthat allows items to be selected according to a subclass-defined rule, plus a list of positive or negative exceptions.classA simple selection model that allows multiple items to be selected.classA selection model that does not allow selection, but fires selection change events.classA simple selection model that allows multiple items to be selected and retains order of selection.static classA default implementation ofSelectionModelthat provides listener addition and removal.classA 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.HasSelectionChangedHandlersModifier and TypeMethodDescriptionstatic voidSelectionChangeEvent.fire(SelectionChangeEvent.HasSelectionChangedHandlers source) Fires a selection change event on all registered handlers in the handler manager.