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,
CellData cellData) |
| 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() |
ArrayList<String> |
getRows() |
ArrayList<RowRaw> |
getRowsRaw() |
static com.google.gwt.event.shared.GwtEvent.Type<GridContextMenuItemEvent.GridContextMenuItemEventHandler> |
getType() |
void |
setCellData(CellData cellData) |
void |
setGridOperationId(GridOperationId gridOperationId) |
void |
setRows(ArrayList<String> rows) |
void |
setRowsRaw(ArrayList<RowRaw> rowsRaw) |
String |
toString() |
public static com.google.gwt.event.shared.GwtEvent.Type<GridContextMenuItemEvent.GridContextMenuItemEventHandler> TYPE
public GridContextMenuItemEvent(GridOperationId gridOperationId)
public GridContextMenuItemEvent(GridOperationId gridOperationId, CellData cellData)
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 String toString()
toString in class com.google.web.bindery.event.shared.Event<GridContextMenuItemEvent.GridContextMenuItemEventHandler>Copyright © 2015. All Rights Reserved.