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