XUIConditionScreening()

Methods

AddItem(strKey, nUuId)

添加一项
Parameters:
Name Type Description
strKey String 关键字
nUuId Number ID

GetAllItemText() → {Array}

Returns:
Array

RemoveAllItems()

删除列表所有

RemoveItemByIndex(nIndex)

按索引删除一项
Parameters:
Name Type Description
nIndex Number 索引从0开始

RemoveItemByText(strText)

根据文本删除
Parameters:
Name Type Description
strText String

SetDelIconPath(strImage)

设置删除图标
Parameters:
Name Type Description
strImage ImageProp 添加icon路径
Properties:
Name Type Description
DelIconPath String "Project_NUODT_GISSIM/XUIConditionScreening/image/icon_shanchu1.png"

ShowDelIcon(bShow)

设置删除图标显示隐藏
Parameters:
Name Type Description
bShow Boolean true显示false隐藏
Properties:
Name Type Description
DelIcon Boolean true