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

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

public class SelectAllEvent
extends com.google.gwt.event.shared.GwtEvent<SelectAllEventHandler>

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 selectAll
           
static com.google.gwt.event.shared.GwtEvent.Type<SelectAllEventHandler> TYPE
           
 
Constructor Summary
SelectAllEvent(boolean onlySelected)
           
 
Method Summary
protected  void dispatch(SelectAllEventHandler handler)
           
 com.google.gwt.event.shared.GwtEvent.Type<SelectAllEventHandler> 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<SelectAllEventHandler> TYPE

selectAll

protected boolean selectAll
Constructor Detail

SelectAllEvent

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

getAssociatedType

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

dispatch

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

isOnlySelected

public boolean isOnlySelected()
Returns:
the onlySelected

toString

public String toString()

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


Copyright © 2013. All Rights Reserved.