Re: gwt-incubator DropDownListBox widget: How to clear DropDownListBox

2010-02-11 Thread bestey
I've got the same problem. There is an issue here that you can track: http://code.google.com/p/google-web-toolkit-incubator/issues/detail?id=332start=100 Did you find a workaround? On Jan 13, 2:26 pm, Nick nix...@gmail.com wrote: Hello, How can I clear the DropDownListBox to add different

MVP hierarchy

2010-02-08 Thread bestey
I have a couple questions about the best way to organize my code when it comes to nested data. For instance, let's I have a Contact class, to use the common example, which has a name, an email address and a phone number. Now to edit this, I can make a ContactEditor, which will have a

SuggestBox and HasBlurHandlers

2010-02-08 Thread bestey
Just wondering if there is an easy way to know when focus is lost from a SuggestBox? It doesn't implement HasFocusHandlers and HasBlurHandlers but it does have HasFocus! Any advice would be appreciated. Thanks, Brian -- You received this message because you are subscribed to the Google Groups