org.cruxframework.crux.widgets.client.event.row
Class RowEditEvent
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<RowEditHandler,HasRowEditHandlers>
org.cruxframework.crux.widgets.client.event.row.RowEditEvent
public class RowEditEvent
- extends BaseRowEditEvent<RowEditHandler,HasRowEditHandlers>
Fired after a row has been 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 |
RowEditEvent
public RowEditEvent(HasRowEditHandlers source,
DataRow row)
getType
public static com.google.gwt.event.shared.GwtEvent.Type<RowEditHandler> getType()
- Returns:
dispatch
protected void dispatch(RowEditHandler handler)
- Specified by:
dispatch in class com.google.gwt.event.shared.GwtEvent<RowEditHandler>
getAssociatedType
public com.google.gwt.event.shared.GwtEvent.Type<RowEditHandler> getAssociatedType()
- Overrides:
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<RowEditHandler>
fire
public static RowEditEvent fire(HasRowEditHandlers source,
DataRow row)
Copyright © 2014. All rights reserved.