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