UI UI\Controls\Picker

(UI 0.9.9)


소개

선택기는 클릭 시 기본 날짜/시간/날짜/시간 선택기 인터페이스를 사용자에게 표시하는 버튼을 나타냅니다.


클래스 개요

                  
class UI\Controls\Picker extends UI\Control {

  /* Constants */
  const int Date;
  const int Time;
  const int DateTime;

  /* Constructor */
  public __construct(int $type = UI\Controls\Picker::Date)

  /* 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()
}
                  
                

미리 정의된 상수

UI\Controls\Picker::Date
날짜 선택 도구
UI\Controls\Picker::Time
시간 선택기
UI\Controls\Picker::DateTime
날짜 및 시간 선택기

목차