Class Index | File Index

Classes


Class AC.cace.Role

Defines functions to create and rename roles.
Defined in: ProjectFunctions.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Default constructor.
Method Summary
Method Attributes Method Name and Description
<static>  
AC.cace.Role.createRole(superiorId, afterId, beforeId, properties, callbackObject, callbackMethod)
Creates a role as a subordinate of the specified parent such that this role comes after the specified 'afterId' and before the specified 'beforeId' contributions.
<static>  
AC.cace.Role.renameRole()
Renames a role to the name entered in the rename role dialog.
<static>  
AC.cace.Role.renameRoleDialog()
Configures a GUI dialog to rename a role.
Class Detail
AC.cace.Role()
Default constructor.
Method Detail
<static> AC.cace.Role.createRole(superiorId, afterId, beforeId, properties, callbackObject, callbackMethod)
Creates a role as a subordinate of the specified parent such that this role comes after the specified 'afterId' and before the specified 'beforeId' contributions. If the passed-in superior id is null, the id will be read off from the project node closest to the currently selected node in the tree explorer.
Parameters:
superiorId
the superior id
afterId
the id of a preceding contribution
beforeId
the id of a succeeding contribution
properties
the properties of the role
callbackObject
the callback object
callbackMethod
the callback method
Returns:
void

<static> AC.cace.Role.renameRole()
Renames a role to the name entered in the rename role dialog.
Returns:
void

<static> AC.cace.Role.renameRoleDialog()
Configures a GUI dialog to rename a role.
Returns:
void

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