@Deprecated public class ItemClickEvent extends MouseEvents.ClickEvent
Component implementing Container
interface. ItemClickEvents happens on an Item rendered somehow on
terminal. Event may also contain a specific Property on which the
click event happened.| Modifier and Type | Class and Description |
|---|---|
static interface |
ItemClickEvent.ItemClickListener
Deprecated.
|
static interface |
ItemClickEvent.ItemClickNotifier
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
static Method |
ITEM_CLICK_METHOD
Deprecated.
|
BUTTON_LEFT, BUTTON_MIDDLE, BUTTON_RIGHTsource| Constructor and Description |
|---|
ItemClickEvent(Component source,
Item item,
Object itemId,
Object propertyId,
com.vaadin.shared.MouseEventDetails details)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Item |
getItem()
Deprecated.
Gets the item on which the click event occurred.
|
Object |
getItemId()
Deprecated.
Gets a possible identifier in source for clicked Item.
|
Object |
getPropertyId()
Deprecated.
Returns property on which click event occurred.
|
getButton, getButtonName, getClientX, getClientY, getMouseEventDetails, getRelativeX, getRelativeY, isAltKey, isCtrlKey, isDoubleClick, isMetaKey, isShiftKeygetComponentgetConnectorgetSource, toStringpublic static final Method ITEM_CLICK_METHOD
public Item getItem()
public Object getItemId()
public Object getPropertyId()
Copyright © 2019 Vaadin Ltd. All rights reserved.