Control Group (Arrangement)

はじめに

A Group is a titled container for child controls

クラス概要

UI\Controls\Group
class UI\Controls\Group extends UI\Control {
/* プロパティ */
protected $controls;
/* Constructor */
public __construct(string $title)
/* メソッド */
public append(UI\Control $control)
public string getTitle()
public bool hasMargin()
public setMargin(bool $margin)
public setTitle(string $title)
/* 継承したメソッド */
public UI\Control::destroy()
public UI\Control::disable()
public UI\Control::enable()
public UI\Control UI\Control::getParent()
public int UI\Control::getTopLevel()
public UI\Control::hide()
public bool UI\Control::isEnabled()
public bool UI\Control::isVisible()
public UI\Control::setParent(UI\Control $parent)
public UI\Control::show()
}

プロパティ

controls

Contains controls, should not be manipulated directly

目次