public static class IcsAdapterView.AdapterContextMenuInfo extends 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 row 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 |
---|
AdapterContextMenuInfo(android.view.View targetView,
int position,
long id) |
public android.view.View targetView
public int position
public long id
Copyright © 2011–2014. All rights reserved.