public class SelectionChangedEvent<M> extends GwtEvent<SelectionChangedEvent.SelectionChangedHandler<M>>
| Modifier and Type | Class and Description |
|---|---|
static interface |
SelectionChangedEvent.HasSelectionChangedHandlers<M>
A widget that implements this interface is a public source of
SelectionChangedEvent events. |
static interface |
SelectionChangedEvent.SelectionChangedHandler<M>
Handler class for
SelectionChangedEvent events. |
GwtEvent.Type<H>| Constructor and Description |
|---|
SelectionChangedEvent(List<M> selection) |
| Modifier and Type | Method and Description |
|---|---|
GwtEvent.Type<SelectionChangedEvent.SelectionChangedHandler<M>> |
getAssociatedType() |
List<M> |
getSelection()
Returns the selection.
|
StoreSelectionModel<M> |
getSource() |
static GwtEvent.Type<SelectionChangedEvent.SelectionChangedHandler<?>> |
getType()
Gets the type associated with this event.
|
public static GwtEvent.Type<SelectionChangedEvent.SelectionChangedHandler<?>> getType()
public GwtEvent.Type<SelectionChangedEvent.SelectionChangedHandler<M>> getAssociatedType()
getAssociatedType in class GwtEvent<SelectionChangedEvent.SelectionChangedHandler<M>>public StoreSelectionModel<M> getSource()
getSource in class GwtEvent<SelectionChangedEvent.SelectionChangedHandler<M>>Copyright © 2012. All Rights Reserved.