|
GWT 2.4.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SelectionChangeEvent.HasSelectionChangedHandlers | |
---|---|
com.google.gwt.view.client | Classes and interfaces used by the
cellview widget set. |
Uses of SelectionChangeEvent.HasSelectionChangedHandlers in com.google.gwt.view.client |
---|
Subinterfaces of SelectionChangeEvent.HasSelectionChangedHandlers in com.google.gwt.view.client | |
---|---|
interface |
SelectionModel<T>
A model for selection within a list. |
Classes in com.google.gwt.view.client that implement SelectionChangeEvent.HasSelectionChangedHandlers | |
---|---|
class |
DefaultSelectionModel<T>
A convenience SelectionModel that allows records 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 objects to be selected. |
class |
NoSelectionModel<T>
A selection model that does not allow selection, but fires selection change events. |
static class |
SelectionModel.AbstractSelectionModel<T>
A default implementation of SelectionModel that provides listener
addition and removal. |
class |
SingleSelectionModel<T>
A simple selection model that allows only one object to be selected a a time. |
Methods in com.google.gwt.view.client with parameters of type SelectionChangeEvent.HasSelectionChangedHandlers | |
---|---|
static void |
SelectionChangeEvent.fire(SelectionChangeEvent.HasSelectionChangedHandlers source)
Fires a selection change event on all registered handlers in the handler manager. |
|
GWT 2.4.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |