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