Closed anssit closed 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.
@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.
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.