/**
* @constructor
*/
function XUISecurityPostureList() {
}
XUISecurityPostureList.prototype = {
//事件
/**
* 单元点击事件
* @eventname XUI_LIST_CLICK
* @eventid 0x00001005
*/
//接口
/**
* 一次性输入所有数据
*/
Cleardata:function () {
},
/**
* 获得数据
*/
GetIndex:function () {
},
/**
* 更新时间
*/
SetTimeUpdate:function () {
},
/**
* 普通背景图
* @param {ImageProp} strImg 图片
* @property {ImageProp} NorBgImg "XUIPercentageList/images/bg_city.png"
*/
SetNorBgImg:function (strImg) {
},
/**
* 报警背景图
* @param {ImageProp} strImg 图片
* @property {ImageProp} AlarmBgImg "XUIPercentageList/images/bg_city_alarm.png"
*/
SetAlarmBgImg:function (strImg) {
},
/**
* 文字颜色
* @param {String} strColor 颜色
* @property {Color} TextColor "0xffffffff"
*/
SetTextColor:function (strColor) {
},
/**
* 文字大小
* @param {Number} nSize 颜色
* @property {Number} TextSize 14
*/
SetTextSize:function (nSize) {
},
}