Public 成员函数 | |
| AbTableArrayAdapter (Context context, AbTable table) | |
| void | setTable (AbTable table) |
| int | getCount () |
| long | getItemId (int position) |
| AbTableItemView | getItem (int position) |
| View | getView (int position, View convertView, ViewGroup parent) |
| void | addItem (String[] row) |
Private 属性 | |
| Context | context |
| ArrayList< View > | tableView |
| String[] | titles |
| List< String[]> | contents |
| int | columns |
| int[] | cellWidth |
| int[] | cellTypes |
| int[] | tableResource |
| int[] | rowHeight |
| int[] | rowTextSize |
| int[] | rowTextColor |
| AbTable | table |
© 2012 amsoft.cn 名称:AbTableArrayAdapter.java 描述:Table控件适配器.
|
inline |
Table控件适配器.
| context | the context |
| table | Table对象 |
|
inline |
增加一行.
| row | 行的数据 |
|
inline |
描述:获取数量.
|
inline |
描述:获取索引位置的View.
| position | the position |
|
inline |
描述:获取位置.
| position | the position |
|
inline |
描述:绘制View.
| position | the position |
| convertView | the convert view |
| parent | the parent |
|
inline |
描述:更新Table内容.
| table | the new table |
|
private |
The cell types.
|
private |
The cell width.
|
private |
The columns.
|
private |
The contents.
|
private |
The context.
|
private |
The row height.
|
private |
The row text color.
|
private |
The row text size.
|
private |
The table.
|
private |
The table resource.
|
private |
The table view.
|
private |
标题内容数组.
1.8.8