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