protected void onUpdate(AjaxRequestTarget target)
{
target.addComponent(editionLabel);
}
});
table.getColumnModel().addColumn(new SelfUpdateColumn(2, Duration.seconds(5)));
table.setAutoCreateRowSorter(true);
DefaultListSelectionModel sm = new DefaultListSelectionModel();
table.setSelectionModel(sm);
}