| Package | Description |
|---|---|
| com.hybris.cockpitng.dnd |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BackofficeDragAndDropContext |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultDragAndDropContext |
| Modifier and Type | Method and Description |
|---|---|
DragAndDropContext |
DropOperationData.getContext() |
| Modifier and Type | Method and Description |
|---|---|
List<DropOperationData<DRAGGED,TARGET,Object>> |
DropHandler.handleDrop(List<DRAGGED> dragged,
TARGET target,
DragAndDropContext context)
Handles drop operation.
|
List<DropOperationData<Object,Object,Object>> |
DropCompositeHandler.handleDrop(List<Object> dragged,
Object target,
DragAndDropContext context) |
| Constructor and Description |
|---|
DropOperationData(DRAGGED dragged,
TARGET target,
DragAndDropContext context) |
DropOperationData(DRAGGED dragged,
TARGET target,
MODIFIED modified,
DragAndDropContext context,
String notificationKey) |
Copyright © 2018. All rights reserved.