Subversion Repositories eFlore/Applications.del

Rev

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

Rev 171 Rev 187
Line 37... Line 37...
37
		htmlTableau.setHTML(1, 1, I18n.getVocabulary().nom());
37
		htmlTableau.setHTML(1, 1, I18n.getVocabulary().nom());
38
		htmlTableau.setHTML(1, 2, I18n.getVocabulary().contributeur());
38
		htmlTableau.setHTML(1, 2, I18n.getVocabulary().contributeur());
39
		htmlTableau.setHTML(1, 3, I18n.getVocabulary().fiabilite());
39
		htmlTableau.setHTML(1, 3, I18n.getVocabulary().fiabilite());
40
		htmlTableau.setHTML(1, 4, I18n.getVocabulary().date());
40
		htmlTableau.setHTML(1, 4, I18n.getVocabulary().date());
41
		htmlTableau.setHTML(1, 5, I18n.getVocabulary().commentaire());
41
		htmlTableau.setHTML(1, 5, I18n.getVocabulary().commentaire());
42
 
-
 
43
	}
42
	}
Line 44... Line 43...
44
	
43
	
45
	public FlexTable getTable() {
44
	public FlexTable getTable() {
46
		return htmlTableau;
45
		return htmlTableau;