Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 268 Rev 280
Line 32... Line 32...
32
	
32
	
33
	public RechercheLibreVue(ObservationMediateur om) {
33
	public RechercheLibreVue(ObservationMediateur om) {
34
		super(titrePanneau);
34
		super(titrePanneau);
35
		oMediateur = om;
35
		oMediateur = om;
-
 
36
		champRecherche = new TextField();
36
		champRecherche = new TextField();
37
		champRecherche.setWidth("90%");
Line 37... Line 38...
37
		boutonRechercher = new Button("Rechercher");
38
		boutonRechercher = new Button("Rechercher");
Line 38... Line 39...
38
		
39