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,
com.vaadin.shared.MouseEventDetails clickEvent)
Triggered when user clicks on an item.
|
void onItemClick(T item, P clickedProperty, com.vaadin.shared.MouseEventDetails clickEvent)
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.