Subversion Repositories eFlore/Applications.coel

Rev

Rev 471 | Rev 602 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 471 Rev 534
Line 11... Line 11...
11
import java.util.Set;
11
import java.util.Set;
12
import java.util.TreeSet;
12
import java.util.TreeSet;
Line 13... Line 13...
13
 
13
 
Line -... Line 14...
-
 
14
import org.tela_botanica.client.util.UtilArray;
14
import org.tela_botanica.client.util.UtilArray;
15
 
15
 
16
import com.extjs.gxt.ui.client.core.FastMap;
Line 16... Line 17...
16
import com.extjs.gxt.ui.client.data.BaseModelData;
17
import com.extjs.gxt.ui.client.data.BaseModelData;
17
import com.google.gwt.http.client.URL;
18
import com.google.gwt.http.client.URL;
Line 354... Line 355...
354
	 * */
355
	 * */
355
	public String obtenirChaineJSON() {
356
	public String obtenirChaineJSON() {
Line 356... Line 357...
356
		
357
		
Line 357... Line 358...
357
		String chaineJSON = "";
358
		String chaineJSON = "";
358
		
359
		
359
		HashMap hmProperties = (HashMap) getProperties();
360
		FastMap hmProperties = (FastMap) getProperties();
Line 360... Line 361...
360
		Collection<String> keys = hmProperties.keySet();
361
		Collection<String> keys = hmProperties.keySet();
361
		Iterator<String> it = keys.iterator();
362
		Iterator<String> it = keys.iterator();