com.sencha.gxt.widget.core.client.event
Class CellSelectionEvent<T>

java.lang.Object
  extended by com.google.web.bindery.event.shared.Event<H>
      extended by com.google.gwt.event.shared.GwtEvent<SelectionHandler<T>>
          extended by com.google.gwt.event.logical.shared.SelectionEvent<T>
              extended by com.sencha.gxt.widget.core.client.event.CellSelectionEvent<T>
Type Parameters:
T - the type about to be selected

public class CellSelectionEvent<T>
extends SelectionEvent<T>

Fires after a selection occurs.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
GwtEvent.Type<H>
 
Method Summary
static
<T> CellSelectionEvent<T>
fire(HandlerManager manager, T item)
           
 Cell.Context getContext()
          Returns the cell context.
 
Methods inherited from class com.google.gwt.event.logical.shared.SelectionEvent
fire, getAssociatedType, getSelectedItem, getType
 
Methods inherited from class com.google.gwt.event.shared.GwtEvent
getSource
 
Methods inherited from class com.google.web.bindery.event.shared.Event
toDebugString, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

fire

public static <T> CellSelectionEvent<T> fire(HandlerManager manager,
                                             T item)

getContext

public Cell.Context getContext()
Returns the cell context.

Returns:
the cell context


Copyright © 2012. All Rights Reserved.