UI UI\Controls\Spin

(UI 0.9.9)


소개

스핀 상자는 정의된 범위 내에서 상자의 정수 값을 변경하는 위아래 컨트롤이 있는 텍스트 상자입니다.


클래스 개요

                  
class UI\Controls\Spin extends UI\Control {

  /* Constructor */
  public __construct(int $min, int $max)

  /* Methods */
  public getValue(): int
  protected onChange()
  public setValue(int $value)

  /* Inherited methods */
  public UI\Control::destroy()
  public UI\Control::disable()
  public UI\Control::enable()
  public UI\Control::getParent(): UI\Control
  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()
}
                  
                

목차