public class SetGridCellValueEvent extends com.google.gwt.event.shared.GwtEvent<SetGridCellValueEventHandler>
GwtEvent to set the GridCellValue at a given rox/column position| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<SetGridCellValueEventHandler> |
TYPE |
| Constructor and Description |
|---|
SetGridCellValueEvent(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() |
int |
getRowIndex() |
assertLive, getSource, isLive, kill, revivepublic static com.google.gwt.event.shared.GwtEvent.Type<SetGridCellValueEventHandler> TYPE
public SetGridCellValueEvent(int rowIndex,
int columnIndex,
String cellValue)
rowIndex - columnIndex - cellValue - public com.google.gwt.event.shared.GwtEvent.Type<SetGridCellValueEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<SetGridCellValueEventHandler>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–2019 JBoss by Red Hat. All rights reserved.