Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1762 Rev 1789
Line 63... Line 63...
63
	public CollectionListeVue(Mediateur mediateurCourant) {
63
	public CollectionListeVue(Mediateur mediateurCourant) {
64
		mediateur = mediateurCourant;
64
		mediateur = mediateurCourant;
65
		i18nC = Mediateur.i18nC;
65
		i18nC = Mediateur.i18nC;
Line 66... Line 66...
66
		
66
		
67
		setLayout(new FitLayout());
67
		setLayout(new FitLayout());
Line 68... Line 68...
68
		setHeadingHtml(i18nC.collectionListeTitre());
68
		setHeaderVisible(false);
69
		
69
		
70
		ToolBar toolBar = new ToolBar();
70
		ToolBar toolBar = new ToolBar();
71
		ajouter = new Button(i18nC.ajouter());
71
		ajouter = new Button(i18nC.ajouter());