android.widget
public
static
class
android.widget.ExpandableListView.ExpandableListContextMenuInfo
Summary
Fields
public |
|
|
long |
id |
The ID of the item (group or child) for which the context menu is
being displayed. |
public |
|
|
long |
packedPosition |
The packed position in the list represented by the adapter for which
the context menu is being displayed. |
public |
|
|
View |
targetView |
The 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 ID of the item (group or child) for which the context menu is
being displayed.
public
long
packedPosition
public
View
targetView
The view for which the context menu is being displayed. This
will be one of the children Views of this
ExpandableListView.
Public Constructors
public
ExpandableListView.ExpandableListContextMenuInfo(View targetView, long packedPosition, long id)