public final class BeforeStartEditEvent<M> extends GridEditingEvent<M,BeforeStartEditEvent.BeforeStartEditHandler<M>> implements CancellableEvent
| Modifier and Type | Class and Description |
|---|---|
static interface |
BeforeStartEditEvent.BeforeStartEditHandler<M> |
static interface |
BeforeStartEditEvent.HasBeforeStartEditHandlers<M> |
GwtEvent.Type<H>| Constructor and Description |
|---|
BeforeStartEditEvent(Grid.GridCell editCell) |
| Modifier and Type | Method and Description |
|---|---|
GwtEvent.Type<BeforeStartEditEvent.BeforeStartEditHandler<M>> |
getAssociatedType() |
static GwtEvent.Type<BeforeStartEditEvent.BeforeStartEditHandler<?>> |
getType() |
boolean |
isCancelled()
Returns true if the event is cancelled.
|
void |
setCancelled(boolean cancel)
True to cancel the event.
|
getEditCell, getSourcepublic BeforeStartEditEvent(Grid.GridCell editCell)
public static GwtEvent.Type<BeforeStartEditEvent.BeforeStartEditHandler<?>> getType()
public GwtEvent.Type<BeforeStartEditEvent.BeforeStartEditHandler<M>> getAssociatedType()
getAssociatedType in class GwtEvent<BeforeStartEditEvent.BeforeStartEditHandler<M>>public boolean isCancelled()
CancellableEventisCancelled in interface CancellableEventpublic void setCancelled(boolean cancel)
CancellableEventsetCancelled in interface CancellableEventcancel - true to cancelCopyright © 2012. All Rights Reserved.