UI UI\Controls\Label
(UI 0.9.9)
소개
레이블은 사용자가 인터페이스의 일부 요소를 식별하기 위한 한 줄의 텍스트입니다.
클래스 개요
class UI\Controls\Label extends UI\Control {
/* Constructor */
public __construct(string $text)
/* Methods */
public getText(): string
public setText(string $text)
/* 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\Label::__construct — Construct a new Label
- UI\Controls\Label::getText — Get Text
- UI\Controls\Label::setText — Set Text