Guvnor web application Drools 6.0.0-SNAPSHOT

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(List<DynamicColumn<T>> columns, List<List<CellValue<? extends Comparable<?>>>> columnsData, int index, boolean redraw)
           
 
Method Summary
protected  void dispatch(InsertInternalColumnEvent.Handler<T> handler)
           
 List<DynamicColumn<T>> getColumns()
           
 List<List<CellValue<? extends Comparable<?>>>> getColumnsData()
           
 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(List<DynamicColumn<T>> columns,
                                 List<List<CellValue<? extends Comparable<?>>>> columnsData,
                                 int index,
                                 boolean redraw)
Method Detail

getColumns

public List<DynamicColumn<T>> getColumns()

getColumnsData

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

getIndex

public int getIndex()

redraw

public boolean redraw()

dispatch

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

Guvnor web application Drools 6.0.0-SNAPSHOT

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