org.cruxframework.crux.widgets.client.event.row
Class BeforeCancelRowEditionEvent
java.lang.Object
com.google.web.bindery.event.shared.Event<H>
com.google.gwt.event.shared.GwtEvent<H>
org.cruxframework.crux.widgets.client.event.row.BaseRowEditEvent<BeforeCancelRowEditionHandler,HasBeforeCancelRowEditionHandler>
org.cruxframework.crux.widgets.client.event.row.BeforeCancelRowEditionEvent
public class BeforeCancelRowEditionEvent
- extends BaseRowEditEvent<BeforeCancelRowEditionHandler,HasBeforeCancelRowEditionHandler>
| Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent |
com.google.gwt.event.shared.GwtEvent.Type<H> |
| Methods inherited from class com.google.gwt.event.shared.GwtEvent |
assertLive, isLive, kill, revive |
| Methods inherited from class com.google.web.bindery.event.shared.Event |
setSource, toDebugString, toString |
BeforeCancelRowEditionEvent
public BeforeCancelRowEditionEvent(HasBeforeCancelRowEditionHandler source,
DataRow row)
getType
public static com.google.gwt.event.shared.GwtEvent.Type<BeforeCancelRowEditionHandler> getType()
- Returns:
dispatch
protected void dispatch(BeforeCancelRowEditionHandler handler)
- Specified by:
dispatch in class com.google.gwt.event.shared.GwtEvent<BeforeCancelRowEditionHandler>
getAssociatedType
public com.google.gwt.event.shared.GwtEvent.Type<BeforeCancelRowEditionHandler> getAssociatedType()
- Overrides:
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<BeforeCancelRowEditionHandler>
fire
public static BeforeCancelRowEditionEvent fire(HasBeforeCancelRowEditionHandler source,
DataRow row)
Copyright © 2015. All rights reserved.