configuration.setDialogFieldEnabled(false);
configuration.setPropertiesLabel("Model property:");
configuration.setLoadedPropertiesCheckedStrategy(LoadedPropertiesCheckedStrategy.None);
configuration.setPropertiesErrorMessage("Choose model property.");
//
providers.add(new ChooseClassAndPropertiesUiContentProvider(configuration,
provider.getBeansContainer().getBeanSupport()) {
public void updateFromObject() throws Exception {
if (m_modelProperty == null) {
BeanObserveInfo model = getLocalModel();
if (model == null) {