AndBase开发框架  1.5.7
 全部  命名空间 文件 函数 变量 枚举值 
Public 成员函数 | 所有成员列表
com.ab.view.pullview.AbMultiColumnAdapterView< T extends Adapter >.OnItemLongClickListener接口 参考

Public 成员函数

boolean onItemLongClick (AbMultiColumnAdapterView<?> parent, View view, int position, long id)
 

详细描述

Interface definition for a callback to be invoked when an item in this view has been clicked and held.

成员函数说明

boolean com.ab.view.pullview.AbMultiColumnAdapterView< T extends Adapter >.OnItemLongClickListener.onItemLongClick ( AbMultiColumnAdapterView<?>  parent,
View  view,
int  position,
long  id 
)

Callback method to be invoked when an item in this view has been clicked and held.

Implementers can call getItemAtPosition(position) if they need to access the data associated with the selected item.

参数
parentThe AbsListView where the click happened
viewThe view within the AbsListView that was clicked
positionThe position of the view in the list
idThe row id of the item that was clicked
返回
true if the callback consumed the long click, false otherwise

该接口的文档由以下文件生成: