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

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

public class ShowOnlySelectedRowEvent
extends com.google.gwt.event.shared.GwtEvent<ShowOnlySelectedRowEventHandler>

Author:
"Federico De Faveri defaveri@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
protected  boolean onlySelected
           
static com.google.gwt.event.shared.GwtEvent.Type<ShowOnlySelectedRowEventHandler> TYPE
           
 
Constructor Summary
ShowOnlySelectedRowEvent(boolean onlySelected)
           
 
Method Summary
protected  void dispatch(ShowOnlySelectedRowEventHandler handler)
           
 com.google.gwt.event.shared.GwtEvent.Type<ShowOnlySelectedRowEventHandler> getAssociatedType()
           
 boolean isOnlySelected()
           
 String toString()
          
 
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
 
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<ShowOnlySelectedRowEventHandler> TYPE

onlySelected

protected boolean onlySelected
Constructor Detail

ShowOnlySelectedRowEvent

public ShowOnlySelectedRowEvent(boolean onlySelected)
Parameters:
onlySelected -
Method Detail

getAssociatedType

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

dispatch

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

isOnlySelected

public boolean isOnlySelected()
Returns:
the onlySelected

toString

public String toString()

Overrides:
toString in class com.google.web.bindery.event.shared.Event<ShowOnlySelectedRowEventHandler>


Copyright © 2013. All Rights Reserved.