Subversion Repositories eFlore/Applications.del

Rev

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

Rev 364 Rev 405
Line 31... Line 31...
31
	ListBox listeProtocoles;
31
	ListBox listeProtocoles;
Line 32... Line 32...
32
 
32
 
33
	// Constructeur
33
	// Constructeur
34
	public MoteurRechercheImageVue() {
34
	public MoteurRechercheImageVue() {
35
		initWidget(uiBinder.createAndBindUi(this));
-
 
36
		this.ajouterProtocole(I18n.getVocabulary().choisirProtocole());
35
		initWidget(uiBinder.createAndBindUi(this));
Line 37... Line 36...
37
	}
36
	}
38
 
37
 
39
	public Panel getPanneauChargement() {
38
	public Panel getPanneauChargement() {
Line 72... Line 71...
72
 
71
 
73
	@Override
72
	@Override
74
	public String getNomProtocolSelectionne() {
73
	public String getNomProtocolSelectionne() {
75
		return listeProtocoles.getValue(listeProtocoles.getSelectedIndex());
74
		return listeProtocoles.getValue(listeProtocoles.getSelectedIndex());
-
 
75
	}
-
 
76
	
-
 
77
	@Override
-
 
78
	public int getIdProtocolSelectionne() {
-
 
79
		return listeProtocoles.getSelectedIndex();
76
	}
80
	}