});
bindingContext.bindValue(SWTObservables.observeSelection(typeCombo), Observables.observeMapEntry(map, "type"), //$NON-NLS-1$
new UpdateValueStrategy().setAfterConvertValidator(new ComboValidator(Messages.CloudFoundryServicePlanWizardPage_TEXT_SELECT_TYPE)), null);
pageBook = new PageBook(composite, SWT.NONE);
GridDataFactory.fillDefaults().grab(true, true).span(2, 1).applyTo(pageBook);
planGroup = new Group(pageBook, SWT.BORDER);
GridDataFactory.fillDefaults().grab(true, true).applyTo(planGroup);
planGroup.setLayout(new GridLayout());