If it extends Window, you could override mouseDown() (components don't need to register for mouse listeners on themselves).
On Mar 7, 2011, at 3:04 PM, lello wrote: > The problem I am facing is that when you have any value which is not valid > you can still select a row of the table with the mouse and trigger a store() > method. This shouldn't be allowed whether or not strictValidation() is true > or false, since it returns an exception in any case. I should overwrite some > MouseListener in my custom TableRowEditor, but I can't find any. > Any suggestion? > > -- > View this message in context: > http://apache-pivot-users.399431.n3.nabble.com/TextInput-and-Validator-issues-tp2641141p2647704.html > Sent from the Apache Pivot - Users mailing list archive at Nabble.com.
