@Deprecated public interface ECPControlFactory
createControl(Class,EObject, VDomainModelReference)) for creating a
suitable
control with the known widgets.| Modifier and Type | Method and Description |
|---|---|
<T> T |
createControl(Class<T> controlTypeClass,
org.eclipse.emf.ecore.EObject domainModel,
VDomainModelReference domainModelReference)
Deprecated.
|
<T> T |
createControl(String controlId)
Deprecated.
Creates an
ECPAbstractControl based on an id. |
Set<ECPControlDescription> |
getControlDescriptors()
Deprecated.
A copy of all known
ECPControlDescription. |
<T> T createControl(Class<T> controlTypeClass, org.eclipse.emf.ecore.EObject domainModel, VDomainModelReference domainModelReference)
T - the type of the control to returncontrolTypeClass - the type of the control to returndomainModel - The domain model object which is the root of the domain model referencedomainModelReference - the VDomainModelReference to use to identify the control<T> T createControl(String controlId)
ECPAbstractControl based on an id.T - the type of the control to returncontrolId - the if of the control to returnSet<ECPControlDescription> getControlDescriptors()
ECPControlDescription.Copyright © 2018. All rights reserved.