@Override
public void configure(IntegrationEntityPage page) {
TransformationPage tfPage = (TransformationPage) page;
tfPage.setView(impl.getView());
refreshAction = new RefreshTransformationAction(tfPage);
searchAction = new TreeMapperSearchAction(tfPage);
installPageActions(tfPage);
setAdditionalPopupMenuActions(tfPage);
addAdditionalToolbarButtons(tfPage);
installController(tfPage);