Extra menu information provided to the android.view.View.OnCreateContextMenuListener#onCreateContextMenu(ContextMenu, View, ContextMenuInfo) callback when a context menu is brought up for this AdapterView.
| com.ab.view.pullview.AbMultiColumnAdapterView< T extends Adapter >.AdapterContextMenuInfo.AdapterContextMenuInfo |
( |
View |
targetView, |
|
|
int |
position, |
|
|
long |
id |
|
) |
| |
|
inline |
| long com.ab.view.pullview.AbMultiColumnAdapterView< T extends Adapter >.AdapterContextMenuInfo.id |
The row id of the item for which the context menu is being displayed.
| int com.ab.view.pullview.AbMultiColumnAdapterView< T extends Adapter >.AdapterContextMenuInfo.position |
The position in the adapter for which the context menu is being displayed.
| View com.ab.view.pullview.AbMultiColumnAdapterView< T extends Adapter >.AdapterContextMenuInfo.targetView |
The child view for which the context menu is being displayed. This will be one of the children of this AdapterView.
该类的文档由以下文件生成: