Class DeleteColumnEvent
- java.lang.Object
-
- com.google.web.bindery.event.shared.Event<H>
-
- com.google.gwt.event.shared.GwtEvent<DeleteColumnEventHandler>
-
- org.drools.workbench.screens.scenariosimulation.client.events.DeleteColumnEvent
-
public class DeleteColumnEvent extends com.google.gwt.event.shared.GwtEvent<DeleteColumnEventHandler>
GwtEventto delete a column
-
-
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<DeleteColumnEventHandler>TYPE
-
Constructor Summary
Constructors Constructor Description DeleteColumnEvent(GridWidget gridWidget, int columnIndex, String columnGroup, boolean asProperty)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddispatch(DeleteColumnEventHandler handler)com.google.gwt.event.shared.GwtEvent.Type<DeleteColumnEventHandler>getAssociatedType()StringgetColumnGroup()intgetColumnIndex()GridWidgetgetGridWidget()booleanisAsProperty()-
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<DeleteColumnEventHandler> TYPE
-
-
Constructor Detail
-
DeleteColumnEvent
public DeleteColumnEvent(GridWidget gridWidget, int columnIndex, String columnGroup, boolean asProperty)
- Parameters:
gridWidget-columnIndex-columnGroup-asProperty- asProperty whentrueit delete only the column, whenfalseit deletes the whole instance
-
-
Method Detail
-
getAssociatedType
public com.google.gwt.event.shared.GwtEvent.Type<DeleteColumnEventHandler> getAssociatedType()
- Specified by:
getAssociatedTypein classcom.google.gwt.event.shared.GwtEvent<DeleteColumnEventHandler>
-
getGridWidget
public GridWidget getGridWidget()
-
getColumnIndex
public int getColumnIndex()
-
getColumnGroup
public String getColumnGroup()
-
isAsProperty
public boolean isAsProperty()
-
dispatch
protected void dispatch(DeleteColumnEventHandler handler)
- Specified by:
dispatchin classcom.google.gwt.event.shared.GwtEvent<DeleteColumnEventHandler>
-
-