Class Index | File Index

Classes


Class AC.TabPanel


Extends Ext.TabPanel.
This tab panel allows setting the icon in the tab panel and change the icon on the fly.
Defined in: customTabPanel.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Default constructor.
Field Summary
Field Attributes Field Name and Description
<static>  
AC.TabPanel.isClosing
Determines if the panel is closing.
Method Summary
Method Attributes Method Name and Description
<static>  
AC.TabPanel.changeTabIcon(item, icon)
Changes the tab icon.
<static>  
AC.TabPanel.hideCloseButton(item)
Hides the close button of the specified item.
<static>  
AC.TabPanel.initTab(item, index)
Initializes the tab panel.
<static>  
AC.TabPanel.onItemTitleChanged(item)
Changes the title of the specified item.
<static>  
AC.TabPanel.onRender(ct, position)
Renders the specified component at the specified position.
<static>  
AC.TabPanel.onStripMouseDown(e)
Handles mouse-down events.
<static>  
AC.TabPanel.showCloseButton(item)
Shows the close button of the specified item.
Class Detail
AC.TabPanel()
Default constructor.
Field Detail
<static> AC.TabPanel.isClosing
Determines if the panel is closing.
Default Value:
false
Method Detail
<static> AC.TabPanel.changeTabIcon(item, icon)
Changes the tab icon.
Parameters:
item
the item
icon
the new icon
Returns:
void

<static> AC.TabPanel.hideCloseButton(item)
Hides the close button of the specified item.
Parameters:
item
the item
Returns:
void

<static> AC.TabPanel.initTab(item, index)
Initializes the tab panel.
Parameters:
item
the item
index
the index
Returns:
void

<static> AC.TabPanel.onItemTitleChanged(item)
Changes the title of the specified item.
Parameters:
item
the item
Returns:
void

<static> AC.TabPanel.onRender(ct, position)
Renders the specified component at the specified position.
Parameters:
ct
the component
position
the position
Returns:
void

<static> AC.TabPanel.onStripMouseDown(e)
Handles mouse-down events.
Parameters:
e
the event
Returns:
void

<static> AC.TabPanel.showCloseButton(item)
Shows the close button of the specified item.
Parameters:
item
the item
Returns:
void

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