org.drools.guvnor.client.widgets.decoratedgrid
Class SelectedCellChangeEvent
java.lang.Object
com.google.web.bindery.event.shared.Event<H>
com.google.gwt.event.shared.GwtEvent<SelectedCellChangeHandler>
org.drools.guvnor.client.widgets.decoratedgrid.SelectedCellChangeEvent
public class SelectedCellChangeEvent
- extends com.google.gwt.event.shared.GwtEvent<SelectedCellChangeHandler>
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, toString |
SelectedCellChangeEvent
protected SelectedCellChangeEvent(MergableGridWidget.CellSelectionDetail cellDetails)
- Creates a value change event.
- Parameters:
cellExtents
- details of selected cell
fire
public static void fire(HasSelectedCellChangeHandlers source,
MergableGridWidget.CellSelectionDetail cellDetails)
- Fires a value change event on all registered handlers in the handler
manager. If no such handlers exist, this method will do nothing.
- Parameters:
source
- the source of the handlerscellDetails
- details of selected cell
getType
public static com.google.gwt.event.shared.GwtEvent.Type<SelectedCellChangeHandler> getType()
- Gets the type of Handlers that can handle the event
- Returns:
getAssociatedType
public final com.google.gwt.event.shared.GwtEvent.Type<SelectedCellChangeHandler> getAssociatedType()
- Overrides:
getAssociatedType
in class com.google.gwt.event.shared.GwtEvent<SelectedCellChangeHandler>
getCellSelectionDetail
public MergableGridWidget.CellSelectionDetail getCellSelectionDetail()
- Gets the details of the selected cell
- Returns:
- the details
toDebugString
public String toDebugString()
- Overrides:
toDebugString
in class com.google.web.bindery.event.shared.Event<SelectedCellChangeHandler>
dispatch
protected void dispatch(SelectedCellChangeHandler handler)
- Specified by:
dispatch
in class com.google.gwt.event.shared.GwtEvent<SelectedCellChangeHandler>
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.