Php/docs/class.ui-controls-group

From Get docs

(UI 0.9.9)

Introduction

A Group is a titled container for child controls


Class synopsis


UI\Controls\Group extends UI\Control {

/* Properties */

protected $controls

/* Constructor */

public __construct ( string $title )

/* Methods */

public append ( UI\Control $control )

public getTitle ( ) : string

public hasMargin ( ) : bool

public setMargin ( bool $margin )

public setTitle ( string $title )

/* Inherited methods */

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

}

Properties

controls
Contains controls, should not be manipulated directly


Table of Contents