posted 8 years ago
Hi All,
I am new to GWT. Can anyone please let me know which event will trigger when value of TextItem changes. The new value is NOT directly set by user on that TextItem but indirectly set by some other value.
Also please note that TextItem is "readOnly" (Cannot be edited by user through keyboard)
I have tried onChanged() and onChange() event already but it did not workout.
Regards,
Jay Shukla