Namespace: Panel

Panel

A panel component.

Namespaces

props

Methods

staticPanel.getPanel(id){*|boolean}

Returns the Panel with supplied id.

Name Type Description
id

staticPanel.getPanelByName(name){*|boolean}

Returns the Panel with specified name if found or false otherwise.

Name Type Description
name

staticPanel.getPanelContent(id){*|boolean}

Returns the PanelContent with specified id if found or false otherwise.

Name Type Description
id

private_getTabCount(suppliedTabList){number}

Get proper tab count.

Name Type Description
suppliedTabList optional
Fires:

Closes (in fact, it only hides) the panel.

getId(){Number}

Returns the id of this panel.

getName(){string}

Returns the name of this panel.

setName(name)

Sets the name of the panel.

Name Type Description
name

Events

event:TabCount

Event reporting a change in the number of visible tabs.

Properties:
Name Type Description
{number]

prev - Previous value.

{number]

next - Next value.

Listeners of This Event: