Class InsertRowEvent
- java.lang.Object
-
- com.google.web.bindery.event.shared.Event<H>
-
- com.google.gwt.event.shared.GwtEvent<InsertRowEventHandler>
-
- org.drools.workbench.screens.scenariosimulation.client.events.InsertRowEvent
-
public class InsertRowEvent extends com.google.gwt.event.shared.GwtEvent<InsertRowEventHandler>
GwtEventto append (i.e. put in the last position) a row
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H extends Object>
-
-
Field Summary
Fields Modifier and Type Field Description static com.google.gwt.event.shared.GwtEvent.Type<InsertRowEventHandler>TYPE
-
Constructor Summary
Constructors Constructor Description InsertRowEvent(GridWidget gridWidget, int rowIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddispatch(InsertRowEventHandler handler)com.google.gwt.event.shared.GwtEvent.Type<InsertRowEventHandler>getAssociatedType()GridWidgetgetGridWidget()intgetRowIndex()-
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, revive
-
-
-
-
Field Detail
-
TYPE
public static final com.google.gwt.event.shared.GwtEvent.Type<InsertRowEventHandler> TYPE
-
-
Constructor Detail
-
InsertRowEvent
public InsertRowEvent(GridWidget gridWidget, int rowIndex)
- Parameters:
gridWidget-rowIndex-
-
-
Method Detail
-
getAssociatedType
public com.google.gwt.event.shared.GwtEvent.Type<InsertRowEventHandler> getAssociatedType()
- Specified by:
getAssociatedTypein classcom.google.gwt.event.shared.GwtEvent<InsertRowEventHandler>
-
getGridWidget
public GridWidget getGridWidget()
-
getRowIndex
public int getRowIndex()
-
dispatch
protected void dispatch(InsertRowEventHandler handler)
- Specified by:
dispatchin classcom.google.gwt.event.shared.GwtEvent<InsertRowEventHandler>
-
-