Subversion Repositories eFlore/Applications.del

Rev

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

Rev 379 Rev 387
Line 23... Line 23...
23
 
23
 
Line 24... Line 24...
24
public class MoteurRechercheImagePresenteur {
24
public class MoteurRechercheImagePresenteur {
Line 25... Line 25...
25
 
25
 
26
	public interface Vue extends IsWidget {
-
 
27
 
26
	public interface Vue extends IsWidget {
28
		public abstract void ajouterProtocole(String protocole);
-
 
29
 
27
 
30
		public abstract void selectionnerProtocole(int index);
-
 
31
 
28
		public void ajouterProtocole(String protocole);
32
		public abstract HasChangeHandlers getListeProtocoles();
-
 
33
 
29
		public void selectionnerProtocole(int index);
34
		public abstract HasWidgets getZoneResultats();
-
 
35
 
30
		public HasChangeHandlers getListeProtocoles();
36
		public abstract HasWidgets getZoneRecherche();
31
		public HasWidgets getZoneResultats();
Line 37... Line 32...
37
 
32
		public HasWidgets getZoneRecherche();
Line 38... Line 33...
38
		public abstract String getNomProtocolSelectionne();
33
		public String getNomProtocolSelectionne();