Subversion Repositories eFlore/Applications.del

Rev

Rev 1282 | Rev 1393 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1282 Rev 1342
Line 81... Line 81...
81
		
81
		
Line 82... Line 82...
82
		public void activerLiens();
82
		public void activerLiens();
Line 83... Line 83...
83
		
83
		
Line 84... Line 84...
84
		public void activerLienAuteur();
84
		public void activerLienAuteur();
85
		
85
		
Line 86... Line 86...
86
		public HasClickHandlers getLienIdentiplante();
86
		public void setLienIdentiplante(String id);
Line 256... Line 256...
256
					History.fireCurrentHistoryState();
256
					History.fireCurrentHistoryState();
257
				}
257
				}
258
			});
258
			});
Line 259... Line 259...
259
	
259
	
260
			final Observation monobservation = this.observation;
260
			final Observation monobservation = this.observation;
261
			vue.getLienIdentiplante().addClickHandler(new ClickHandler() {
-
 
262
				
-
 
263
				@Override
-
 
264
				public void onClick(ClickEvent event) {
-
 
265
					CacheClient.getInstance().setObservationCourante(monobservation);
-
 
266
					BusEvenementiel.getInstance().fireEvent(new EvenementValidation(monobservation));
-
 
267
				}
-
 
268
			});
-
 
269
			
261
			vue.setLienIdentiplante(this.observation.getId());
Line 270... Line 262...
270
			vue.activerLiens();
262
			vue.activerLiens();
271
			
263
			
272
			if(observation.getIdAuteur().equals("0")) {
264
			if(observation.getIdAuteur().equals("0")) {