Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

com.allen-sauer.gwt.dnd:gwt-dnd

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

com.allen-sauer.gwt.dnd:gwt-dnd

Library providing easy to use drag-and-drop capabilities to Google Web Toolkit (GWT) projects.

  • 3.3.4
  • Source
  • Maven
  • Socket score

Version published
Maintainers
1
Source

Summary

Library providing easy to use mouse or touch (for mobile devices) based drag-and-drop capabilities to Google Web Toolkit (GWT) projects.

Questions?

If you have questions, please post them on http://groups.google.com/group/gwt-dnd and I (or someone else) will try to answer them as best as possible. Using the forum means that others can benefit from any answers and feedback you get. It is always the fastest way to get an answer to a new question.

Is your project using drag and drop?

I'd like to know if you're using gwt-dnd on your project, and how useful (or not) this library is to you. You can send me an email at fredsa@gmail.com.

Getting started with your own drag-and-drop projects

Read the wiki here: https://github.com/fredsa/gwt-dnd/wiki/GettingStarted

Working examples

Try the working demo:

Features

  • Drag-and-Drop - classic drag/drop operations for your existing widgets and panels
  • Drag-and-Move - allows user to rearrange widgets within a Panel
  • Non-invasive - No need to extend or implement special library classes or interfaces; just use your existing widgets and panels
    • Any Widget that implements SourcesMouseEvents is draggable. For today's version of GWT that means FocusPanel, HTML, Image and Label are immediately draggable. Listening for mouse events on other widgets is relatively straight forward.
    • Any Panel can become a drop target. If you need absolute positioning on the drop target, use AbsolutePanel.
  • Quirks mode and Strict mode fully support
  • Inline and Block elements are supported for dragging and as drop targets
  • AbsolutePanel, IndexedPanel, FlowPanel and FlexTable drop targets
  • Drag Handles - grab hold of small part of a larger widget
  • Drag Proxies - Leave the original widget in place while you drag a proxy widget around
  • Veto Capability - Prevent certain operations from happening, causing the draggable to snap back to its original location
  • EventListener for drag-and-drop events via DragHandler interface
  • Many examples with source code

OOTB (Out of the Box) provided drag-and-drop or drag-and-move behaviors

DropControllerDescriptionExample Use
AbsolutePositionDropControllerDrag-and-Move widgets around an AbsolutePanel.Moving drawing elements around on a flow chart.
AbstractDropControllerCreate your own controllers from this base class.Anything you can dream up.
BoundaryDropControllerAll drag operations are ultimately constrained by a panel you specify. By default this panel is RootPanel.get() which means you can drag widgets over the entire page.For use as part of the gwt-dnd implementation.
FlexTableRowDropControllerRearrange rows in a FlexTable.Users rearrange results of a query.
FlowPanelDropControllerDrop controller for instances of FlowPanel.Moving elements around in flowed text.
HorizontalPanelDropControllerDrop controller for instances of HorizontalPanel.Moving widgets in a horizontal list.
GridConstrainedDropControllerSimilar to AbsolutePositionDropController, but constrains the position of the draggable widgets to a specified grid.Allows for 'snap to grid' functionality.
SimpleDropControllerFor simple drop targets which allows a widget to be dropped on them.A trash can icon.
VerticalPanelDropControllerDrop controller for instances of VerticalPanel.Moving widgets in a vertical list.

Feedback

Please let me know what you think. Suggestions are always welcome.

Other GWT projects by the same author

ProjectDescription
gwt-voicesProvides sound support for your GWT applications.
gwt-logProvides logging support for your GWT applications.

FAQs

Package last updated on 13 May 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc