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

Public 成员函数

 AbTableRow (AbTableCell[] cells, int height, int textSize, int textColor, int backgroundResource)
 
int getCellSize ()
 
AbTableCell getCellValue (int index)
 

Public 属性

AbTableCell[] cells
 
int height
 
int backgroundResource
 
int textSize
 
int textColor
 

详细描述

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

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

构造及析构函数说明

com.ab.view.table.AbTableRow.AbTableRow ( AbTableCell[]  cells,
int  height,
int  textSize,
int  textColor,
int  backgroundResource 
)
inline

表格的一行构造.

参数
cells行的所有列
height行高
textSize字体大小
textColor字体颜色
backgroundResource该行单元格的背景

成员函数说明

int com.ab.view.table.AbTableRow.getCellSize ( )
inline

行中的单元格数.

返回
the cell size
AbTableCell com.ab.view.table.AbTableRow.getCellValue ( int  index)
inline

根据列索引回去列的值.

参数
index从0开始
返回
单元格对象

类成员变量说明

int com.ab.view.table.AbTableRow.backgroundResource

该行单元格的背景.

AbTableCell [] com.ab.view.table.AbTableRow.cells

行的所有列.

int com.ab.view.table.AbTableRow.height

行高.

int com.ab.view.table.AbTableRow.textColor

字体颜色.

int com.ab.view.table.AbTableRow.textSize

字体大小.


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