com.vaadin.ui.renderers
Class ClickableRenderer.RendererClickEvent
java.lang.Object
java.util.EventObject
com.vaadin.event.ConnectorEvent
com.vaadin.ui.Component.Event
com.vaadin.event.MouseEvents.ClickEvent
com.vaadin.ui.renderers.ClickableRenderer.RendererClickEvent
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- ClickableRenderer<T>
public static class ClickableRenderer.RendererClickEvent
- extends MouseEvents.ClickEvent
An event fired when a button rendered by a ButtonRenderer is clicked.
- See Also:
- Serialized Form
| Fields inherited from class java.util.EventObject |
source |
|
Method Summary |
Grid.Column |
getColumn()
Returns the Grid.Column where the click event originated. |
java.lang.Object |
getItemId()
Returns the item ID of the row where the click event originated. |
java.lang.Object |
getPropertyId()
Returns the property ID where the click event originated. |
| Methods inherited from class com.vaadin.event.MouseEvents.ClickEvent |
getButton, getButtonName, getClientX, getClientY, getRelativeX, getRelativeY, isAltKey, isCtrlKey, isDoubleClick, isMetaKey, isShiftKey |
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ClickableRenderer.RendererClickEvent
protected ClickableRenderer.RendererClickEvent(Grid source,
java.lang.Object itemId,
Grid.Column column,
com.vaadin.shared.MouseEventDetails mouseEventDetails)
getItemId
public java.lang.Object getItemId()
- Returns the item ID of the row where the click event originated.
- Returns:
- the item ID of the clicked row
getColumn
public Grid.Column getColumn()
- Returns the
Grid.Column where the click event originated.
- Returns:
- the column of the click event
getPropertyId
public java.lang.Object getPropertyId()
- Returns the property ID where the click event originated.
- Returns:
- the property ID of the clicked cell
Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.