public class SetHeaderCellValueEvent extends com.google.gwt.event.shared.GwtEvent<SetHeaderCellValueEventHandler>
GwtEvent
to set the GridCellValue
at a given rox/column positionModifier and Type | Field and Description |
---|---|
static com.google.gwt.event.shared.GwtEvent.Type<SetHeaderCellValueEventHandler> |
TYPE |
Constructor and Description |
---|
SetHeaderCellValueEvent(GridWidget gridWidget,
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() |
GridWidget |
getGridWidget() |
String |
getHeaderCellValue() |
int |
getRowIndex() |
boolean |
isInstanceHeader() |
boolean |
isPropertyHeader() |
assertLive, getSource, isLive, kill, revive
public static final com.google.gwt.event.shared.GwtEvent.Type<SetHeaderCellValueEventHandler> TYPE
public SetHeaderCellValueEvent(GridWidget gridWidget, int rowIndex, int columnIndex, String headerCellValue, boolean isInstanceHeader, boolean isPropertyHeader)
gridWidget
- 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 GridWidget getGridWidget()
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–2020 JBoss by Red Hat. All rights reserved.