}
//
providers.add(new ConverterUiContentProvider(m_configuration, this));
//
if (m_parentBinding != null && listener == EmptyPageListener.INSTANCE) {
ChooseClassAndPropertiesConfiguration configuration =
new ChooseClassAndPropertiesConfiguration();
configuration.setBaseClassName("com.extjs.gxt.ui.client.data.ModelData");
configuration.setValueScope("beans");
configuration.setDialogFieldLabel("Model:");
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) {