Subversion Repositories eFlore/Applications.del

Rev

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

Rev 210 Rev 220
Line 88... Line 88...
88
			 */
88
			 */
89
			vue.tableauPropositions.setText(i, 1, String.valueOf(proposition.getCommentaires().size()));
89
			vue.tableauPropositions.setText(i, 1, String.valueOf(proposition.getCommentaires().size()));
90
			vue.tableauPropositions.setText(i, 2, proposition.getEspece());
90
			vue.tableauPropositions.setText(i, 2, proposition.getEspece());
91
		}
91
		}
Line 92... Line 92...
92
 
92
 
93
		handleEvents();
93
		gererEvenements();
94
		// vue.propositions.setText(ch);
94
		// vue.propositions.setText(ch);
Line 95... Line 95...
95
	}
95
	}
96
 
96
 
97
	public void go(HasWidgets composite) {
97
	public void go(HasWidgets composite) {
Line 98... Line 98...
98
		composite.add(this.getVue());
98
		composite.add(this.getVue());
99
	}
99
	}
100
 
100
 
Line 101... Line 101...
101
	protected void handleEvents() {
101
	protected void gererEvenements() {
102
		ObservationVue vue = (ObservationVue) this.getVue();
102
		ObservationVue vue = (ObservationVue) this.getVue();