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

java.lang.Object
  extended by com.google.web.bindery.event.shared.Event<H>
      extended by com.google.gwt.event.shared.GwtEvent<CopyRowsEvent.Handler>
          extended by org.drools.guvnor.client.widgets.drools.decoratedgrid.events.CopyRowsEvent

public class CopyRowsEvent
extends com.google.gwt.event.shared.GwtEvent<CopyRowsEvent.Handler>

An event to copy row(s)


Nested Class Summary
static interface CopyRowsEvent.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<CopyRowsEvent.Handler> TYPE
           
 
Constructor Summary
CopyRowsEvent()
           
CopyRowsEvent(SortedSet<Integer> rowIndexes)
           
 
Method Summary
protected  void dispatch(CopyRowsEvent.Handler handler)
           
 com.google.gwt.event.shared.GwtEvent.Type<CopyRowsEvent.Handler> getAssociatedType()
           
 Set<Integer> getRowIndexes()
           
 
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 final com.google.gwt.event.shared.GwtEvent.Type<CopyRowsEvent.Handler> TYPE
Constructor Detail

CopyRowsEvent

public CopyRowsEvent()

CopyRowsEvent

public CopyRowsEvent(SortedSet<Integer> rowIndexes)
Method Detail

getRowIndexes

public Set<Integer> getRowIndexes()

getAssociatedType

public com.google.gwt.event.shared.GwtEvent.Type<CopyRowsEvent.Handler> getAssociatedType()
Overrides:
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<CopyRowsEvent.Handler>

dispatch

protected void dispatch(CopyRowsEvent.Handler handler)
Specified by:
dispatch in class com.google.gwt.event.shared.GwtEvent<CopyRowsEvent.Handler>


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.