UI UI\Controls\Tab

(UI 0.9.9)


소개

탭에는 사용자가 각각 선택할 수 있는 제목이 있는 여러 컨트롤 페이지가 포함될 수 있습니다.


클래스 개요

                  
class UI\Controls\Tab extends UI\Control {

  /* Properties */
  protected $controls;

  /* Methods */
  public append(string $name, UI\Control $control): int
  public delete(int $index): bool
  public hasMargin(int $page): bool
  public insertAt(string $name, int $page, UI\Control $control)
  public pages(): int
  public setMargin(int $page, bool $margin)

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

Properties

controls
컨트롤이 포함되어 있으므로 직접 조작해서는 안 됩니다.

목차