Uses of Interface
com.hybris.cockpitng.dnd.DragAndDropContext
-
Packages that use DragAndDropContext Package Description com.hybris.cockpitng.dnd -
-
Uses of DragAndDropContext in com.hybris.cockpitng.dnd
Subinterfaces of DragAndDropContext in com.hybris.cockpitng.dnd Modifier and Type Interface Description interfaceBackofficeDragAndDropContextClasses in com.hybris.cockpitng.dnd that implement DragAndDropContext Modifier and Type Class Description classDefaultDragAndDropContextMethods in com.hybris.cockpitng.dnd that return DragAndDropContext Modifier and Type Method Description DragAndDropContextDropOperationData. getContext()Methods in com.hybris.cockpitng.dnd with parameters of type DragAndDropContext Modifier and Type Method Description java.util.List<DropOperationData<java.lang.Object,java.lang.Object,java.lang.Object>>DropCompositeHandler. handleDrop(java.util.List<java.lang.Object> dragged, java.lang.Object target, DragAndDropContext context)java.util.List<DropOperationData<DRAGGED,TARGET,java.lang.Object>>DropHandler. handleDrop(java.util.List<DRAGGED> dragged, TARGET target, DragAndDropContext context)Handles drop operation.Constructors in com.hybris.cockpitng.dnd with parameters of type DragAndDropContext Constructor Description DropOperationData(DRAGGED dragged, TARGET target, DragAndDropContext context)DropOperationData(DRAGGED dragged, TARGET target, MODIFIED modified, DragAndDropContext context, java.lang.String notificationKey)
-