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

java.lang.Object
  extended by com.google.web.bindery.event.shared.Event<H>
      extended by com.google.gwt.event.shared.GwtEvent<BeforeRowSelectHandler>
          extended by org.cruxframework.crux.widgets.client.event.row.BeforeRowSelectEvent

public class BeforeRowSelectEvent
extends com.google.gwt.event.shared.GwtEvent<BeforeRowSelectHandler>

TODO - Gesse - Comment this

Author:
Gesse S. F. Dafe

Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H>
 
Constructor Summary
BeforeRowSelectEvent(HasBeforeRowSelectHandlers source, DataRow row)
           
 
Method Summary
 void cancel()
          Cancel the before selection event.
protected  void dispatch(BeforeRowSelectHandler handler)
           
static BeforeRowSelectEvent fire(HasBeforeRowSelectHandlers source, DataRow row)
           
 com.google.gwt.event.shared.GwtEvent.Type<BeforeRowSelectHandler> getAssociatedType()
           
 DataRow getRow()
           
 HasBeforeRowSelectHandlers getSource()
           
static com.google.gwt.event.shared.GwtEvent.Type<BeforeRowSelectHandler> getType()
           
 boolean 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

BeforeRowSelectEvent

public BeforeRowSelectEvent(HasBeforeRowSelectHandlers source,
                            DataRow row)
Method Detail

getSource

public HasBeforeRowSelectHandlers getSource()
Overrides:
getSource in class com.google.gwt.event.shared.GwtEvent<BeforeRowSelectHandler>
Returns:
the source

getType

public static com.google.gwt.event.shared.GwtEvent.Type<BeforeRowSelectHandler> getType()
Returns:

dispatch

protected void dispatch(BeforeRowSelectHandler handler)
Specified by:
dispatch in class com.google.gwt.event.shared.GwtEvent<BeforeRowSelectHandler>

getAssociatedType

public com.google.gwt.event.shared.GwtEvent.Type<BeforeRowSelectHandler> getAssociatedType()
Overrides:
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<BeforeRowSelectHandler>

fire

public static BeforeRowSelectEvent fire(HasBeforeRowSelectHandlers source,
                                        DataRow row)

getRow

public DataRow getRow()
Returns:
the row

isCanceled

public boolean isCanceled()
Returns:
the canceled

cancel

public void cancel()
Cancel the before selection event.



Copyright © 2014. All rights reserved.