}
}));
add(new ImportationIgnoredLinesPanel("ignoredLines", importationPuces
.getIgnoredLines()));
add(new ImportationPucesLineDataViewPanel("errorLinesDataView",
importationPuces.getLinesNonImportes(), false, true)
{
private static final long serialVersionUID = 1L;
@Override
protected void onClickVoirErreurs(
ImportationPucesLine importationPucesLine)
{
setResponsePage(new ImportationErreurPage(importationPucesLine,
getPage()));
}
});
add(new ImportationPucesLineDataViewPanel("linesDataView",
importationPuces
.getLinesByStatus(ImportationLineStatus.IMPORTE),
false, true)
{
private static final long serialVersionUID = 1L;