Class Index | File Index

Classes


Class actioncenter.lightProjectNode


Extends actioncenter.standardNode.
The light project node is a special node that will not display children of a project, and it will call its parent's performStandardAction to determine what it should do.
Defined in: ContributionRecycleBin.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Initializes node properties with the specified attributes.
Field Summary
Field Attributes Field Name and Description
<static>  
actioncenter.lightProjectNode.cls
The CSS class.
<static>  
actioncenter.lightProjectNode.targetTabPanelId
The target tab panel id.
<static>  
actioncenter.lightProjectNode.type
The type.
<static>  
actioncenter.lightProjectNode.uiProvider
The UI.
Fields borrowed from class actioncenter.standardNode:
actionCenterListener, allowDropOnlyValidChildTypes, childNodesLength, newNode, nodeInProcessCreateChildContId, order, validChildTypes
Methods borrowed from class actioncenter.standardNode:
acceptMove, adjustViewport, afterCreateChild, afterDeleteChild, afterEditOrder, beforeCreateChild, beforeDeleteChild, beforeEditOrder, captureViewport, cleanUp, collapse, createChild, deepCopyContribution, deleteChild, editIcon, editNode, editOrder, editText, find, findBy, findChild, findChildBy, findLastVisibleDescendant, getShallowSelection, handleMoveContribution, hasMatchingSubscription, isInView, isMove, moveContribution, onAppend, onBeforeappend, onBeforeinsert, onBeforemove, onBeforeremove, onExpand, onInsert, onMove, onRemove, pasteToThisNode, processCreateChild, processDeleteChild, processEditOrder, render, setAttributes, shallowCopyContribution, sortAfterLoad, subscribeAllChannels, unsubscribeAllChannels
Class Detail
actioncenter.lightProjectNode(attributes)
Initializes node properties with the specified attributes.
Parameters:
attributes
the attributes
Field Detail
<static> actioncenter.lightProjectNode.cls
The CSS class.
Default Value:
'x-tree-node-actioncenter'

<static> actioncenter.lightProjectNode.targetTabPanelId
The target tab panel id.
Default Value:
''

<static> actioncenter.lightProjectNode.type
The type.
Default Value:
'AC_Project_Definition'

<static> actioncenter.lightProjectNode.uiProvider
The UI.
Default Value:
actioncenter.lightProjectNodeUI

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