使用范围:UI2
Contents
component DistrictSelect ($UI/system/components/justep/distpicker/districtSelect) extends BindComponent
districtSelect,县选择
Constructor Top
DistrictSelect () | |||
DistrictSelect ( options) | |||
DistrictSelect ( options) |
Properties Top
boolean |
disabled
禁用 | ||
boolean |
disabled
禁用 |
Attributes Top
string |
bind-cityRef
市、区引用,用于控制下拉部分数据 | ||
string |
bind-cityRef
市、区引用,用于控制下拉部分数据 | ||
string |
bind-ref
引用 | ||
string |
bind-ref
引用 | ||
string |
class
组件class | ||
string |
class
组件class | ||
boolean |
disabled
禁用 | ||
boolean |
disabled
禁用 | ||
string |
optionsCaption
无值时的提示信息 | ||
string |
optionsCaption
无值时的提示信息 | ||
string |
xid
组件标示 | ||
string |
xid
组件标示 |
Methods Top
Object | get (String name) | |
Object | get (String name) | |
void | set (json arg) | |
void | set (json arg) |
Events Top
void | onChange (ChangeEvent event) | |
void | onChange (ChangeEvent event) |
Constructor details
Top
public
DistrictSelect
()
districtSelect,县选择
public
DistrictSelect
( options)
构造函数
Inherited from ViewComponent
参数options格式类似{parent:xx, config:{}},parent是组件的父节点,允许为空或不指定,config是组件的参数选项
public
DistrictSelect
( options)
构造函数
Inherited from ViewComponent
参数options格式类似{parent:xx, config:{}},parent是组件的父节点,允许为空或不指定,config是组件的参数选项
public
DistrictSelect
()
districtSelect,县选择
public
DistrictSelect
( options)
构造函数
Inherited from ViewComponent
参数options格式类似{parent:xx, config:{}},parent是组件的父节点,允许为空或不指定,config是组件的参数选项
public
DistrictSelect
( options)
构造函数
Inherited from ViewComponent
参数options格式类似{parent:xx, config:{}},parent是组件的父节点,允许为空或不指定,config是组件的参数选项
Properties Detail Top
public
boolean
disabled
禁用
public
boolean
disabled
禁用
Attributes Detail Top
public
string
bind-cityRef
市、区引用,用于控制下拉部分数据
public
string
bind-cityRef
市、区引用,用于控制下拉部分数据
public
string
bind-ref
引用
public
string
bind-ref
引用
public
string
class
组件class
基础样式: form-control(必须), 尺寸样式: input-lg、input-sm
public
string
class
组件class
基础样式: form-control(必须), 尺寸样式: input-lg、input-sm
public
boolean
disabled
禁用
public
boolean
disabled
禁用
public
string
optionsCaption
无值时的提示信息
public
string
optionsCaption
无值时的提示信息
public
string
xid
组件标示
public
string
xid
组件标示
Methods Detail Top
public
Object
get
(String name)
获取属性值
public
Object
get
(String name)
获取属性值
public
void
set
(json arg)
设置属性值
public
void
set
(json arg)
设置属性值
Events Detail Top
[回调型事件]值修改事件
[回调型事件]值修改事件