T
- Item typeP
- Item property type@FunctionalInterface public static interface ItemListing.ItemClickListener<T,P> extends Serializable
Modifier and Type | Method and Description |
---|---|
void |
onItemClick(T item,
P clickedProperty,
int rowIndex,
com.vaadin.shared.MouseEventDetails clickEvent)
Triggered when user clicks on an item.
|
default void |
onItemClick(T item,
P clickedProperty,
com.vaadin.shared.MouseEventDetails clickEvent)
Deprecated.
|
void onItemClick(T item, P clickedProperty, int rowIndex, com.vaadin.shared.MouseEventDetails clickEvent)
item
- Item bound to clicked rowclickedProperty
- Clicked column propertyrowIndex
- The clicked row indexclickEvent
- Event details to obtain informations on mouse button and clicked point@Deprecated default void onItemClick(T item, P clickedProperty, com.vaadin.shared.MouseEventDetails clickEvent)
onItemClick(Object, Object, int, MouseEventDetails)
item
- Item bound to clicked rowclickedProperty
- Clicked column propertyclickEvent
- Event details to obtain informations on mouse button and clicked pointCopyright © 2019 The Holon Platform. All rights reserved.