Vaadin DragDropLayouts

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

  • 所有者: cuba-platform/vaadin-dragdroplayouts
  • 平台: BSD, Cross-platform, Linux, Mac, Windows
  • 许可证:
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

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.

主要指标

概览
名称与所有者cuba-platform/vaadin-dragdroplayouts
主编程语言Java
编程语言Java (语言数: 2)
平台BSD, Cross-platform, Linux, Mac, Windows
许可证
所有者活动
创建于2015-12-16 07:33:11
推送于2019-02-07 13:17:21
最后一次提交2018-06-15 12:46:06
发布数18
最新版本名称1.3.2.cuba.6 (发布于 )
第一版名称1.0 (发布于 2013-11-29 09:05:19)
用户参与
星数5
关注者数21
派生数1
提交数333
已启用问题?
问题数1
打开的问题数0
拉请求数0
打开的拉请求数0
关闭的拉请求数0
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?