public class SetHeaderCellValueEvent extends com.google.gwt.event.shared.GwtEvent<SetHeaderCellValueEventHandler>
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<SetHeaderCellValueEventHandler> |
TYPE |
| Constructor and Description |
|---|
SetHeaderCellValueEvent(int rowIndex,
int columnIndex,
String headerCellValue,
boolean isInstanceHeader,
boolean isPropertyHeader) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(SetHeaderCellValueEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<SetHeaderCellValueEventHandler> |
getAssociatedType() |
int |
getColumnIndex() |
String |
getHeaderCellValue() |
int |
getRowIndex() |
boolean |
isInstanceHeader() |
boolean |
isPropertyHeader() |
assertLive, getSource, isLive, kill, revivepublic static final com.google.gwt.event.shared.GwtEvent.Type<SetHeaderCellValueEventHandler> TYPE
public SetHeaderCellValueEvent(int rowIndex,
int columnIndex,
String headerCellValue,
boolean isInstanceHeader,
boolean isPropertyHeader)
rowIndex - columnIndex - headerCellValue - isPropertyHeader - set to true if the edited cell is inside the headerpublic com.google.gwt.event.shared.GwtEvent.Type<SetHeaderCellValueEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<SetHeaderCellValueEventHandler>public int getRowIndex()
public int getColumnIndex()
public String getHeaderCellValue()
public boolean isInstanceHeader()
public boolean isPropertyHeader()
protected void dispatch(SetHeaderCellValueEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<SetHeaderCellValueEventHandler>Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.