public class DefaultDragAndDropContext extends DefaultCockpitContext implements BackofficeDragAndDropContext
| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultDragAndDropContext.Builder |
| Modifier and Type | Method and Description |
|---|---|
DragAndDropActionType |
getActionType()
Returns action type resolved for this operation
|
CockpitContext |
getDraggedContext()
Returns a context associated with a dragged object.
|
Set<MouseKeys> |
getKeys()
Returns keys hold during drag and drop operation.
|
CockpitContext |
getTargetContext()
Returns a context associated with a destination object.
|
void |
setActionType(DragAndDropActionType actionType)
Sets action type resolved for this operation
|
addAllParameters, clearParameters, containsParameter, getParameter, getParameterKeys, getParameters, removeParameter, setParameter, setParametersclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddAllParameters, clearParameters, containsParameter, getParameter, getParameterAsBoolean, getParameterKeys, getParameters, removeParameter, setParameter, setParameterspublic Set<MouseKeys> getKeys()
DragAndDropContextgetKeys in interface DragAndDropContextpublic CockpitContext getDraggedContext()
DragAndDropContextgetDraggedContext in interface DragAndDropContextpublic CockpitContext getTargetContext()
DragAndDropContextgetTargetContext in interface DragAndDropContextpublic DragAndDropActionType getActionType()
BackofficeDragAndDropContextgetActionType in interface BackofficeDragAndDropContextDragAndDropActionTypepublic void setActionType(DragAndDropActionType actionType)
BackofficeDragAndDropContextsetActionType in interface BackofficeDragAndDropContextactionType - DragAndDropActionTypeCopyright © 2018. All rights reserved.