Spin Control

(UI 0.9.9)

はじめに

A Spin box is a text box with an up-down control which changes the integer value in the box, within a defined range

クラス概要

class UI\Controls\Spin extends UI\Control {
/* Constructor */
public __construct(int $min, int $max)
/* メソッド */
public getValue(): int
protected onChange()
public setValue(int $value)
/* 継承したメソッド */
public UI\Control::isEnabled(): bool
public UI\Control::isVisible(): bool
}

目次

関連キーワード:  Control, public, Controls, int, construct, onChange, メソッド, setValue, getValue, Value