Max
unread,Mar 23, 2012, 8:58:17 AM3/23/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-we...@googlegroups.com
Hi there !
Have a simple GWT's TextBox, using getText() and setText() manipulations via Observers.
Have one onClick event, and try to fetch some values from 2 Observers (simply modifying TextBox with Observer's internal setText(), getText() ), but unsuccessful, TextBox keeps it's old values.
I could notify updated TextBox's values inside the Observer, but how to deliver these TextBox's updated values via onClick event ?
Is there any specific use of Observer pattern in GWT ?
How to link several Observers on one event ?
Thank you all for useful feedback ! :)