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

Public 成员函数

void onItemSelected (CarouselAdapter<?> parent, View view, int position, long id)
 
void onNothingSelected (CarouselAdapter<?> parent)
 

详细描述

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

参见
OnItemSelectedEvent

成员函数说明

void com.ab.view.carousel.CarouselAdapter< T extends Adapter >.OnItemSelectedListener.onItemSelected ( CarouselAdapter<?>  parent,
View  view,
int  position,
long  id 
)

Callback method to be invoked when an item in this view has been selected.

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

参数
parentThe CarouselAdapter where the selection happened
viewThe view within the CarouselAdapter that was clicked
positionThe position of the view in the adapter
idThe row id of the item that is selected
void com.ab.view.carousel.CarouselAdapter< T extends Adapter >.OnItemSelectedListener.onNothingSelected ( CarouselAdapter<?>  parent)

Callback method to be invoked when the selection disappears from this view. The selection can disappear for instance when touch is activated or when the adapter becomes empty.

参数
parentThe CarouselAdapter that now contains no selected item.

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