Control Group (Arrangement)

(UI 0.9.9)

Introducción

A Group is a titled container for child controls

Sinopsis de la Clase

UI\Controls\Group extends UI\Control {
/* Propiedades */
protected $controls ;
/* Constructor */
public __construct ( string $title )
/* Métodos */
public append ( UI\Control $control )
public getTitle ( ) : string
public hasMargin ( ) : bool
public setMargin ( bool $margin )
public setTitle ( string $title )
/* Métodos heredados */
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 ( )
}

Propiedades

controls

Contains controls, should not be manipulated directly

Tabla de contenidos