Reputation: 1132
Using Vaadin, I have a Form with some TextField, I want handle event based on doubleclick into the textfield (copy text from one to another).
There is no example of such handling.
Is that possible ? and if yes how ?
thx in advance.
Upvotes: 2
Views: 3087
Reputation: 1132
I answer my own question. There is a sample in the vaadin sampler showing how vaadin can handle it
http://demo.vaadin.com/sampler#ClickableLayoutBasic
It shows various Field included TextField reacting to mouse events.
Upvotes: 3