Thanks I'll have a try but what if I wanted to design a widget of my own ( let's say for another purpose )
Patrick ----- Original Message ----- From: Jens To: [email protected] Cc: Metronome & Basic Sent: Friday, March 25, 2011 2:29 PM Subject: Re: Editor compatible widget Use ValueListBox<T> instead of ListBox. ValueListBox has methods setValue(T value) and T getValue() and it can be used as editor. So you probably won't need your custom ListBox anymore. ------------------------------------------------------------------------------ Aucun virus trouvé dans ce message. Analyse effectuée par AVG - www.avg.fr Version: 10.0.1204 / Base de données virale: 1498/3527 - Date: 24/03/2011 -- 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.
