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

java.lang.Object
  extended by com.google.web.bindery.event.shared.Event<H>
      extended by com.google.gwt.event.shared.GwtEvent<SelectedCellChangeEvent.Handler>
          extended by 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 Class Summary
static interface SelectedCellChangeEvent.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<SelectedCellChangeEvent.Handler> TYPE
           
 
Constructor Summary
SelectedCellChangeEvent()
          Creates a cell selection event for no selection
SelectedCellChangeEvent(AbstractMergableGridWidget.CellSelectionDetail cellDetails)
          Creates a cell selection event
 
Method Summary
protected  void dispatch(SelectedCellChangeEvent.Handler handler)
           
 com.google.gwt.event.shared.GwtEvent.Type<SelectedCellChangeEvent.Handler> getAssociatedType()
           
 AbstractMergableGridWidget.CellSelectionDetail getCellSelectionDetail()
          Gets the details of the selected cell
 
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<SelectedCellChangeEvent.Handler> TYPE
Constructor Detail

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
Method Detail

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-2012 JBoss by Red Hat. All Rights Reserved.