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

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

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

An event to signal that the state 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 class CellStateChangedEvent.CellStateOperation
           
static interface CellStateChangedEvent.Handler
           
static class CellStateChangedEvent.Operation
           
 
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<CellStateChangedEvent.Handler> TYPE
           
 
Constructor Summary
CellStateChangedEvent(Set<CellStateChangedEvent.CellStateOperation> states)
           
 
Method Summary
protected  void dispatch(CellStateChangedEvent.Handler handler)
           
 com.google.gwt.event.shared.GwtEvent.Type<CellStateChangedEvent.Handler> getAssociatedType()
           
 Set<CellStateChangedEvent.CellStateOperation> getStates()
           
 
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<CellStateChangedEvent.Handler> TYPE
Constructor Detail

CellStateChangedEvent

public CellStateChangedEvent(Set<CellStateChangedEvent.CellStateOperation> states)
Method Detail

getStates

public Set<CellStateChangedEvent.CellStateOperation> getStates()

getAssociatedType

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

dispatch

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


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