org.olat.core.gui.control.dragdrop
Interface DragAndDrop
- All Known Implementing Classes:
- DragAndDropImpl
public interface DragAndDrop
Description:
this interface can either be offered by a concrete component (e.g. a panel, a menutree) or by a controller
(e.g. toolcontroller)
if an operation is not supported (e.g. drag is supported, but drop not) it must be declared in the documentation and the method must throw
an unsupportedoperation - exception.
Initial Date: 11.04.2006
- Author:
- Felix
activateDroppable
Droppable activateDroppable()
deactivateDroppable
void deactivateDroppable()
activateDraggable
Draggable activateDraggable()
deactivateDraggable
void deactivateDraggable()