|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.web.bindery.event.shared.Event<H>
com.google.gwt.event.shared.GwtEvent<SelectionHandler<T>>
com.google.gwt.event.logical.shared.SelectionEvent<T>
com.sencha.gxt.widget.core.client.event.CellSelectionEvent<T>
T - the type about to be selectedpublic class CellSelectionEvent<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
|
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 |
|---|
public static <T> CellSelectionEvent<T> fire(HandlerManager manager,
T item)
public Cell.Context getContext()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||