options.add(interestingSort);
linkMap.put("interesting", interestingSort);
final Anchor commentSort = new Anchor("Active");
commentSort.setTitle("Sorted by last comment date");
commentSort.addStyleName(StaticResourceBundle.INSTANCE.coreCss().sortOption());
options.add(commentSort);
linkMap.put("commentdate", commentSort);
EventBus.getInstance().addObserver(UpdatedHistoryParametersEvent.class,
new Observer<UpdatedHistoryParametersEvent>()