Radio Control

(UI 0.9.9)

简介

A Radio is similar to the radio input type familiar from HTML

类摘要

class UI\Controls\Radio extends UI\Control {
/* 方法 */
public append(string $text)
public getSelected(): int
protected onSelected()
public setSelected(int $index)
/* 继承的方法 */
}

目录

添加备注

用户贡献的备注

此页面尚无用户贡献的备注。
To Top