Uses of Interface
com.vaadin.client.ui.dd.VAcceptCallback
-
Packages that use VAcceptCallback Package Description com.vaadin.client.ui.dd -
-
Uses of VAcceptCallback in com.vaadin.client.ui.dd
Classes in com.vaadin.client.ui.dd that implement VAcceptCallback Modifier and Type Class Description class
VAnd
class
VOr
Methods in com.vaadin.client.ui.dd with parameters of type VAcceptCallback Modifier and Type Method Description void
VAcceptCriterion. accept(VDragEvent drag, UIDL configuration, VAcceptCallback callback)
Checks if current drag event has valid drop target and target accepts the transferable.void
VLazyInitItemIdentifiers. accept(VDragEvent drag, UIDL configuration, VAcceptCallback callback)
void
VNot. accept(VDragEvent drag, UIDL configuration, VAcceptCallback callback)
void
VOr. accept(VDragEvent drag, UIDL configuration, VAcceptCallback callback)
void
VServerAccept. accept(VDragEvent drag, UIDL configuration, VAcceptCallback callback)
protected void
VAbstractDropHandler. validate(VAcceptCallback cb, VDragEvent event)
-