Reputation: 23
We have just begun to develop in Vaadin
and are about to start our first project.
The project aims to create an interactive planning board with resources on the horizontal axis and dates on the vertical axis.
The ability to drag and drop bookings for a particular resource is required.
We have seen this component in Smart GWT
, and think that it looks promising:
http://www.smartclient.com/smartgwt/showcase/#databound_timeline_new
Does anyone have tips on similar components for Vaadin
?
Or is it better to build a solution from scratch?
We have made this mockup showing the concept:
Grateful for all sorts of advice!
Upvotes: 1
Views: 1217
Reputation: 4967
This might be doable with standard Vaadin components and Vaadin drag 'n drop. Take a look at the DnD samples in Vaadin Sampler.
Upvotes: 0
Reputation: 4319
Try to see gantt diagram add-on: https://vaadin.com/directory#addon/vaadin-gantt-diagram:vaadin You can see online demo http://vaadin-gantt.bazon.ru/vaadin-gantt-demo/ This add-on is the closest to your needs.
Upvotes: 1