com.vaadin.client.ui.dd.

Interface VDragEventServerCallback

    • Method Summary

      All Methods
      Modifier and Type Method Description
      void handleResponse​(boolean accepted, UIDL response)

      Deprecated.

      Handle the server response for drag and drop.

    • Method Detail

      • handleResponse

        void handleResponse​(boolean accepted,
                            UIDL response)
        Deprecated.

        Handle the server response for drag and drop.

        Parameters:

        accepted - true if the target accepts the transferable

        response - DnD data within the server response