AndBase开发框架  1.5.8r3
 全部  命名空间 文件 函数 变量 枚举值 
Public 成员函数 | Private 属性 | 所有成员列表
com.ab.view.table.AbTableItemView类 参考
类 com.ab.view.table.AbTableItemView 继承关系图:

Public 成员函数

 AbTableItemView (Context context, AbTableArrayAdapter adapter, int position, AbTableRow tableRow, AbTable table)
 
void setTableRowView (int position, AbTableRow tableRow)
 

Private 属性

Context mContext
 
int cellCount
 
View[] rowCell
 
int mPosition
 
AbTable mTable = null
 
AbTableArrayAdapter mAdapter = null
 

详细描述

© 2012 amsoft.cn 名称:AbTableItemView.java 描述:表格一行的视图.

作者
还如一梦中
版本
v1.0
日期
:2013-01-18 下午11:52:13

构造及析构函数说明

com.ab.view.table.AbTableItemView.AbTableItemView ( Context  context,
AbTableArrayAdapter  adapter,
int  position,
AbTableRow  tableRow,
AbTable  table 
)
inline

创建一行的View.

参数
contextContext
adapterthe adapter
positionthe position
tableRow行数据
tablethe table

成员函数说明

void com.ab.view.table.AbTableItemView.setTableRowView ( int  position,
AbTableRow  tableRow 
)
inline

更新表格一行内容.

参数
positionthe position
tableRow行的数据

类成员变量说明

int com.ab.view.table.AbTableItemView.cellCount
private

该行的单元格数量.

AbTableArrayAdapter com.ab.view.table.AbTableItemView.mAdapter = null
private

适配器.

Context com.ab.view.table.AbTableItemView.mContext
private

上下文.

int com.ab.view.table.AbTableItemView.mPosition
private

View在列表中的位置.

AbTable com.ab.view.table.AbTableItemView.mTable = null
private

表格.

View [] com.ab.view.table.AbTableItemView.rowCell
private

该行单元格文本数组.


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