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

静态 Public 属性

static final int STRING = 0
 
static final int IMAGE = 1
 
static final int BUTTON = 2
 
static final int CHECKBOX = 3
 

详细描述

© 2012 amsoft.cn 名称:AbCellType.java 描述:单元格支持的类型.

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

类成员变量说明

final int com.ab.view.table.AbCellType.BUTTON = 2
static

按钮.

final int com.ab.view.table.AbCellType.CHECKBOX = 3
static

复选框.

final int com.ab.view.table.AbCellType.IMAGE = 1
static

图片.

final int com.ab.view.table.AbCellType.STRING = 0
static

字符串.


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