public static class AdapterView.AdapterContextMenuInfo extends Object implements android.view.ContextMenu.ContextMenuInfo
| Modifier and Type | Field and Description |
|---|---|
long |
id |
int |
position |
android.view.View |
targetView |
| Constructor and Description |
|---|
AdapterView.AdapterContextMenuInfo(android.view.View targetView,
int position,
long id) |
Copyright © 2012. All Rights Reserved.