Examples of ChooseClassAndPropertiesConfiguration


Examples of org.eclipse.wb.internal.core.databinding.ui.editor.contentproviders.ChooseClassAndPropertiesConfiguration

      }
      //
      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) {
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.