com.vaadin.client.ui.dd.

Class VTargetDetailIs

  • Deprecated. 

    Replaced in 8.1 with DropTargetExtension#setDropCriteria(String)


    @Deprecated
    public final class VTargetDetailIs
    extends VAcceptCriterion

    Author:

    Vaadin Ltd

    • Constructor Detail

      • VTargetDetailIs

        public VTargetDetailIs()

        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