org.cruxframework.crux.widgets.client.event.row
Class CancelRowEditionEvent
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<CancelRowEditionHandler,HasCancelRowEditionHandler>
org.cruxframework.crux.widgets.client.event.row.CancelRowEditionEvent
public class CancelRowEditionEvent
- extends BaseRowEditEvent<CancelRowEditionHandler,HasCancelRowEditionHandler>
| 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 |
CancelRowEditionEvent
public CancelRowEditionEvent(HasCancelRowEditionHandler source,
DataRow row)
getType
public static com.google.gwt.event.shared.GwtEvent.Type<CancelRowEditionHandler> getType()
- Returns:
dispatch
protected void dispatch(CancelRowEditionHandler handler)
- Specified by:
dispatch in class com.google.gwt.event.shared.GwtEvent<CancelRowEditionHandler>
getAssociatedType
public com.google.gwt.event.shared.GwtEvent.Type<CancelRowEditionHandler> getAssociatedType()
- Overrides:
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<CancelRowEditionHandler>
fire
public static CancelRowEditionEvent fire(HasCancelRowEditionHandler source,
DataRow row)
Copyright © 2015. All rights reserved.