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 UI\Control::destroy()
public UI\Control::disable()
public UI\Control::enable()
public UI\Control::hide()
public UI\Control::show()
}屬性
- controls
-
Contains controls, should not be manipulated directly
目錄
- UI\Controls\Group::append — Append Control
- UI\Controls\Group::__construct — Construct a new Group
- UI\Controls\Group::getTitle — Get Title
- UI\Controls\Group::hasMargin — Margin Detection
- UI\Controls\Group::setMargin — Set Margin
- UI\Controls\Group::setTitle — Set Title