org.drools.guvnor.client.widgets.drools.decoratedgrid.events
Class InsertInternalColumnEvent<T>

java.lang.Object
  extended by com.google.web.bindery.event.shared.Event<H>
      extended by com.google.gwt.event.shared.GwtEvent<InsertInternalColumnEvent.Handler<T>>
          extended by org.drools.guvnor.client.widgets.drools.decoratedgrid.events.InsertInternalColumnEvent<T>
Direct Known Subclasses:
InsertInternalDecisionTableColumnEvent

public abstract class InsertInternalColumnEvent<T>
extends com.google.gwt.event.shared.GwtEvent<InsertInternalColumnEvent.Handler<T>>

An event to insert a column in the table


Nested Class Summary
static interface InsertInternalColumnEvent.Handler<T>
           
 
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H>
 
Constructor Summary
InsertInternalColumnEvent(DynamicColumn<T> column, int index, boolean redraw, List<CellValue<? extends Comparable<?>>> data)
           
 
Method Summary
protected  void dispatch(InsertInternalColumnEvent.Handler<T> handler)
           
 DynamicColumn<T> getColumn()
           
 List<CellValue<? extends Comparable<?>>> getData()
           
 int getIndex()
           
 boolean redraw()
           
 
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getAssociatedType, 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
 

Constructor Detail

InsertInternalColumnEvent

public InsertInternalColumnEvent(DynamicColumn<T> column,
                                 int index,
                                 boolean redraw,
                                 List<CellValue<? extends Comparable<?>>> data)
Method Detail

getColumn

public DynamicColumn<T> getColumn()

getIndex

public int getIndex()

redraw

public boolean redraw()

getData

public List<CellValue<? extends Comparable<?>>> getData()

dispatch

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


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