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