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