TextBox.setReadOnly(boolean readOnly) may be what you're looking for. You can set or unset this on any event you choose.
On Nov 14, 1:16 am, Schimki86 <[EMAIL PROTECTED]> wrote: > Is it possible to forbid editing a TextBox with mouse (context menu on right > click --> insert) or is the only way to use onChange listener to ckeck the > field's text after editing for that what I want? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
