DropTargetExtension#setDropCriteria(String)@Deprecated public abstract class VAcceptCriterion extends Object
| Constructor and Description |
|---|
VAcceptCriterion()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract boolean |
accept(VDragEvent drag,
UIDL configuration)
Deprecated.
|
void |
accept(VDragEvent drag,
UIDL configuration,
VAcceptCallback callback)
Deprecated.
Checks if current drag event has valid drop target and target accepts the
transferable.
|
boolean |
needsServerSideCheck(VDragEvent drag,
UIDL criterioUIDL)
Deprecated.
|
public void accept(VDragEvent drag, UIDL configuration, VAcceptCallback callback)
drag - configuration - callback - protected abstract boolean accept(VDragEvent drag, UIDL configuration)
public boolean needsServerSideCheck(VDragEvent drag, UIDL criterioUIDL)
Copyright © 2018 Vaadin Ltd. All rights reserved.