public static class AdapterView.AdapterContextMenuInfo
extends java.lang.Object
implements android.view.ContextMenu.ContextMenuInfo
android.view.View.OnCreateContextMenuListener#onCreateContextMenu(ContextMenu, View, ContextMenuInfo) callback when a
context menu is brought up for this AdapterView.| Modifier and Type | Field and Description |
|---|---|
long |
id
The col id of the item for which the context menu is being displayed.
|
int |
position
The position in the adapter for which the context menu is being displayed.
|
android.view.View |
targetView
The child view for which the context menu is being displayed.
|
| Constructor and Description |
|---|
AdapterView.AdapterContextMenuInfo(android.view.View targetView,
int position,
long id) |
public android.view.View targetView
public int position
public long id