UI UI\Controls\Form

(UI 0.9.9)


소개

Form은 다른 컨트롤을 친숙한 레이아웃(폼)으로 배열할 수 있는 컨트롤입니다.


클래스 개요

                  
class UI\Controls\Form extends UI\Control {

  /* Properties */
  protected $controls;

  /* Methods */
  public append(string $label, UI\Control $control, bool $stretchy = false): int
  public delete(int $index): bool
  public isPadded(): bool
  public setPadded(bool $padded)

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

목차