Class VSourceIsTarget


  • @Deprecated
    public final class VSourceIsTarget
    extends VAcceptCriterion
    Deprecated.
    Replaced in 8.1 with DropTargetExtension#setDropCriteria(String)
    Author:
    Vaadin Ltd
    • Constructor Detail

      • VSourceIsTarget

        public VSourceIsTarget()
        Deprecated.
    • Method Detail

      • accept

        protected boolean accept​(VDragEvent drag,
                                 UIDL configuration)
        Deprecated.
        Description copied from class: VAcceptCriterion
        Returns whether a client-side check accepts the drop attempt.
        Specified by:
        accept in class VAcceptCriterion
        Parameters:
        drag - the drag event
        configuration - accept criterion UIDL
        Returns:
        true if a drop attempt is accepted, false otherwise