org.drools.guvnor.client.widgets.decoratedgrid
Class RowGroupingChangeEvent

java.lang.Object
  extended by com.google.gwt.event.shared.GwtEvent<RowGroupingChangeHandler>
      extended by 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 Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H>
 
Constructor Summary
protected RowGroupingChangeEvent()
          Creates a redraw event.
 
Method Summary
protected  void dispatch(RowGroupingChangeHandler handler)
           
static void fire(HasRowGroupingChangeHandlers source)
          Fires a value change event on all registered handlers in the handler manager.
 com.google.gwt.event.shared.GwtEvent.Type<RowGroupingChangeHandler> getAssociatedType()
           
static com.google.gwt.event.shared.GwtEvent.Type<RowGroupingChangeHandler> getType()
          Gets the type of Handlers that can handle the event
 String toDebugString()
           
 
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, revive, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RowGroupingChangeEvent

protected RowGroupingChangeEvent()
Creates a redraw event.

Method Detail

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.