lines, ImportationDonneesTerrainLineService.class);
final ImportationDonneesTerrainLineDataView linesDataView = new ImportationDonneesTerrainLineDataView(
"linesDataView", dataProvider, 100,
ImportationDonneesTerrainLineService.class);
this.add(new OrderByBorder("orderByPrenom", "prenom", dataProvider));
this.add(new OrderByBorder("orderByNom", "nom", dataProvider));
this.add(new OrderByBorder("orderByDateNaissance", "dateNaissance",
dataProvider));
this.add(new OrderByBorder("orderByPlaque", "plaque", dataProvider));
this.add(new OrderByBorder("orderByCategorie", "categorie",
dataProvider));
this.add(linesDataView);
this.add(new PagingNavigator("navigator", linesDataView));