AndBase开发框架  1.6
 全部  命名空间 文件 函数 变量 枚举值 
Public 成员函数 | Public 属性 | 所有成员列表
com.ab.view.carousel.CarouselAdapter< T extends Adapter >.AdapterContextMenuInfo类 参考
类 com.ab.view.carousel.CarouselAdapter< T extends Adapter >.AdapterContextMenuInfo 继承关系图:
com.ab.view.carousel.CarouselAdapter< T extends Adapter >

Public 成员函数

 AdapterContextMenuInfo (View targetView, int position, long id)
 

Public 属性

View targetView
 
int position
 
long id
 

额外继承的成员函数

详细描述

Extra menu information provided to the.

android.view.View.OnCreateContextMenuListener#onCreateContextMenu(ContextMenu, View, ContextMenuInfo) callback when a context menu is brought up for this CarouselAdapter.

构造及析构函数说明

com.ab.view.carousel.CarouselAdapter< T extends Adapter >.AdapterContextMenuInfo.AdapterContextMenuInfo ( View  targetView,
int  position,
long  id 
)
inline

Instantiates a new adapter context menu info.

参数
targetViewthe target view
positionthe position
idthe id

类成员变量说明

long com.ab.view.carousel.CarouselAdapter< T extends Adapter >.AdapterContextMenuInfo.id

The row id of the item for which the context menu is being displayed.

int com.ab.view.carousel.CarouselAdapter< T extends Adapter >.AdapterContextMenuInfo.position

The position in the adapter for which the context menu is being displayed.

View com.ab.view.carousel.CarouselAdapter< T extends Adapter >.AdapterContextMenuInfo.targetView

The child view for which the context menu is being displayed. This will be one of the children of this CarouselAdapter.


该类的文档由以下文件生成: