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 描述:表格的一行.
|
inline |
表格的一行构造.
| cells | 行的所有列 |
| height | 行高 |
| textSize | 字体大小 |
| textColor | 字体颜色 |
| backgroundResource | 该行单元格的背景 |
|
inline |
行中的单元格数.
|
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 |
字体大小.
1.8.8