Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 1292 Rev 2627
Line 1... Line 1...
1
package org.tela_botanica.client.vues.observation.indicateurs;
1
package org.tela_botanica.client.vues.observation.indicateurs;
Line -... Line 2...
-
 
2
 
2
 
3
import org.tela_botanica.client.i18n.Msg;
3
import org.tela_botanica.client.interfaces.Rafraichissable;
4
import org.tela_botanica.client.interfaces.Rafraichissable;
Line 4... Line 5...
4
import org.tela_botanica.client.observation.ObservationMediateur;
5
import org.tela_botanica.client.observation.ObservationMediateur;
5
 
6
 
Line 17... Line 18...
17
 * 
18
 * 
18
 */
19
 */
19
public class InformationRepartitionVue extends Panel implements Rafraichissable {
20
public class InformationRepartitionVue extends Panel implements Rafraichissable {
Line 20... Line 21...
20
 
21
 
21
	/**
-
 
22
	 * Le médiateur associé
-
 
23
	 */
-
 
24
	
-
 
25
	private ObservationMediateur observationMediateur = null;
-
 
26
	
-
 
27
	
-
 
28
	/**
22
	/**
29
	 * l'image à afficher
23
	 * l'image à afficher
30
	 */
24
	 */
Line 31... Line 25...
31
	private Image image = new Image();
25
	private Image image = new Image();
Line 32... Line 26...
32
	
26
	
33
	private String urlImage = "" ;
-
 
34
	
-
 
35
	private ToolTip tp = new ToolTip("<div class=\"x-tooltip-help\"> Double cliquez pour agrandir l'image </div>") ;
-
 
Line -... Line 27...
-
 
27
	private String urlImage = "" ;
-
 
28
	
36
	
29
	private ToolTip tp = new ToolTip("<div class=\"x-tooltip-help\"> " + Msg.get("double-clic-agrandir") + " </div>") ;
37
	com.gwtext.client.widgets.Window imgZoom = new com.gwtext.client.widgets.Window("Agrandissement") ;
30
	
38
    
31
	com.gwtext.client.widgets.Window imgZoom = new com.gwtext.client.widgets.Window(Msg.get("agrandissement")) ;
Line 39... Line 32...
39
	
32
   
Line 52... Line 45...
52
	 */
45
	 */
Line 53... Line 46...
53
	
46
	
Line 54... Line -...
54
	
-
 
55
	public InformationRepartitionVue(ObservationMediateur obs) {
-
 
56
		
-
 
57
			
47
	
58
		this.observationMediateur = obs;
48
	public InformationRepartitionVue(ObservationMediateur obs) {
Line 59... Line 49...
59
		
49
		
60
		imgZoom.setCloseAction(com.gwtext.client.widgets.Window.HIDE) ;
50
		imgZoom.setCloseAction(com.gwtext.client.widgets.Window.HIDE) ;
Line 191... Line 181...
191
				nouvelleTailleY);
181
				nouvelleTailleY);
Line 192... Line 182...
192
		
182
		
193
		doLayout();
183
		doLayout();
Line 194... Line -...
194
	}
-
 
195
 
-
 
196
 
184
	}
197
	
185
 
198
	/**
186
	/**
199
	 * Ajoute les listeners pour la gestions d'évènement
187
	 * Ajoute les listeners pour la gestions d'évènement
Line 200... Line 188...
200
	 */
188
	 */
201
	public void ajouterListeners() {
189
	public void ajouterListeners() {
202
		
190
		
203
	}
191
	}
204
	
192
 
Line 205... Line 193...
205
	public void raz() {
193
	public void raz() {