Contains classes and helpers related to drag & drop functionality.
Node | Description |
---|---|
sap.ui.core.dnd.DragDropBase |
Provides the base class for all drag-and-drop configurations. |
sap.ui.core.dnd.DragDropInfo |
Provides the configuration for drag-and-drop operations. |
sap.ui.core.dnd.DragInfo |
Provides the configuration for drag operations. |
sap.ui.core.dnd.DragSession |
When a user requests to drag some controls that can be dragged, a drag session is started. |
sap.ui.core.dnd.DropEffect |
Configuration options for visual drop effects that are given during a drag and drop operation. |
sap.ui.core.dnd.DropInfo |
Provides the configuration for drop operations. |
sap.ui.core.dnd.DropLayout |
Configuration options for the layout of the droppable controls. |
sap.ui.core.dnd.DropPosition |
Configuration options for drop positions. |
sap.ui.core.dnd.IDragInfo |
Marker interface for drag configuration providing information about the source of the drag operation. |
sap.ui.core.dnd.IDropInfo |
Marker interface for drop configuration providing information about the target of the drop operation. |
Method | Description |
---|