Php/docs/class.ui-controls-group

提供:Dev Guides
< Php
移動先:案内検索

(UI 0.9.9)

はじめに

A Group is a titled container for child controls


クラス概要


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::destroy ( )

public UI\Control::disable ( )

public UI\Control::enable ( )

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 ( )

}

プロパティ

controls
Contains controls, should not be manipulated directly


目次