org.cruxframework.crux.widgets.client.event.row
Class BeforeRowEditEvent
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<BeforeRowEditHandler,HasBeforeRowEditHandlers>
org.cruxframework.crux.widgets.client.event.row.BeforeRowEditEvent
public class BeforeRowEditEvent
- extends BaseRowEditEvent<BeforeRowEditHandler,HasBeforeRowEditHandlers>
Fired just before a row is being edited
- Author:
- Gesse Dafe
| 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 |
BeforeRowEditEvent
public BeforeRowEditEvent(HasBeforeRowEditHandlers source,
DataRow row)
getType
public static com.google.gwt.event.shared.GwtEvent.Type<BeforeRowEditHandler> getType()
- Returns:
dispatch
protected void dispatch(BeforeRowEditHandler handler)
- Specified by:
dispatch in class com.google.gwt.event.shared.GwtEvent<BeforeRowEditHandler>
getAssociatedType
public com.google.gwt.event.shared.GwtEvent.Type<BeforeRowEditHandler> getAssociatedType()
- Overrides:
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<BeforeRowEditHandler>
fire
public static BeforeRowEditEvent fire(HasBeforeRowEditHandlers source,
DataRow row)
Copyright © 2015. All rights reserved.