Package com.hybris.cockpitng.dnd
Interface BackofficeDragAndDropContext
-
- All Superinterfaces:
CockpitContext,DragAndDropContext,java.io.Serializable
- All Known Implementing Classes:
DefaultDragAndDropContext
public interface BackofficeDragAndDropContext extends DragAndDropContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DragAndDropActionTypegetActionType()Returns action type resolved for this operationvoidsetActionType(DragAndDropActionType actionType)Sets action type resolved for this operation-
Methods inherited from interface com.hybris.cockpitng.core.context.CockpitContext
addAllParameters, clearParameters, containsParameter, getParameter, getParameterAsBoolean, getParameterKeys, getParameters, removeParameter, setParameter, setParameters
-
Methods inherited from interface com.hybris.cockpitng.dnd.DragAndDropContext
getDraggedContext, getKeys, getTargetContext
-
-
-
-
Method Detail
-
getActionType
DragAndDropActionType getActionType()
Returns action type resolved for this operation- Returns:
DragAndDropActionType
-
setActionType
void setActionType(DragAndDropActionType actionType)
Sets action type resolved for this operation- Parameters:
actionType-DragAndDropActionType
-
-