Class Index | File Index

Classes


Class AC.GroupPanel


Extends AC.TabPanel.
The AC group-enabled panel.
Defined in: customTabPanel.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Default constructor.
Field Summary
Field Attributes Field Name and Description
<static>  
AC.GroupPanel.actionCenterListener
The AC listener.
Fields borrowed from class AC.TabPanel:
isClosing
Method Summary
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
Class Detail
AC.GroupPanel()
Default constructor.
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

Documentation generated by JsDoc Toolkit 2.0.0 on Sun Sep 23 2012 02:46:07 GMT-0500 (CDT)