}
public void onTableRefreshed() {}
});
tableDecorator = new TableDecorator(recurringTable);
tableDecorator.addPaginators();
selectionManager = tableDecorator.addSelectionManager(false);
recurringTable.setWidgetFactory(selectionManager);
tableDecorator.addTableActionsPanel(this, true);
addWidget(tableDecorator, "recurring_table");