Vaadin DragDropLayouts

拖拽式的 Vaadin 布局。(Drag and Drop for Vaadin layouts)

  • Owner: cuba-platform/vaadin-dragdroplayouts
  • Platform: BSD, Cross-platform, Linux, Mac, Windows
  • License::
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

DragDropLayouts

Build Status

Currently when you want to drag and drop between layouts you will have to wrap the source component in a DragAndDropWrapper.
Many times this is adequate but it tends to add some complexity to the code and yet another element in the DOM. It would
be much nicer if the layouts would handle this for you.

To solve this issue I have extended the core layouts and implemented the necessary functionality so the layouts are valid
drag sources and drop targets. This means that in your code you don't have to concern yourself with the drag and drop when
adding components, only enable drag&drop in the layout and you are ready to go!

A running demo can be found here

Supported layouts

  • AbsoluteLayout (DDAbsoluteLayout)
  • HorizontalLayout (DDHorizontalLayout)
  • VerticalLayout (DDVerticalLayout)
  • GridLayout (DDGridLayout)
  • HorizontalSplitPanel (DDHorizontalSplitPanel)
  • VerticalSplitPanel (DDVerticalSplitPanel)
  • TabSheet (DDTabSheet)
  • Accordion (DDAccordion)
  • CssLayout (DDCssLayout)
  • FormLayout (DDFormLayout)
  • Panel (DDPanel)

Versioning

Please see the version table below to decide which version to use in your project:

Vaadin DragDropLayouts
6.x 0.x
7.0.x+ 1.0.x
7.2.x+ 1.1.x
7.6.x+ 1.2.x
7.7.x+ 1.3.x
8.x 1.4.x

Branches

Currently there are two active development streams; one for Framework 7 and another one for Framework 8. Pull-requests that target the Framework 7 stream should be created against the vaadin7 branch. Changes for the Framework 8 version can be created for master as usual. Note that changes that fix an issue in both versions need two PR's respectively.

Main metrics

Overview
Name With Ownercuba-platform/vaadin-dragdroplayouts
Primary LanguageJava
Program languageJava (Language Count: 2)
PlatformBSD, Cross-platform, Linux, Mac, Windows
License:
所有者活动
Created At2015-12-16 07:33:11
Pushed At2019-02-07 13:17:21
Last Commit At2018-06-15 12:46:06
Release Count18
Last Release Name1.3.2.cuba.6 (Posted on )
First Release Name1.0 (Posted on 2013-11-29 09:05:19)
用户参与
Stargazers Count5
Watchers Count21
Fork Count1
Commits Count333
Has Issues Enabled
Issues Count1
Issue Open Count0
Pull Requests Count0
Pull Requests Open Count0
Pull Requests Close Count0
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private