Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 54 Rev 84
Line 67... Line 67...
67
		if (nouvelleDonnees instanceof String) {
67
		if (nouvelleDonnees instanceof String) {
Line 68... Line 68...
68
			
68
			
Line 69... Line 69...
69
			String urlImage=(String) nouvelleDonnees;
69
			String urlImage=(String) nouvelleDonnees;
70
			
70
			
71
			if (urlImage.length()==0) {
71
			if (urlImage.length()==0) {
72
				image.setUrl("");
72
				raz() ;
73
			}
73
			}
74
			else {
74
			else {
75
				image.setUrl(urlImage);
75
				image.setUrl(urlImage);
-
 
76
			}
-
 
77
		}
Line 76... Line 78...
76
			}
78
		
Line 77... Line 79...
77
		}
79
		observationMediateur.deMasquerChargementInfosObservations() ;
Line 84... Line 86...
84
	 */
86
	 */
85
	public void ajouterListeners() {
87
	public void ajouterListeners() {
Line 86... Line 88...
86
		
88
		
Line -... Line 89...
-
 
89
	}
-
 
90
	
-
 
91
	public void raz() {
-
 
92
		image.setUrl("");
Line 87... Line 93...
87
	}
93
	}