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