Control Group (Arrangement)

(UI 0.9.9)

はじめに

A Group is a titled container for child controls

クラス概要

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

プロパティ

controls

Contains controls, should not be manipulated directly

目次