com.actionbarsherlock.internal.widget
Class IcsAdapterView.AdapterContextMenuInfo
java.lang.Object
com.actionbarsherlock.internal.widget.IcsAdapterView.AdapterContextMenuInfo
- All Implemented Interfaces:
- android.view.ContextMenu.ContextMenuInfo
- Enclosing class:
- IcsAdapterView<T extends android.widget.Adapter>
public static class IcsAdapterView.AdapterContextMenuInfo
- extends Object
- implements android.view.ContextMenu.ContextMenuInfo
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.
|
Field Summary |
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
targetView
public android.view.View targetView
- The child view for which the context menu is being displayed. This
will be one of the children of this AdapterView.
position
public int position
- The position in the adapter for which the context menu is being
displayed.
id
public long id
- The row id of the item for which the context menu is being displayed.
IcsAdapterView.AdapterContextMenuInfo
public IcsAdapterView.AdapterContextMenuInfo(android.view.View targetView,
int position,
long id)
Copyright © 2012-2013. All Rights Reserved.