Android
android.widget
public static class

android.widget.AdapterView.AdapterContextMenuInfo

java.lang.Object
android.widget.AdapterView.AdapterContextMenuInfo ContextMenu.ContextMenuInfo

Extra menu information provided to the onCreateContextMenu(ContextMenu, View, ContextMenuInfo) callback when a context menu is brought up for this AdapterView.

Summary

Fields

public      long  id  The row id of the item for which the context menu is being displayed. 
public      int  position  The position in the adapter for which the context menu is being displayed. 
public      View  targetView  The child view for which the context menu is being displayed. 

Public Constructors

            AdapterView.AdapterContextMenuInfo(View targetView, int position, long id)
Methods inherited from class java.lang.Object

Details

Fields

public long id

The row id of the item for which the context menu is being displayed.

public int position

The position in the adapter for which the context menu is being displayed.

public View targetView

The child view for which the context menu is being displayed. This will be one of the children of this AdapterView.

Public Constructors

public AdapterView.AdapterContextMenuInfo(View targetView, int position, long id)

Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:48