public class SetGridCellValueEvent extends com.google.gwt.event.shared.GwtEvent<SetGridCellValueEventHandler>
GwtEvent
to set the GridCellValue
at a given rox/column positionModifier and Type | Field and Description |
---|---|
static com.google.gwt.event.shared.GwtEvent.Type<SetGridCellValueEventHandler> |
TYPE |
Constructor and Description |
---|
SetGridCellValueEvent(GridWidget gridWidget,
int rowIndex,
int columnIndex,
String cellValue) |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(SetGridCellValueEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<SetGridCellValueEventHandler> |
getAssociatedType() |
String |
getCellValue() |
int |
getColumnIndex() |
GridWidget |
getGridWidget() |
int |
getRowIndex() |
assertLive, getSource, isLive, kill, revive
public static final com.google.gwt.event.shared.GwtEvent.Type<SetGridCellValueEventHandler> TYPE
public SetGridCellValueEvent(GridWidget gridWidget, int rowIndex, int columnIndex, String cellValue)
gridWidget
- rowIndex
- columnIndex
- cellValue
- public com.google.gwt.event.shared.GwtEvent.Type<SetGridCellValueEventHandler> getAssociatedType()
getAssociatedType
in class com.google.gwt.event.shared.GwtEvent<SetGridCellValueEventHandler>
public GridWidget getGridWidget()
public int getRowIndex()
public int getColumnIndex()
public String getCellValue()
protected void dispatch(SetGridCellValueEventHandler handler)
dispatch
in class com.google.gwt.event.shared.GwtEvent<SetGridCellValueEventHandler>
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.