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.
Constructor Attributes | Constructor Name and Description |
---|---|
Default constructor.
|
Field Attributes | Field Name and Description |
---|---|
<static> |
AC.TabPanel.isClosing
Determines if the panel is closing.
|
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.
|
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