Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1680 Rev 1687
Line 180... Line 180...
180
		add(grille);
180
		add(grille);
Line 181... Line 181...
181
		
181
		
182
		CommentaireListe commentaireListe = new CommentaireListe();
182
		CommentaireListe commentaireListe = new CommentaireListe();
183
		champFiltreRecherche = new ChampFiltreRecherche(mediateur, toolBar, commentaireListe);
183
		champFiltreRecherche = new ChampFiltreRecherche(mediateur, toolBar, commentaireListe);
184
		// Définition de la barre de pagination
184
		// Définition de la barre de pagination
185
		pagination = new BarrePaginationVue(commentaireListe, mediateur);
185
		pagination = new BarrePaginationVue(commentaireListe, mediateur, champFiltreRecherche);
186
		setBottomComponent(pagination);
186
		setBottomComponent(pagination);
Line 187... Line 187...
187
	}
187
	}
188
	
188
	
Line 344... Line 344...
344
		}
344
		}
345
		layout(true);
345
		layout(true);
346
		*/
346
		*/
347
		mediateur.clicMenu(MenuApplicationId.COMMENTAIRE);
347
		mediateur.clicMenu(MenuApplicationId.COMMENTAIRE);
348
	}
348
	}
349
}
-
 
350
349
}
-
 
350