org.gcube.portlets.user.workflowdocuments.client.event
Class SelectRowEvent

java.lang.Object
  extended by com.google.web.bindery.event.shared.Event<H>
      extended by com.google.gwt.event.shared.GwtEvent<SelectRowEventHandler>
          extended by org.gcube.portlets.user.workflowdocuments.client.event.SelectRowEvent

public class SelectRowEvent
extends com.google.gwt.event.shared.GwtEvent<SelectRowEventHandler>

AddCommentEvent is the event fired in case of new comment is added

Version:
May 2011 (0.1)
Author:
Massimiliano Assante, ISTI-CNR - massimiliano.assante@isti.cnr.it

Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H>
 
Field Summary
static com.google.gwt.event.shared.GwtEvent.Type<SelectRowEventHandler> TYPE
           
 
Constructor Summary
SelectRowEvent(String workflowid)
           
 
Method Summary
protected  void dispatch(SelectRowEventHandler handler)
           
 com.google.gwt.event.shared.GwtEvent.Type<SelectRowEventHandler> getAssociatedType()
           
 String getWorkflowid()
           
 
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, 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
 

Field Detail

TYPE

public static com.google.gwt.event.shared.GwtEvent.Type<SelectRowEventHandler> TYPE
Constructor Detail

SelectRowEvent

public SelectRowEvent(String workflowid)
Method Detail

getWorkflowid

public String getWorkflowid()

getAssociatedType

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

dispatch

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


Copyright © 2014. All Rights Reserved.