I have a TextArea widget and I need to be able to discern when the user pastes text in it from the clipboard (instead of typing at the keyboard). I would like to be able to block the paste action, get the text to be pasted and simulate that the user has typed at the keyboard that text (i.e. I would like to simulate KeyPressEvents because I have already in place a KeyPressHandler that does the processing I need ). Any idea? Thanks.
-- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
