We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.shared.ui.dnd.
Package com.vaadin.shared.ui.dnd
-
Interface Summary Interface Description DragSourceRpc RPC for firing server side event when client side dragstart event happens on drag source.
DropTargetRpc RPC for firing server side drop event when client side drop event happens on drop target.
FileDropTargetClientRpc RPC for sending the upload URLs to the client for uploading files.
FileDropTargetRpc RPC for requesting upload URLs for files dropped on the file drop target.
-
Class Summary Class Description DragSourceState State class containing parameters for DragSourceExtension.
DropTargetState State class containing parameters for DropTargetExtension.
FileDropTargetState State class containing parameters for FileDropTarget.
FileParameters Contains parameters of a file.
-
Enum Summary Enum Description DropEffect Used to specify the drop effect to use on dragenter or dragover events.
EffectAllowed Used to specify the effect that is allowed for a drag operation.