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

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

public class ShowRowDetailsEvent
extends com.google.gwt.event.shared.GwtEvent<ShowRowDetailsHandler>


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
ShowRowDetailsEvent(HasShowRowDetailsHandlers source, DataRow row)
           
 
Method Summary
 void cancel()
          Cancels the event
protected  void dispatch(ShowRowDetailsHandler handler)
           
static ShowRowDetailsEvent fire(HasShowRowDetailsHandlers source, DataRow row)
           
 com.google.gwt.event.shared.GwtEvent.Type<ShowRowDetailsHandler> getAssociatedType()
           
 DataRow getRow()
           
 HasShowRowDetailsHandlers getSource()
           
static com.google.gwt.event.shared.GwtEvent.Type<ShowRowDetailsHandler> 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

ShowRowDetailsEvent

public ShowRowDetailsEvent(HasShowRowDetailsHandlers source,
                           DataRow row)
Method Detail

getSource

public HasShowRowDetailsHandlers getSource()
Overrides:
getSource in class com.google.gwt.event.shared.GwtEvent<ShowRowDetailsHandler>

getType

public static com.google.gwt.event.shared.GwtEvent.Type<ShowRowDetailsHandler> getType()

dispatch

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

getAssociatedType

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

fire

public static ShowRowDetailsEvent fire(HasShowRowDetailsHandlers source,
                                       DataRow row)

getRow

public DataRow getRow()
Returns:
The grid's row which owns the details

isCanceled

public boolean isCanceled()
Returns:
true if the event was canceled

cancel

public void cancel()
Cancels the event



Copyright © 2014. All rights reserved.