Class actioncenter.contributionTabPanel
Extends
AC.GroupPanel.
The contribution tab panel.
Defined in: contributionsubpanels.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Default constructor.
|
Field Attributes | Field Name and Description |
---|---|
<static> |
actioncenter.contributionTabPanel.contributionId
The contribution id.
|
<static> |
actioncenter.contributionTabPanel.findKey
findKey
|
<static> |
actioncenter.contributionTabPanel.name
The name.
|
<static> |
actioncenter.contributionTabPanel.subType
The subType.
|
<static> |
actioncenter.contributionTabPanel.type
The type.
|
- Fields borrowed from class AC.GroupPanel:
- actionCenterListener
- Fields borrowed from class AC.TabPanel:
- isClosing
Method Attributes | Method Name and Description |
---|---|
<static> |
actioncenter.contributionTabPanel.closeTab()
Closes this tab panel.
|
<static> |
actioncenter.contributionTabPanel.initComponent()
Initializes the component.
|
- Methods borrowed from class AC.GroupPanel:
- beforeDestroy, handleChange, handleIconChange, handleNameChange
- Methods borrowed from class AC.TabPanel:
- changeTabIcon, hideCloseButton, initTab, onItemTitleChanged, onRender, onStripMouseDown, showCloseButton
Field Detail
<static>
actioncenter.contributionTabPanel.contributionId
The contribution id.
- Default Value:
- ''
<static>
actioncenter.contributionTabPanel.findKey
findKey
<static>
actioncenter.contributionTabPanel.name
The name.
- Default Value:
- ''
<static>
actioncenter.contributionTabPanel.subType
The subType.
- Default Value:
- ''
<static>
actioncenter.contributionTabPanel.type
The type.
- Default Value:
- ''
Method Detail
<static>
actioncenter.contributionTabPanel.closeTab()
Closes this tab panel.
- Returns:
- void
<static>
actioncenter.contributionTabPanel.initComponent()
Initializes the component. The items of the component are initialized to the objects stored in the
activity type array.
- Returns:
- void