API
Component

RadioContents ($UI/comp/radioContents/components/radioContents/radioContents)

使用范围:WX

Contents

component RadioContents ($UI/comp/radioContents/components/radioContents/radioContents) extends Component

<b>组件可点赞功能</b> <b>使用方法</b>:通过“绑定数据列”关联数据中的某列。当列中有值时,会显示出来.

Constructor Top

  RadioContents ()
  RadioContents ( config)

Static Properties & Enumerations Top

String EVENT_VALUE_CHANGE = "valuechange"

值改变事件

Events Top

void valuechange (ValueChangeEvent event)

Constructor details Top

public RadioContents ()

<b>组件可点赞功能</b> <b>使用方法</b>:通过“绑定数据列”关联数据中的某列。当列中有值时,会显示出来.

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