android.widget
public
static
class
android.widget.AdapterView.AdapterContextMenuInfo
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
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
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)