TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Backend\Tree\DraggableAndDropableNodeInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Backend\Tree\DraggableAndDropableNodeInterface:
t3lib_tree_DraggableAndDropable

Public Member Functions

 moveNodeInDestinationNode ($node, $destination)
 
 moveNodeAfterDestinationNode ($node, $destination)
 
 copyNodeInDestinationNode ($node, $destination)
 
 copyNodeAfterDestinationNode ($node, $destination)
 

Detailed Description

This file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 2 of the License, or any later version.

For the full copyright and license information, please read the LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share! Describes necessary methods if the nodes are draggable and dropable within the tree.

Author
Stefan Galinski stefa.nosp@m.n.ga.nosp@m.linsk.nosp@m.i@gm.nosp@m.ail.c.nosp@m.om
Steffen Ritter info@.nosp@m.stef.nosp@m.fen-r.nosp@m.itte.nosp@m.r.net

Definition at line 23 of file DraggableAndDropableNodeInterface.php.

Member Function Documentation

◆ copyNodeAfterDestinationNode()

TYPO3\CMS\Backend\Tree\DraggableAndDropableNodeInterface::copyNodeAfterDestinationNode (   $node,
  $destination 
)

Copies given node after a destination node

Parameters
\TYPO3\CMS\Backend\Tree\TreeNode$node
\TYPO3\CMS\Backend\Tree\TreeNode$destination
Returns
void

◆ copyNodeInDestinationNode()

TYPO3\CMS\Backend\Tree\DraggableAndDropableNodeInterface::copyNodeInDestinationNode (   $node,
  $destination 
)

Copies given node inside a destination node

Parameters
\TYPO3\CMS\Backend\Tree\TreeNode$node
\TYPO3\CMS\Backend\Tree\TreeNode$destination
Returns
void

◆ moveNodeAfterDestinationNode()

TYPO3\CMS\Backend\Tree\DraggableAndDropableNodeInterface::moveNodeAfterDestinationNode (   $node,
  $destination 
)

Moves given node after a destination node

Parameters
\TYPO3\CMS\Backend\Tree\TreeNode$node
\TYPO3\CMS\Backend\Tree\TreeNode$destination
Returns
void

◆ moveNodeInDestinationNode()

TYPO3\CMS\Backend\Tree\DraggableAndDropableNodeInterface::moveNodeInDestinationNode (   $node,
  $destination 
)

Moves given node inside a destination node

Parameters
\TYPO3\CMS\Backend\Tree\TreeNode$node
\TYPO3\CMS\Backend\Tree\TreeNode$destination
Returns
void