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