}
private void bindHistoricalStatisticsWithCurrentTemplate() {
OrderElementHistoricalStatisticsComponent c = (OrderElementHistoricalStatisticsComponent) editWindow
.getFellow("historicalStatistics");
c.useModel(model);
}
public boolean isTemplateTreeDisabled() {
return model.isTemplateTreeDisabled();
}