Subversion Repositories eFlore/Applications.del

Rev

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

Rev 140 Rev 144
Line 1... Line 1...
1
package org.tela_botanica.del.client.vues.plateformedetermination.vote.barrerepartition;
1
package org.tela_botanica.del.client.vues.plateformedetermination.vote.barrerepartition;
Line -... Line 2...
-
 
2
 
2
 
3
import java.util.ArrayList;
Line 3... Line 4...
3
import java.util.List;
4
import java.util.List;
4
 
5
 
5
import org.tela_botanica.del.client.cache.CacheClient;
6
import org.tela_botanica.del.client.cache.CacheClient;
Line 21... Line 22...
21
		container.add(vue);
22
		container.add(vue);
22
		afficherVotes();
23
		afficherVotes();
23
	}
24
	}
Line 24... Line 25...
24
 
25
 
-
 
26
	private void afficherVotes() {
25
	private void afficherVotes() {
27
		String nomTaxon = "Acer monsp. L.";
26
		vue.afficherVotes(70);
28
		vue.afficherVotes(70, nomTaxon);
Line 27... Line 29...
27
	}
29
	}
28
	
30
	
29
	public BarreRepartitionVoteVue getBarreRepartitionVoteVue() {
31
	public BarreRepartitionVoteVue getBarreRepartitionVoteVue() {