Interface ECPControlFactory

    • Method Detail

      • createControl

        <T> T createControl​(java.lang.Class<T> controlTypeClass,
                            org.eclipse.emf.ecore.EObject domainModel,
                            VDomainModelReference domainModelReference)
        Deprecated.
        Creates an ECPAbstractControl based on a Class and the VDomainModelReference.
        Type Parameters:
        T - the type of the control to return
        Parameters:
        controlTypeClass - the type of the control to return
        domainModel - The domain model object which is the root of the domain model reference
        domainModelReference - the VDomainModelReference to use to identify the control
        Returns:
        the found control or null
        Since:
        1.6
      • createControl

        <T> T createControl​(java.lang.String controlId)
        Deprecated.
        Creates an ECPAbstractControl based on an id.
        Type Parameters:
        T - the type of the control to return
        Parameters:
        controlId - the if of the control to return
        Returns:
        the found control or null
        Since:
        1.1