Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

TUTORIALVaadin lets you build secure, UX-first PWAs entirely in Java.
Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Calling javascript synchronously by Enver Haase, 2 weeks ago
About Vaadin Calendar
Dear Sir
When I use vaadin calendar,Ifound something different.
import com.vaadin.ui.Calendar <==== A
import com.vaadin.addon.calendar.ui.Calendar <====B
A and B where different ? and I should which one ???
Thank you so much...
Last updated on
Use com.vaadin.ui.Calendar, which has been in the core framework since 7.1. Calendar used to be an addon that's why there's this com.vaadin.addon.calendar.ui.Calendar package. You might have something old in the project dependencies, if you have Calendar add-on jar available.
Last updated on
You cannot reply to this thread.