SOURCE - the type of the clicked item@FunctionalInterface public static interface ClickableRenderer.ItemClickListener<SOURCE> extends Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
onItemClicked(SOURCE item)
Notifies when an item is clicked or tapped in the target component.
|
void onItemClicked(SOURCE item)
item - the clicked or tapped itemCopyright © 2025. All rights reserved.