UI UI\Controls\Group

(UI 0.9.9)


소개

그룹은 자식 컨트롤에 대한 제목이 있는 컨테이너입니다.


클래스 개요

                  
class UI\Controls\Group extends UI\Control {

  /* Properties */
  protected $controls;

  /* Constructor */
  public __construct(string $title)

  /* Methods */
  public append(UI\Control $control)
  public getTitle(): string
  public hasMargin(): bool
  public setMargin(bool $margin)
  public setTitle(string $title)

  /* 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
컨트롤이 포함되어 있으므로 직접 조작해서는 안 됩니다.

목차