Class Index | File Index

Classes


Class actioncenter.contributionTabPanel


Extends AC.GroupPanel.
The contribution tab panel.
Defined in: contributionsubpanels.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Default constructor.
Field Summary
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 Summary
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
Class Detail
actioncenter.contributionTabPanel()
Default constructor.
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

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