@Deprecated 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,
com.vaadin.shared.MouseEventDetails mouseEventDetails)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Grid.Column |
getColumn()
Deprecated.
Returns the
Grid.Column where the click event originated. |
Object |
getItemId()
Deprecated.
Returns the item ID of the row where the click event originated.
|
Object |
getPropertyId()
Deprecated.
Returns the property ID where the click event originated.
|
getButton, getButtonName, getClientX, getClientY, getMouseEventDetails, getRelativeX, getRelativeY, isAltKey, isCtrlKey, isDoubleClick, isMetaKey, isShiftKeygetComponentgetConnectorgetSource, toStringprotected RendererClickEvent(Grid source, Object itemId, Grid.Column column, com.vaadin.shared.MouseEventDetails mouseEventDetails)
public Object getItemId()
public Grid.Column getColumn()
Grid.Column where the click event originated.public Object getPropertyId()
Copyright © 2019 Vaadin Ltd. All rights reserved.