Элемент управления "Чекбокс"

(UI 0.9.9)

Введение

Чекбокс (Check) представляет собой помеченный кликабельный блок

Обзор классов

UI\Controls\Check extends UI\Control {
/* Конструктор */
public __construct ( string $text )
/* Методы */
public getText ( ) : string
public isChecked ( ) : bool
protected onToggle ( )
public setChecked ( bool $checked )
public setText ( string $text )
/* Наследуемые методы */
public UI\Control::enable ( )
public UI\Control::getTopLevel ( ) : int
public UI\Control::hide ( )
public UI\Control::isEnabled ( ) : bool
public UI\Control::isVisible ( ) : bool
public UI\Control::setParent ( UI\Control $parent )
public UI\Control::show ( )
}

Содержание