API
Component

Radio ($UI/wxsys/comps/radio/radio)

使用范围:WX

Contents

component Radio ($UI/wxsys/comps/radio/radio) extends RadioCheckboxBase

单选

Constructor Top

  Radio ()
  Radio ( config)

Static Properties & Enumerations Top

String EVENT_VALUE_CHANGE = "valuechange"

值改变事件

Events Top

void valuechange (ValueChangeEvent event)

Constructor details Top

public Radio ()

单选

public Radio ( 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