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