parttio / dragdroplayouts

Drag and Drop for Vaadin layouts
7 stars 23 forks source link

Add V7 Compatibility Layouts #76

Closed anssit closed 7 years ago

anssit commented 7 years ago

Add dragdroplayouts that extend com.vaadin.v7.HorizontalLayout and com.vaadin.v7.VerticalLayout under new package fi.jasoft.dragdroplayouts.v7.

The added dd layouts are just copies of their Vaadin 8 counterparts, but they extend the compatibility layouts instead of the Vaadin 8 layouts.

Demo application updated to include the added dd layouts.

anssit commented 7 years ago

@johndevs @mstahv Please take a look. Vaadin FW 8 adds HL and VL to compatibility package and we need DD layouts to support them. Hence this PR.