com.vaadin.shared.ui.dnd.

Class DropTargetState

    • Field Detail

      • dropEffect

        public DropEffect dropEffect

        DataTransfer.dropEffect parameter for the drag event.

      • criteriaScript

        public String criteriaScript

        Criteria script to allow drop event on the element.

      • criteria

        public List<Criterion> criteria

        List of criteria to compare against the payload.

      • criteriaMatch

        public Criterion.Match criteriaMatch

        Declares whether any or all of the given criteria should match the payload.

    • Constructor Detail

      • DropTargetState

        public DropTargetState()