android.widget
Class ExpandableListView.ExpandableListContextMenuInfo

java.lang.Object
  extended by android.widget.ExpandableListView.ExpandableListContextMenuInfo
All Implemented Interfaces:
ContextMenu.ContextMenuInfo
Enclosing class:
ExpandableListView

public static class ExpandableListView.ExpandableListContextMenuInfo
extends Object
implements ContextMenu.ContextMenuInfo


Field Summary
 long id
           
 long packedPosition
           
 View targetView
           
 
Constructor Summary
ExpandableListView.ExpandableListContextMenuInfo(View targetView, long packedPosition, long id)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

targetView

public View targetView

packedPosition

public long packedPosition

id

public long id
Constructor Detail

ExpandableListView.ExpandableListContextMenuInfo

public ExpandableListView.ExpandableListContextMenuInfo(View targetView,
                                                        long packedPosition,
                                                        long id)


Copyright © 2008-2012. All Rights Reserved.