org.drools.guvnor.client.widgets.drools.decoratedgrid.events
Class CellValueChangedEvent
java.lang.Object
com.google.web.bindery.event.shared.Event<H>
com.google.gwt.event.shared.GwtEvent<CellValueChangedEvent.Handler>
org.drools.guvnor.client.widgets.drools.decoratedgrid.events.CellValueChangedEvent
public class CellValueChangedEvent
- extends com.google.gwt.event.shared.GwtEvent<CellValueChangedEvent.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 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<CellValueChangedEvent.Handler> TYPE
CellValueChangedEvent
public CellValueChangedEvent(Comparable<?> value)
getValue
public Comparable<?> getValue()
getAssociatedType
public com.google.gwt.event.shared.GwtEvent.Type<CellValueChangedEvent.Handler> getAssociatedType()
- Overrides:
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<CellValueChangedEvent.Handler>
dispatch
protected void dispatch(CellValueChangedEvent.Handler handler)
- Specified by:
dispatch in class com.google.gwt.event.shared.GwtEvent<CellValueChangedEvent.Handler>
Copyright © 2001-2011 JBoss by Red Hat. All Rights Reserved.