android.widget
Class AdapterView.AdapterContextMenuInfo
java.lang.Object
android.widget.AdapterView.AdapterContextMenuInfo
- All Implemented Interfaces:
- ContextMenu.ContextMenuInfo
- Enclosing class:
- AdapterView<T extends Adapter>
public static class AdapterView.AdapterContextMenuInfo
- extends Object
- implements ContextMenu.ContextMenuInfo
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
targetView
public View targetView
position
public int position
id
public long id
AdapterView.AdapterContextMenuInfo
public AdapterView.AdapterContextMenuInfo(View targetView,
int position,
long id)
Copyright © 2008-2010. All Rights Reserved.