Class SetHeaderCellValueEvent
- java.lang.Object
-
- com.google.web.bindery.event.shared.Event<H>
-
- com.google.gwt.event.shared.GwtEvent<SetHeaderCellValueEventHandler>
-
- org.drools.workbench.screens.scenariosimulation.client.events.SetHeaderCellValueEvent
-
public class SetHeaderCellValueEvent extends com.google.gwt.event.shared.GwtEvent<SetHeaderCellValueEventHandler>
GwtEventto set theGridCellValueat a given rox/column position
-
-
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<SetHeaderCellValueEventHandler>TYPE
-
Constructor Summary
Constructors Constructor Description SetHeaderCellValueEvent(GridWidget gridWidget, int rowIndex, int columnIndex, String headerCellValue, boolean isInstanceHeader, boolean isPropertyHeader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddispatch(SetHeaderCellValueEventHandler handler)com.google.gwt.event.shared.GwtEvent.Type<SetHeaderCellValueEventHandler>getAssociatedType()intgetColumnIndex()GridWidgetgetGridWidget()StringgetHeaderCellValue()intgetRowIndex()booleanisInstanceHeader()booleanisPropertyHeader()-
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<SetHeaderCellValueEventHandler> TYPE
-
-
Constructor Detail
-
SetHeaderCellValueEvent
public SetHeaderCellValueEvent(GridWidget gridWidget, int rowIndex, int columnIndex, String headerCellValue, boolean isInstanceHeader, boolean isPropertyHeader)
- Parameters:
gridWidget-rowIndex-columnIndex-headerCellValue-isPropertyHeader- set totrueif the edited cell is inside the header
-
-
Method Detail
-
getAssociatedType
public com.google.gwt.event.shared.GwtEvent.Type<SetHeaderCellValueEventHandler> getAssociatedType()
- Specified by:
getAssociatedTypein classcom.google.gwt.event.shared.GwtEvent<SetHeaderCellValueEventHandler>
-
getGridWidget
public GridWidget getGridWidget()
-
getRowIndex
public int getRowIndex()
-
getColumnIndex
public int getColumnIndex()
-
getHeaderCellValue
public String getHeaderCellValue()
-
isInstanceHeader
public boolean isInstanceHeader()
-
isPropertyHeader
public boolean isPropertyHeader()
-
dispatch
protected void dispatch(SetHeaderCellValueEventHandler handler)
- Specified by:
dispatchin classcom.google.gwt.event.shared.GwtEvent<SetHeaderCellValueEventHandler>
-
-