com.sap.cloud.mobile.fiori.hierarchy.HierarchyItemClickListener<T extends java.io.Serializable> |
HierarchyItemClickListener allows you to listen to the click and long click events triggered in response to the user's interaction with the HierarchyView.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void |
onAccessoryClick(View view, T id)
Behavior on single tap/click on hierarchy button
| ||||||||||
abstract void |
onClick(View view, T id)
Behavior on single tap/click
| ||||||||||
abstract void |
onLongClick(View view, T id)
Behavior on long press
|
Behavior on single tap/click on hierarchy button
view | View |
---|---|
id | id |
Behavior on single tap/click
view | View |
---|---|
id | int |
Behavior on long press
view | View |
---|---|
id | int |