org.gcube.portlets.user.speciesdiscovery.client.event
Class UpdateRowSelectionEvent

java.lang.Object
  extended by com.google.web.bindery.event.shared.Event<H>
      extended by com.google.gwt.event.shared.GwtEvent<UpdateRowSelectionEventHandler>
          extended by org.gcube.portlets.user.speciesdiscovery.client.event.UpdateRowSelectionEvent

public class UpdateRowSelectionEvent
extends com.google.gwt.event.shared.GwtEvent<UpdateRowSelectionEventHandler>

Author:
Francesco Mangiacrapa francesco.mangiacrapa@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<UpdateRowSelectionEventHandler> TYPE
           
 
Constructor Summary
UpdateRowSelectionEvent(int rowId, boolean selectionValue)
           
 
Method Summary
protected  void dispatch(UpdateRowSelectionEventHandler handler)
           
 com.google.gwt.event.shared.GwtEvent.Type<UpdateRowSelectionEventHandler> getAssociatedType()
           
 int getRowId()
           
 boolean getSelectionValue()
           
 
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 final com.google.gwt.event.shared.GwtEvent.Type<UpdateRowSelectionEventHandler> TYPE
Constructor Detail

UpdateRowSelectionEvent

public UpdateRowSelectionEvent(int rowId,
                               boolean selectionValue)
Method Detail

getAssociatedType

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

dispatch

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

getRowId

public int getRowId()

getSelectionValue

public boolean getSelectionValue()


Copyright © 2013. All Rights Reserved.