Class Index | File Index

Classes


Class actioncenter.ContributionTypeTabArray

The array of contribution type tabs. The purpose of this array is to store all the panel objects that are going to be the children of this tab panel.
Defined in: contributionsubpanels.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Default constructor.
Field Summary
Field Attributes Field Name and Description
 
The list of contribution type objects.
Method Summary
Method Attributes Method Name and Description
 
Returns the list of contribution type objects.
 
register(object, order)
Registers the specified object in the list under the specified index.
Class Detail
actioncenter.ContributionTypeTabArray()
Default constructor.
Field Detail
list
The list of contribution type objects.
Default Value:
[]
Method Detail
getList()
Returns the list of contribution type objects.
Returns:
the list

register(object, order)
Registers the specified object in the list under the specified index.
Parameters:
object
the object to insert into the list
{int} order
the list index

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