public static class CmsContextMenu.ContextMenuOpenedOnComponentEvent extends java.util.EventObject
Constructor and Description |
---|
ContextMenuOpenedOnComponentEvent(CmsContextMenu contextMenu,
int x,
int y,
com.vaadin.ui.Component component)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
CmsContextMenu |
getContextMenu()
Returns the context menu.
|
com.vaadin.ui.Component |
getRequestSourceComponent()
Returns the source component.
|
int |
getX()
Returns the client x position.
|
int |
getY()
Returns the client y position.
|
public ContextMenuOpenedOnComponentEvent(CmsContextMenu contextMenu, int x, int y, com.vaadin.ui.Component component)
contextMenu
- the context menux
- the client x positiony
- the client y positioncomponent
- the componentpublic CmsContextMenu getContextMenu()
public com.vaadin.ui.Component getRequestSourceComponent()
public int getX()
public int getY()