* Required implementation of the constructor for the DetailsView.
*/
@Override
public SluggishnessDetailView createDetailsView(Container container,
MainTimeLine timeLine) {
return new SluggishnessDetailView(container, this,
getModel().getDataDispatcher().getUiEventDispatcher(), resources);
}