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