Hello !!!

I am creating dynamic ComboBox with bilioteca gwt-ext,
in some cases need to fill the data again
ComboBox. How to do it if I have only the name of the ComboBox?

Example:

 for (int x=0;x<= ncombobox.length();x++) {

       ComboBox cb = new ComboBox();
       cb.setFieldLabel(ncombobox[x][1]);
       cb.setDisplayField(ncombobox[x][2]);

   }

  cb.setstore( ) ??????

   How to fill the combobox if I have only the name of the combobox?

tks.

Carlos

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to