public static class GridContextMenu.GridContextMenuOpenListener.GridContextMenuOpenEvent<T> extends ContextMenu.ContextMenuOpenListener.ContextMenuOpenEvent
source
Constructor and Description |
---|
GridContextMenuOpenEvent(ContextMenu contextMenu,
com.vaadin.ui.Grid.GridContextClickEvent<T> contextClickEvent) |
Modifier and Type | Method and Description |
---|---|
com.vaadin.ui.Grid.Column<?,?> |
getColumn() |
Object |
getItem() |
int |
getRowIndex() |
com.vaadin.shared.ui.grid.GridConstants.Section |
getSection() |
getContextClickEvent, getContextMenu, getSourceComponent, getX, getY
getSource, toString
public GridContextMenuOpenEvent(ContextMenu contextMenu, com.vaadin.ui.Grid.GridContextClickEvent<T> contextClickEvent)
public Object getItem()
public int getRowIndex()
public com.vaadin.ui.Grid.Column<?,?> getColumn()
public com.vaadin.shared.ui.grid.GridConstants.Section getSection()
Copyright © 2016 Vaadin Ltd. All Rights Reserved.