Class DuplicateRowEvent
- java.lang.Object
-
- com.google.web.bindery.event.shared.Event<H>
-
- com.google.gwt.event.shared.GwtEvent<DuplicateRowEventHandler>
-
- org.drools.workbench.screens.scenariosimulation.client.events.DuplicateRowEvent
-
public class DuplicateRowEvent extends com.google.gwt.event.shared.GwtEvent<DuplicateRowEventHandler>
GwtEventto duplicate 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<DuplicateRowEventHandler>TYPE
-
Constructor Summary
Constructors Constructor Description DuplicateRowEvent(GridWidget gridWidget, int rowIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddispatch(DuplicateRowEventHandler handler)com.google.gwt.event.shared.GwtEvent.Type<DuplicateRowEventHandler>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<DuplicateRowEventHandler> TYPE
-
-
Constructor Detail
-
DuplicateRowEvent
public DuplicateRowEvent(GridWidget gridWidget, int rowIndex)
- Parameters:
gridWidget-rowIndex-
-
-
Method Detail
-
getAssociatedType
public com.google.gwt.event.shared.GwtEvent.Type<DuplicateRowEventHandler> getAssociatedType()
- Specified by:
getAssociatedTypein classcom.google.gwt.event.shared.GwtEvent<DuplicateRowEventHandler>
-
getGridWidget
public GridWidget getGridWidget()
-
getRowIndex
public int getRowIndex()
-
dispatch
protected void dispatch(DuplicateRowEventHandler handler)
- Specified by:
dispatchin classcom.google.gwt.event.shared.GwtEvent<DuplicateRowEventHandler>
-
-