API
Component

AssociationSelect ($UI/wxsys/comps/associationSelect/associationSelect)

使用范围:WX

Contents

component AssociationSelect ($UI/wxsys/comps/associationSelect/associationSelect) extends BindComponent

<b>使用场景</b>:关联选择数据,可设置填充规则 <b>使用方法</b>:关联选择数据,可设置填充规则

Constructor Top

  AssociationSelect ()
  AssociationSelect ( config)

Static Properties & Enumerations Top

String EVENT_VALUE_CHANGE = "valuechange"

值改变事件

Events Top

void valuechange (ValueChangeEvent event)

Constructor details Top

public AssociationSelect ()

<b>使用场景</b>:关联选择数据,可设置填充规则 <b>使用方法</b>:关联选择数据,可设置填充规则

public AssociationSelect ( config)

构造函数

Inherited from Operational

Parameters

config

操作配置

Static Properties & Enumerations Detail Top

static public String EVENT_VALUE_CHANGE = "valuechange"

值改变事件

Events Detail Top

public void valuechange (ValueChangeEvent event)

值改变

Parameters

ValueChangeEvent event


结构如下:

{ value : 新值, oldValue : 旧值, source : 组件自身 }

Return Value

void