org.gcube.portlets.user.speciesdiscovery.client.event
Class UpdateRowSelectionEvent
java.lang.Object
com.google.web.bindery.event.shared.Event<H>
com.google.gwt.event.shared.GwtEvent<UpdateRowSelectionEventHandler>
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 classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent |
com.google.gwt.event.shared.GwtEvent.Type<H> |
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 |
TYPE
public static final com.google.gwt.event.shared.GwtEvent.Type<UpdateRowSelectionEventHandler> TYPE
UpdateRowSelectionEvent
public UpdateRowSelectionEvent(int rowId,
boolean selectionValue)
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.