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