public abstract class BaseRowEditEvent<H extends com.google.gwt.event.shared.EventHandler,S extends com.google.gwt.event.shared.HasHandlers>
extends com.google.gwt.event.shared.GwtEvent<H>
| Modifier and Type | Class and Description |
|---|---|
static class |
BaseRowEditEvent.Operation |
| Constructor and Description |
|---|
BaseRowEditEvent(S source,
DataRow row) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
Cancel the before Edit event.
|
BaseRowEditEvent.Operation |
getOperation() |
DataRow |
getRow() |
S |
getSource() |
boolean |
isCanceled() |
assertLive, dispatch, getAssociatedType, isLive, kill, revivepublic S getSource()
getSource in class com.google.gwt.event.shared.GwtEvent<H extends com.google.gwt.event.shared.EventHandler>public DataRow getRow()
public boolean isCanceled()
public void cancel()
public BaseRowEditEvent.Operation getOperation()
Copyright © 2014. All rights reserved.