Subversion Repositories eFlore/Applications.del

Rev

Rev 210 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 210 Rev 449
Line 16... Line 16...
16
	}
16
	}
Line 17... Line 17...
17
 
17
 
18
	protected void loadDetails(Observation observation) {
18
	protected void loadDetails(Observation observation) {
19
		mainPanel.add(new HTML("Observateur:" + observation.getAuteur()));
19
		mainPanel.add(new HTML("Observateur:" + observation.getAuteur()));
20
		mainPanel.add(new HTML("Nom retenu:" + observation.getNomRetenu()));
20
		mainPanel.add(new HTML("Nom retenu:" + observation.getNomRetenu()));
21
		mainPanel.add(new HTML("Date: " + observation.getDate()));
21
		mainPanel.add(new HTML("Date: " + observation.getDateReleve()));
22
		mainPanel.add(new HTML("Famille: " + observation.getFamille()));
22
		mainPanel.add(new HTML("Famille: " + observation.getFamille()));
23
		mainPanel.add(new HTML("Localite " + observation.getLocalite()));
23
		mainPanel.add(new HTML("Localite " + observation.getLocalite()));
Line 24... Line 24...
24
	}
24
	}