org.drools.guvnor.client.widgets.drools.decoratedgrid.events
Class UpdateSelectedCellsEvent

java.lang.Object
  extended by com.google.web.bindery.event.shared.Event<H>
      extended by com.google.gwt.event.shared.GwtEvent<UpdateSelectedCellsEvent.Handler>
          extended by org.drools.guvnor.client.widgets.drools.decoratedgrid.events.UpdateSelectedCellsEvent

public class UpdateSelectedCellsEvent
extends com.google.gwt.event.shared.GwtEvent<UpdateSelectedCellsEvent.Handler>

An event to signal that the value of the selected cells needs to be updated. The event itself does not contain details of what cells are selected as this is maintained by the AbstractMergableGridWidget that handles single and multiple cell selection.


Nested Class Summary
static interface UpdateSelectedCellsEvent.Handler
           
 
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<UpdateSelectedCellsEvent.Handler> TYPE
           
 
Constructor Summary
UpdateSelectedCellsEvent(Comparable<?> value)
           
 
Method Summary
protected  void dispatch(UpdateSelectedCellsEvent.Handler handler)
           
 com.google.gwt.event.shared.GwtEvent.Type<UpdateSelectedCellsEvent.Handler> getAssociatedType()
           
 Comparable<?> getValue()
           
 
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<UpdateSelectedCellsEvent.Handler> TYPE
Constructor Detail

UpdateSelectedCellsEvent

public UpdateSelectedCellsEvent(Comparable<?> value)
Method Detail

getValue

public Comparable<?> getValue()

getAssociatedType

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

dispatch

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


Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.