-
Notifications
You must be signed in to change notification settings - Fork 207
TableViewAdapter
TableView的数据源,视图初始化与事件回调适配器
该类主要用来处理TableView的数据源,视图初始化,以及事件回调。最基本的使用是rowCount,initCell,fillCellData,默认采用统一的复用ID。当有不同样式的Cell时,建议使用initCellByReuseId等方法。
TableViewAdapter() 构造方法
设置组数回调
设置行数回调
设置回调复用ID
设置初始化cell的回调
设置进行数据赋值的回调
设置初始化cell的回调
设置cell赋值的回调
点击了某行
设置点击cell的回调
设置某个reuseID对应cell的长按回调
设置cell的长按回调
设置返回某行的高度的回调
设置返回某行的高度的回调
cell将要展示的回调
cell已经消失后的回调
cell将要展示时的回调
cell已经消失后的回调
[showPressed(boolean a)](https://github.com/momotech/MLN/wiki/TableViewAdapter-self-showPressed-boolean)
点击Cell后高亮
获取是否开启了高亮效果
[pressedColor(Color a)](https://github.com/momotech/MLN/wiki/TableViewAdapter-self-pressedColor-Color)
点击后的高亮颜色
获取高亮颜色