public class BeforeRowEditEvent extends BaseRowEditEvent<BeforeRowEditHandler,HasBeforeRowEditHandlers>
BaseRowEditEvent.Operation| Constructor and Description |
|---|
BeforeRowEditEvent(HasBeforeRowEditHandlers source,
DataRow row) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(BeforeRowEditHandler handler) |
static BeforeRowEditEvent |
fire(HasBeforeRowEditHandlers source,
DataRow row) |
com.google.gwt.event.shared.GwtEvent.Type<BeforeRowEditHandler> |
getAssociatedType() |
static com.google.gwt.event.shared.GwtEvent.Type<BeforeRowEditHandler> |
getType() |
cancel, getOperation, getRow, getSource, isCanceledpublic BeforeRowEditEvent(HasBeforeRowEditHandlers source, DataRow row)
public static com.google.gwt.event.shared.GwtEvent.Type<BeforeRowEditHandler> getType()
protected void dispatch(BeforeRowEditHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<BeforeRowEditHandler>public com.google.gwt.event.shared.GwtEvent.Type<BeforeRowEditHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<BeforeRowEditHandler>public static BeforeRowEditEvent fire(HasBeforeRowEditHandlers source, DataRow row)
Copyright © 2014. All rights reserved.