public class GridContextMenuItemEvent extends com.google.gwt.event.shared.GwtEvent<GridContextMenuItemEvent.GridContextMenuItemEventHandler>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GridContextMenuItemEvent.GridContextMenuItemEventHandler |
static interface |
GridContextMenuItemEvent.HasGridContextMenuItemEventHandler |
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<GridContextMenuItemEvent.GridContextMenuItemEventHandler> |
TYPE |
| Constructor and Description |
|---|
GridContextMenuItemEvent(GridOperationId gridOperationId) |
GridContextMenuItemEvent(GridOperationId gridOperationId,
ArrayList<String> rows) |
GridContextMenuItemEvent(GridOperationId gridOperationId,
CellData cellData) |
GridContextMenuItemEvent(GridOperationId gridOperationId,
RowRaw rowRaw) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(GridContextMenuItemEvent.GridContextMenuItemEventHandler handler) |
static void |
fire(com.google.gwt.event.shared.HasHandlers source,
GridContextMenuItemEvent gridContextMenuItemEvent) |
com.google.gwt.event.shared.GwtEvent.Type<GridContextMenuItemEvent.GridContextMenuItemEventHandler> |
getAssociatedType() |
CellData |
getCellData() |
GridOperationId |
getContextMenuItemType() |
GridOperationId |
getGridOperationId() |
RowRaw |
getRowRaw() |
ArrayList<String> |
getRows() |
static com.google.gwt.event.shared.GwtEvent.Type<GridContextMenuItemEvent.GridContextMenuItemEventHandler> |
getType() |
void |
setCellData(CellData cellData) |
void |
setGridOperationId(GridOperationId gridOperationId) |
void |
setRowRaw(RowRaw rowRaw) |
void |
setRows(ArrayList<String> rows) |
String |
toString() |
public static com.google.gwt.event.shared.GwtEvent.Type<GridContextMenuItemEvent.GridContextMenuItemEventHandler> TYPE
public GridContextMenuItemEvent(GridOperationId gridOperationId)
public GridContextMenuItemEvent(GridOperationId gridOperationId, ArrayList<String> rows)
public GridContextMenuItemEvent(GridOperationId gridOperationId, CellData cellData)
public GridContextMenuItemEvent(GridOperationId gridOperationId, RowRaw rowRaw)
public static void fire(com.google.gwt.event.shared.HasHandlers source,
GridContextMenuItemEvent gridContextMenuItemEvent)
public static com.google.gwt.event.shared.GwtEvent.Type<GridContextMenuItemEvent.GridContextMenuItemEventHandler> getType()
protected void dispatch(GridContextMenuItemEvent.GridContextMenuItemEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<GridContextMenuItemEvent.GridContextMenuItemEventHandler>public com.google.gwt.event.shared.GwtEvent.Type<GridContextMenuItemEvent.GridContextMenuItemEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<GridContextMenuItemEvent.GridContextMenuItemEventHandler>public GridOperationId getContextMenuItemType()
public GridOperationId getGridOperationId()
public void setGridOperationId(GridOperationId gridOperationId)
public CellData getCellData()
public void setCellData(CellData cellData)
public RowRaw getRowRaw()
public void setRowRaw(RowRaw rowRaw)
public String toString()
toString in class com.google.web.bindery.event.shared.Event<GridContextMenuItemEvent.GridContextMenuItemEventHandler>Copyright © 2014. All Rights Reserved.