(InscriptionsApp) this.getApplication());
final PersonneDataView personneDataView = new PersonneDataView(
"personneDataView", sortablePersonneDataProvider, this.admin,
this.saison);
this.add(new OrderByBorder("orderByNom", "nom",
sortablePersonneDataProvider)
{
private static final long serialVersionUID = -7955634476726526697L;
@Override
protected void onSortChanged()
{
personneDataView.setCurrentPage(0);
}
});
this.add(new OrderByBorder("orderByPrenom", "prenom",
sortablePersonneDataProvider)
{
private static final long serialVersionUID = 772850649350371916L;
@Override
protected void onSortChanged()
{
personneDataView.setCurrentPage(0);
}
});
this.add(new OrderByBorder("orderByPays", "pays",
sortablePersonneDataProvider)
{
private static final long serialVersionUID = -6487423608611830580L;