org.cruxframework.crux.widgets.client.event.row
Class CancelRowEditionEvent

java.lang.Object
  extended by com.google.web.bindery.event.shared.Event<H>
      extended by com.google.gwt.event.shared.GwtEvent<H>
          extended by org.cruxframework.crux.widgets.client.event.row.BaseRowEditEvent<CancelRowEditionHandler,HasCancelRowEditionHandler>
              extended by org.cruxframework.crux.widgets.client.event.row.CancelRowEditionEvent

public class CancelRowEditionEvent
extends BaseRowEditEvent<CancelRowEditionHandler,HasCancelRowEditionHandler>


Nested Class Summary
 
Nested classes/interfaces inherited from class org.cruxframework.crux.widgets.client.event.row.BaseRowEditEvent
BaseRowEditEvent.Operation
 
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H>
 
Constructor Summary
CancelRowEditionEvent(HasCancelRowEditionHandler source, DataRow row)
           
 
Method Summary
protected  void dispatch(CancelRowEditionHandler handler)
           
static CancelRowEditionEvent fire(HasCancelRowEditionHandler source, DataRow row)
           
 com.google.gwt.event.shared.GwtEvent.Type<CancelRowEditionHandler> getAssociatedType()
           
static com.google.gwt.event.shared.GwtEvent.Type<CancelRowEditionHandler> getType()
           
 
Methods inherited from class org.cruxframework.crux.widgets.client.event.row.BaseRowEditEvent
cancel, getOperation, getRow, getSource, isCanceled
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CancelRowEditionEvent

public CancelRowEditionEvent(HasCancelRowEditionHandler source,
                             DataRow row)
Method Detail

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.