Class Index | File Index

Classes


Class AC.tree.ExplorerPanel


Extends Ext.ux.MultiSelectTreePanel.
Sets up extending Ext.ux.MultiSelectTreePanel and initing with extended DragZone and DropZone by default
Defined in: ACTreePanelExtensions.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Default constructor.
Field Summary
Field Attributes Field Name and Description
<static>  
AC.tree.ExplorerPanel.listeners
The event listeners that intercept UI events and invoke server-side methods.
<static>  
AC.tree.ExplorerPanel.multicopyRules
Array defining multi-copy rules.
Method Summary
Method Attributes Method Name and Description
<static>  
AC.tree.ExplorerPanel.getSelectionModel()
Gets the selection model.
<static>  
AC.tree.ExplorerPanel.initEvents()
Initializes events.
<static>  
AC.tree.ExplorerPanel.isValidSelectionCombination()
Checks if the current selection is a valid combination with respect to multi-copy rules.
Class Detail
AC.tree.ExplorerPanel()
Default constructor.
Field Detail
<static> AC.tree.ExplorerPanel.listeners
The event listeners that intercept UI events and invoke server-side methods.

<static> AC.tree.ExplorerPanel.multicopyRules
Array defining multi-copy rules.
Method Detail
<static> AC.tree.ExplorerPanel.getSelectionModel()
Gets the selection model.
Returns:
the selection model

<static> AC.tree.ExplorerPanel.initEvents()
Initializes events.
Returns:
void

<static> AC.tree.ExplorerPanel.isValidSelectionCombination()
Checks if the current selection is a valid combination with respect to multi-copy rules.
Returns:
true, if the selection is valid

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