com.sencha.gxt.widget.core.client.selection
Class CellSelectionChangedEvent<M>
java.lang.Object
com.google.web.bindery.event.shared.Event<H>
com.google.gwt.event.shared.GwtEvent<CellSelectionChangedEvent.CellSelectionChangedHandler<M>>
com.sencha.gxt.widget.core.client.selection.CellSelectionChangedEvent<M>
public class CellSelectionChangedEvent<M>
- extends GwtEvent<CellSelectionChangedEvent.CellSelectionChangedHandler<M>>
Fires after the cell selection changes.
| Methods inherited from class com.google.web.bindery.event.shared.Event |
toDebugString, toString |
CellSelectionChangedEvent
public CellSelectionChangedEvent()
CellSelectionChangedEvent
public CellSelectionChangedEvent(CellSelection<M> selectedCell)
CellSelectionChangedEvent
public CellSelectionChangedEvent(List<CellSelection<M>> selection)
getType
public static GwtEvent.Type<CellSelectionChangedEvent.CellSelectionChangedHandler<?>> getType()
- Gets the type associated with this event.
- Returns:
- returns the handler type
getAssociatedType
public GwtEvent.Type<CellSelectionChangedEvent.CellSelectionChangedHandler<M>> getAssociatedType()
- Overrides:
getAssociatedType in class GwtEvent<CellSelectionChangedEvent.CellSelectionChangedHandler<M>>
getSelection
public List<CellSelection<M>> getSelection()
- Returns the selection.
- Returns:
- the selections
getSource
public StoreSelectionModel<M> getSource()
- Overrides:
getSource in class GwtEvent<CellSelectionChangedEvent.CellSelectionChangedHandler<M>>
Copyright © 2012. All Rights Reserved.