public final class CancelEditEvent<M> extends GridEditingEvent<M,CancelEditEvent.CancelEditHandler<M>>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CancelEditEvent.CancelEditHandler<M> |
static interface |
CancelEditEvent.HasCancelEditHandlers<M> |
GwtEvent.Type<H>| Constructor and Description |
|---|
CancelEditEvent(Grid.GridCell editCell) |
| Modifier and Type | Method and Description |
|---|---|
GwtEvent.Type<CancelEditEvent.CancelEditHandler<M>> |
getAssociatedType() |
static GwtEvent.Type<CancelEditEvent.CancelEditHandler<?>> |
getType() |
getEditCell, getSourcepublic CancelEditEvent(Grid.GridCell editCell)
public static GwtEvent.Type<CancelEditEvent.CancelEditHandler<?>> getType()
public GwtEvent.Type<CancelEditEvent.CancelEditHandler<M>> getAssociatedType()
getAssociatedType in class GwtEvent<CancelEditEvent.CancelEditHandler<M>>Copyright © 2012. All Rights Reserved.