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

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

public class RowClickEvent
extends com.google.gwt.event.shared.GwtEvent<RowClickHandler>

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
RowClickEvent(HasRowClickHandlers source, DataRow row)
           
 
Method Summary
protected  void dispatch(RowClickHandler handler)
           
static RowClickEvent fire(HasRowClickHandlers source, DataRow row)
           
 com.google.gwt.event.shared.GwtEvent.Type<RowClickHandler> getAssociatedType()
           
 DataRow getRow()
           
 HasRowClickHandlers getSource()
           
static com.google.gwt.event.shared.GwtEvent.Type<RowClickHandler> getType()
           
 
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

RowClickEvent

public RowClickEvent(HasRowClickHandlers source,
                     DataRow row)
Method Detail

getSource

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

getType

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

dispatch

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

getAssociatedType

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

fire

public static RowClickEvent fire(HasRowClickHandlers source,
                                 DataRow row)

getRow

public DataRow getRow()
Returns:
the row


Copyright © 2014. All rights reserved.