public static class ClickableRenderer.RendererClickEvent extends MouseEvents.ClickEvent
BUTTON_LEFT, BUTTON_MIDDLE, BUTTON_RIGHTsource| Modifier | Constructor and Description |
|---|---|
protected |
RendererClickEvent(Grid source,
Object itemId,
Grid.Column column,
MouseEventDetails mouseEventDetails) |
| Modifier and Type | Method and Description |
|---|---|
Grid.Column |
getColumn()
Returns the
Grid.Column where the click event originated. |
Object |
getItemId()
Returns the item ID of the row where the click event originated.
|
Object |
getPropertyId()
Returns the property ID where the click event originated.
|
getButton, getButtonName, getClientX, getClientY, getRelativeX, getRelativeY, isAltKey, isCtrlKey, isDoubleClick, isMetaKey, isShiftKeygetComponentgetConnectorgetSource, toStringprotected RendererClickEvent(Grid source, Object itemId, Grid.Column column, MouseEventDetails mouseEventDetails)
public Object getItemId()
public Grid.Column getColumn()
Grid.Column where the click event originated.public Object getPropertyId()
Copyright © 2016 Vaadin Ltd. All rights reserved.