| Package | Description |
|---|---|
| com.vaadin.client.ui | |
| com.vaadin.client.ui.dd |
| Modifier and Type | Method and Description |
|---|---|
protected void |
VDragAndDropWrapper.CustomDropHandler.dragAccepted(VDragEvent drag) |
void |
VDragAndDropWrapper.CustomDropHandler.dragEnter(VDragEvent drag) |
void |
VDragAndDropWrapper.CustomDropHandler.dragLeave(VDragEvent drag) |
void |
VDragAndDropWrapper.CustomDropHandler.dragOver(VDragEvent drag) |
boolean |
VDragAndDropWrapper.CustomDropHandler.drop(VDragEvent drag) |
protected void |
VDragAndDropWrapper.emphasis(VDragEvent drag) |
boolean |
VDragAndDropWrapper.updateDropDetails(VDragEvent drag) |
| Modifier and Type | Method and Description |
|---|---|
VDragEvent |
VDragAndDropManager.DDManagerMediator.getDragEvent()
Returns current drag event.
|
VDragEvent |
VDragAndDropManager.startDrag(VTransferable transferable,
com.google.gwt.dom.client.NativeEvent startEvent,
boolean handleDragEvents)
Deprecated.
This method is used to start Vaadin client side drag and drop operation.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
VTargetDetailIs.accept(VDragEvent drag,
UIDL configuration)
Deprecated.
|
protected boolean |
VSourceIsTarget.accept(VDragEvent drag,
UIDL configuration)
Deprecated.
|
protected boolean |
VServerAccept.accept(VDragEvent drag,
UIDL configuration)
Deprecated.
|
protected boolean |
VOverTreeNode.accept(VDragEvent drag,
UIDL configuration)
Deprecated.
|
protected boolean |
VOr.accept(VDragEvent drag,
UIDL configuration)
Deprecated.
|
protected boolean |
VNot.accept(VDragEvent drag,
UIDL configuration)
Deprecated.
|
protected boolean |
VLazyInitItemIdentifiers.accept(VDragEvent drag,
UIDL configuration)
Deprecated.
|
protected boolean |
VDragSourceIs.accept(VDragEvent drag,
UIDL configuration)
Deprecated.
|
protected boolean |
VContainsDataFlavor.accept(VDragEvent drag,
UIDL configuration)
Deprecated.
|
protected boolean |
VAnd.accept(VDragEvent drag,
UIDL configuration)
Deprecated.
|
protected abstract boolean |
VAcceptCriterion.accept(VDragEvent drag,
UIDL configuration)
Deprecated.
Returns whether a client-side check accepts the drop attempt.
|
protected boolean |
VAcceptAll.accept(VDragEvent drag,
UIDL configuration)
Deprecated.
|
void |
VServerAccept.accept(VDragEvent drag,
UIDL configuration,
VAcceptCallback callback)
Deprecated.
|
void |
VOr.accept(VDragEvent drag,
UIDL configuration,
VAcceptCallback callback)
Deprecated.
|
void |
VNot.accept(VDragEvent drag,
UIDL configuration,
VAcceptCallback callback)
Deprecated.
|
void |
VLazyInitItemIdentifiers.accept(VDragEvent drag,
UIDL configuration,
VAcceptCallback callback)
Deprecated.
|
void |
VAcceptCriterion.accept(VDragEvent drag,
UIDL configuration,
VAcceptCallback callback)
Deprecated.
Checks if current drag event has valid drop target and target accepts the
transferable.
|
void |
VOr.accepted(VDragEvent event)
Deprecated.
|
void |
VAnd.accepted(VDragEvent event)
Deprecated.
|
void |
VAcceptCallback.accepted(VDragEvent event)
Deprecated.
This method is called by
VDragAndDropManager if the
VDragEvent is still active. |
protected abstract void |
VAbstractDropHandler.dragAccepted(VDragEvent drag)
Deprecated.
This method is called when a valid drop location was found with
AcceptCriterion either via client or server side check. |
void |
VDropHandler.dragEnter(VDragEvent dragEvent)
Deprecated.
Called by DragAndDropManager when a drag operation is in progress and the
cursor enters the area occupied by this Paintable.
|
void |
VAbstractDropHandler.dragEnter(VDragEvent drag)
Deprecated.
The default implementation in
VAbstractDropHandler checks if the
Transferable is accepted. |
void |
VDropHandler.dragLeave(VDragEvent dragEvent)
Deprecated.
Called by DragAndDropManager when a drag operation is in progress and the
cursor leaves the area occupied by this Paintable.
|
void |
VAbstractDropHandler.dragLeave(VDragEvent drag)
Deprecated.
Default implementation does nothing.
|
void |
VDropHandler.dragOver(VDragEvent currentDrag)
Deprecated.
When drag is over current drag handler.
|
void |
VAbstractDropHandler.dragOver(VDragEvent drag)
Deprecated.
Default implementation does nothing.
|
boolean |
VDropHandler.drop(VDragEvent drag)
Deprecated.
Called by DragAndDropManager when a drag operation was in progress and a
drop was performed on this Paintable.
|
boolean |
VAbstractDropHandler.drop(VDragEvent drag)
Deprecated.
The default implemmentation visits server if
AcceptCriterion
can't be verified on client or if AcceptCriterion are met on
client. |
boolean |
VServerAccept.needsServerSideCheck(VDragEvent drag,
UIDL criterioUIDL)
Deprecated.
|
boolean |
VOr.needsServerSideCheck(VDragEvent drag,
UIDL criterioUIDL)
Deprecated.
|
boolean |
VNot.needsServerSideCheck(VDragEvent drag,
UIDL criterioUIDL)
Deprecated.
|
boolean |
VLazyInitItemIdentifiers.needsServerSideCheck(VDragEvent drag,
UIDL criterioUIDL)
Deprecated.
|
boolean |
VAcceptCriterion.needsServerSideCheck(VDragEvent drag,
UIDL criterioUIDL)
Deprecated.
Returns whether a server side check is needed for determining acceptance.
|
protected void |
VAbstractDropHandler.validate(VAcceptCallback cb,
VDragEvent event)
Deprecated.
Validates the given drag event when all existing DnD-related tasks are
completed, and triggers the callback if the validation was successful.
|
Copyright © 2021 Vaadin Ltd. All rights reserved.