com.vaadin.client.extensions.

Class FileDropTargetConnector

    • Constructor Detail

      • FileDropTargetConnector

        public FileDropTargetConnector()

        Constructs file drop target connector.

    • Method Detail

      • onDrop

        protected void onDrop​(elemental.events.Event event)

        Description copied from class: DropTargetExtensionConnector

        Event handler for the drop event.

        Override this method in case custom handling for the drop event is required. If the drop is allowed, the event should prevent default.

        Overrides:

        onDrop in class DropTargetExtensionConnector

        Parameters:

        event - browser event to be handled