Combobox remote in gwt - combobox remoto en gwt

COMBOBOX - remote sample config.txt
Combobox remote in gwt 

ListGridField citiesCountryField = cityListGrid.getField("countryID");
citiesCountryField.setAutoFetchDisplayMap(true);
citiesCountryField.setDisplayField("countryName");
citiesCountryField.setValueField("countryID");
citiesCountryField.setOptionDataSource(CountryDS.getInstance());

combobox remoto en gwt

Comments

Popular posts from this blog

how to access the DOM gwt smartclient

smart gwt allow only numbers in textfield