No examples for this method.
Frequently called with: [Clear]
-1
java.lang.Object | |
↳ | android.widget.ExpandableListView.ExpandableListContextMenuInfo |
Extra menu information specific to an ExpandableListView
provided to the onCreateContextMenu(ContextMenu, View, ContextMenuInfo)
callback when a context menu is brought up for this AdapterView.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
id | The ID of the item (group or child) for which the context menu is being displayed. | |||||||||
|
packedPosition | The packed position in the list represented by the adapter for which the context menu is being displayed. | |||||||||
|
targetView | The view for which the context menu is being displayed. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
|
[Expand]
Inherited Methods
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
The ID of the item (group or child) for which the context menu is being displayed.
The packed position in the list represented by the adapter for which the context menu is being displayed. Use the methods getPackedPositionType(long)
, getPackedPositionChild(long)
, and getPackedPositionGroup(long)
to unpack this.
The view for which the context menu is being displayed. This will be one of the children Views of this ExpandableListView
.