org.drools.guvnor.client.widgets.drools.decoratedgrid.events
Class SelectedCellChangeEvent
java.lang.Object
com.google.web.bindery.event.shared.Event<H>
com.google.gwt.event.shared.GwtEvent<SelectedCellChangeEvent.Handler>
org.drools.guvnor.client.widgets.drools.decoratedgrid.events.SelectedCellChangeEvent
public class SelectedCellChangeEvent
- extends com.google.gwt.event.shared.GwtEvent<SelectedCellChangeEvent.Handler>
Represents a change in the selected cell.
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<SelectedCellChangeEvent.Handler> TYPE
SelectedCellChangeEvent
public SelectedCellChangeEvent()
- Creates a cell selection event for no selection
SelectedCellChangeEvent
public SelectedCellChangeEvent(AbstractMergableGridWidget.CellSelectionDetail cellDetails)
- Creates a cell selection event
- Parameters:
cellExtents
- details of selected cell
getCellSelectionDetail
public AbstractMergableGridWidget.CellSelectionDetail getCellSelectionDetail()
- Gets the details of the selected cell
- Returns:
- the details
getAssociatedType
public final com.google.gwt.event.shared.GwtEvent.Type<SelectedCellChangeEvent.Handler> getAssociatedType()
- Overrides:
getAssociatedType
in class com.google.gwt.event.shared.GwtEvent<SelectedCellChangeEvent.Handler>
dispatch
protected void dispatch(SelectedCellChangeEvent.Handler handler)
- Specified by:
dispatch
in class com.google.gwt.event.shared.GwtEvent<SelectedCellChangeEvent.Handler>
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.