org.drools.guvnor.client.widgets.drools.decoratedgrid.events
Class CellStateChangedEvent
java.lang.Object
com.google.web.bindery.event.shared.Event<H>
com.google.gwt.event.shared.GwtEvent<CellStateChangedEvent.Handler>
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 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 com.google.gwt.event.shared.GwtEvent.Type<CellStateChangedEvent.Handler> TYPE
CellStateChangedEvent
public CellStateChangedEvent(Set<CellStateChangedEvent.CellStateOperation> states)
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-2011 JBoss by Red Hat. All Rights Reserved.