org.drools.guvnor.client.decisiontable.widget.events
Class InsertDecisionTableColumnEvent
java.lang.Object
com.google.web.bindery.event.shared.Event<H>
com.google.gwt.event.shared.GwtEvent<InsertColumnEvent.Handler<T,C>>
org.drools.guvnor.client.widgets.drools.decoratedgrid.events.InsertColumnEvent<BaseColumn,DTCellValue52>
org.drools.guvnor.client.decisiontable.widget.events.InsertDecisionTableColumnEvent
public class InsertDecisionTableColumnEvent
- extends InsertColumnEvent<BaseColumn,DTCellValue52>
An event to insert a Decision Table column
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent |
com.google.gwt.event.shared.GwtEvent.Type<H> |
Constructor Summary |
InsertDecisionTableColumnEvent(BaseColumn column,
List<DTCellValue52> columnData,
int index)
|
InsertDecisionTableColumnEvent(BaseColumn column,
List<DTCellValue52> columnData,
int index,
boolean redraw)
|
InsertDecisionTableColumnEvent(List<BaseColumn> columns,
List<List<DTCellValue52>> columnsData,
int index)
|
InsertDecisionTableColumnEvent(List<BaseColumn> columns,
List<List<DTCellValue52>> columnsData,
int index,
boolean redraw)
|
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 |
TYPE
public static com.google.gwt.event.shared.GwtEvent.Type<InsertColumnEvent.Handler<BaseColumn,DTCellValue52>> TYPE
InsertDecisionTableColumnEvent
public InsertDecisionTableColumnEvent(List<BaseColumn> columns,
List<List<DTCellValue52>> columnsData,
int index,
boolean redraw)
InsertDecisionTableColumnEvent
public InsertDecisionTableColumnEvent(List<BaseColumn> columns,
List<List<DTCellValue52>> columnsData,
int index)
InsertDecisionTableColumnEvent
public InsertDecisionTableColumnEvent(BaseColumn column,
List<DTCellValue52> columnData,
int index,
boolean redraw)
InsertDecisionTableColumnEvent
public InsertDecisionTableColumnEvent(BaseColumn column,
List<DTCellValue52> columnData,
int index)
getAssociatedType
public com.google.gwt.event.shared.GwtEvent.Type<InsertColumnEvent.Handler<BaseColumn,DTCellValue52>> getAssociatedType()
- Overrides:
getAssociatedType
in class com.google.gwt.event.shared.GwtEvent<InsertColumnEvent.Handler<BaseColumn,DTCellValue52>>
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.