DRAGGED - dragged objects type.TARGET - target object type.MODIFIED - modified objects type.public class DropOperationData<DRAGGED,TARGET,MODIFIED> extends Object
| Constructor and Description |
|---|
DropOperationData(DRAGGED dragged,
TARGET target,
DragAndDropContext context) |
DropOperationData(DRAGGED dragged,
TARGET target,
MODIFIED modified,
DragAndDropContext context,
String notificationKey) |
| Modifier and Type | Method and Description |
|---|---|
DragAndDropContext |
getContext() |
DRAGGED |
getDragged() |
MODIFIED |
getModified() |
String |
getNotificationKey() |
TARGET |
getTarget() |
public DropOperationData(DRAGGED dragged, TARGET target, MODIFIED modified, DragAndDropContext context, String notificationKey)
public DropOperationData(DRAGGED dragged, TARGET target, DragAndDropContext context)
public DRAGGED getDragged()
public TARGET getTarget()
public MODIFIED getModified()
public DragAndDropContext getContext()
public String getNotificationKey()
Copyright © 2018. All rights reserved.