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.
Constructor Attributes | Constructor Name and Description |
---|---|
Default constructor.
|
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 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.
|
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