Class AC.GroupPanel
Extends
AC.TabPanel.
The AC group-enabled panel.
Defined in: customTabPanel.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Default constructor.
|
Field Attributes | Field Name and Description |
---|---|
<static> |
AC.GroupPanel.actionCenterListener
The AC listener.
|
- Fields borrowed from class AC.TabPanel:
- isClosing
Method Attributes | Method Name and Description |
---|---|
<static> |
AC.GroupPanel.beforeDestroy()
Before-destroy processing.
|
<static> |
AC.GroupPanel.handleChange(msg)
Updates the component's title and icon.
|
<static> |
AC.GroupPanel.handleIconChange(msg)
Handles icon changes.
|
<static> |
AC.GroupPanel.handleNameChange(msg)
Handles name changes.
|
- Methods borrowed from class AC.TabPanel:
- changeTabIcon, hideCloseButton, initTab, onItemTitleChanged, onRender, onStripMouseDown, showCloseButton
Field Detail
<static>
AC.GroupPanel.actionCenterListener
The AC listener.
- Default Value:
- new ActionCenterListener()
Method Detail
<static>
AC.GroupPanel.beforeDestroy()
Before-destroy processing. Unsubscribes from all channels and destroys the AC listener.
- Returns:
- void
<static>
AC.GroupPanel.handleChange(msg)
Updates the component's title and icon.
- Parameters:
- msg
- the message
- Returns:
- void
<static>
AC.GroupPanel.handleIconChange(msg)
Handles icon changes.
- Parameters:
- msg
- the message
- Returns:
- void
<static>
AC.GroupPanel.handleNameChange(msg)
Handles name changes.
- Parameters:
- msg
- the message
- Returns:
- void