java.lang.Object | |
↳ | android.widget.AdapterView.AdapterContextMenuInfo |
Extra menu information provided to the
onCreateContextMenu(ContextMenu, View, ContextMenuInfo)
callback when a context menu is brought up for this AdapterView.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
id | The row id of the item for which the context menu is being displayed. | |||||||||
|
position | The position in the adapter for which the context menu is being displayed. | |||||||||
|
targetView | The child view for which the context menu is being displayed. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
|
[Expand]
Inherited Methods
|
|||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
The row id of the item for which the context menu is being displayed.
The position in the adapter for which the context menu is being displayed.
The child view for which the context menu is being displayed. This will be one of the children of this AdapterView.