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, 1 month ago
need listener for twin column select
How van implement a listener on a twin column select when moving values from one column to the other?
What listener do I need to implement?
Last updated on May, 9th 2012
yusuf nazir: How van implement a listener on a twin column select when moving values from one column to the other?
What listener do I need to implement?
Set your TwinColSelect immediate by saying:
select.setImmediate(true);
And add a com.vaadin.data.Property.ValueChangeListener to the select.
Last updated on May, 9th 2012
You cannot reply to this thread.