使用范围:WX
Contents
component Select ($UI/comp/antd/components/Select/Select) extends AntdComponent
Constructor Top
Select () |
Static Properties & Enumerations Top
String |
EVENT_VALUE_CHANGE
= "valuechange"
值改变事件 | ||
String |
EVENT_VALUE_CHANGE
= "valuechange"
值改变事件 |
Events Top
void | valuechange (ValueChangeEvent event) | |
void | valuechange (ValueChangeEvent event) |
Constructor details
Top
public
Select
()
使用场景:弹出一个下拉菜单给用户选择操作。
使用方法:需绑定字段和配置下拉备选数据集、数据列。
public
Select
()
Static Properties & Enumerations Detail Top
static
public
String
EVENT_VALUE_CHANGE
= "valuechange"
"valuechange"
值改变事件
static
public
String
EVENT_VALUE_CHANGE
= "valuechange"
"valuechange"
值改变事件
Events Detail Top
值改变
值改变