Package icyllis.modernui.widget
Class AdapterView.AdapterContextMenuInfo
java.lang.Object
icyllis.modernui.widget.AdapterView.AdapterContextMenuInfo
- All Implemented Interfaces:
ContextMenu.ContextMenuInfo
- Enclosing class:
AdapterView<T extends Adapter>
public static class AdapterView.AdapterContextMenuInfo
extends Object
implements ContextMenu.ContextMenuInfo
Extra menu information provided to the
View.OnCreateContextMenuListener.onCreateContextMenu(ContextMenu, View, ContextMenu.ContextMenuInfo)
callback when a context menu is brought up for this AdapterView.-
Field Summary
Modifier and TypeFieldDescriptionlong
The row id of the item for which the context menu is being displayed.int
The position in the adapter for which the context menu is being displayed.The child view for which the context menu is being displayed. -
Constructor Summary
-
Method Summary
-
Field Details
-
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 positionThe position in the adapter for which the context menu is being displayed. -
id
public long idThe row id of the item for which the context menu is being displayed.
-
-
Constructor Details
-
AdapterContextMenuInfo
-