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 classVAndDeprecated.Replaced in 8.1 withDropTargetExtension#setDropCriteria(String)classVOrDeprecated.Replaced in 8.1 withDropTargetExtension#setDropCriteria(String)Methods in com.vaadin.client.ui.dd with parameters of type VAcceptCallback Modifier and Type Method Description voidVAcceptCriterion. accept(VDragEvent drag, UIDL configuration, VAcceptCallback callback)Deprecated.Checks if current drag event has valid drop target and target accepts the transferable.voidVLazyInitItemIdentifiers. accept(VDragEvent drag, UIDL configuration, VAcceptCallback callback)Deprecated.voidVNot. accept(VDragEvent drag, UIDL configuration, VAcceptCallback callback)Deprecated.voidVOr. accept(VDragEvent drag, UIDL configuration, VAcceptCallback callback)Deprecated.voidVServerAccept. accept(VDragEvent drag, UIDL configuration, VAcceptCallback callback)Deprecated.protected voidVAbstractDropHandler. 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.
-