org.drools.guvnor.client.widgets.decoratedgrid
Class RowGroupingChangeEvent
java.lang.Object
com.google.gwt.event.shared.GwtEvent<RowGroupingChangeHandler>
org.drools.guvnor.client.widgets.decoratedgrid.RowGroupingChangeEvent
public class RowGroupingChangeEvent
- extends com.google.gwt.event.shared.GwtEvent<RowGroupingChangeHandler>
Represents a change in the grouping of rows.
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, toString |
RowGroupingChangeEvent
protected RowGroupingChangeEvent()
- Creates a redraw event.
fire
public static void fire(HasRowGroupingChangeHandlers source)
- 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 handlers
getType
public static com.google.gwt.event.shared.GwtEvent.Type<RowGroupingChangeHandler> getType()
- Gets the type of Handlers that can handle the event
- Returns:
getAssociatedType
public final com.google.gwt.event.shared.GwtEvent.Type<RowGroupingChangeHandler> getAssociatedType()
- Specified by:
getAssociatedType
in class com.google.gwt.event.shared.GwtEvent<RowGroupingChangeHandler>
toDebugString
public String toDebugString()
- Overrides:
toDebugString
in class com.google.gwt.event.shared.GwtEvent<RowGroupingChangeHandler>
dispatch
protected void dispatch(RowGroupingChangeHandler handler)
- Specified by:
dispatch
in class com.google.gwt.event.shared.GwtEvent<RowGroupingChangeHandler>
Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.