Class PrependRowEvent
- java.lang.Object
-
- com.google.web.bindery.event.shared.Event<H>
-
- com.google.gwt.event.shared.GwtEvent<PrependRowEventHandler>
-
- org.drools.workbench.screens.scenariosimulation.client.events.PrependRowEvent
-
public class PrependRowEvent extends com.google.gwt.event.shared.GwtEvent<PrependRowEventHandler>
GwtEventto prepend (i.e. put in the first 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<PrependRowEventHandler>TYPE
-
Constructor Summary
Constructors Constructor Description PrependRowEvent(GridWidget gridWidget)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddispatch(PrependRowEventHandler handler)com.google.gwt.event.shared.GwtEvent.Type<PrependRowEventHandler>getAssociatedType()GridWidgetgetGridWidget()-
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<PrependRowEventHandler> TYPE
-
-
Constructor Detail
-
PrependRowEvent
public PrependRowEvent(GridWidget gridWidget)
-
-
Method Detail
-
getAssociatedType
public com.google.gwt.event.shared.GwtEvent.Type<PrependRowEventHandler> getAssociatedType()
- Specified by:
getAssociatedTypein classcom.google.gwt.event.shared.GwtEvent<PrependRowEventHandler>
-
getGridWidget
public GridWidget getGridWidget()
-
dispatch
protected void dispatch(PrependRowEventHandler handler)
- Specified by:
dispatchin classcom.google.gwt.event.shared.GwtEvent<PrependRowEventHandler>
-
-