public static class TosAdapterView.AdapterContextMenuInfo
extends java.lang.Object
implements android.view.ContextMenu.ContextMenuInfo
View.OnCreateContextMenuListener.onCreateContextMenu(android.view.ContextMenu, android.view.View, android.view.ContextMenu.ContextMenuInfo)
callback when a context menu is brought up for this AdapterView.限定符和类型 | 字段和说明 |
---|---|
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.
|
构造器和说明 |
---|
AdapterContextMenuInfo(android.view.View targetView,
int position,
long id) |
public android.view.View targetView
public int position
public long id