|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Deprecated public interface ECPControlFactory
The ControlFactory provides a
method (createControl(Class, VDomainModelReference)
) for creating a
suitable
control with the known widgets.
Method Summary | ||
---|---|---|
|
createControl(Class<T> controlTypeClass,
VDomainModelReference domainModelReference)
Deprecated. Creates an ECPAbstractControl based on a Class and the VDomainModelReference . |
|
|
createControl(String controlId)
Deprecated. Creates an ECPAbstractControl based on an id. |
|
Set<ECPControlDescription> |
getControlDescriptors()
Deprecated. A copy of all known ECPControlDescription . |
Method Detail |
---|
<T> T createControl(Class<T> controlTypeClass, VDomainModelReference domainModelReference)
ECPAbstractControl
based on a Class
and the VDomainModelReference
.
T
- the type of the control to returncontrolTypeClass
- the type of the control to returndomainModelReference
- 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 return
Set<ECPControlDescription> getControlDescriptors()
ECPControlDescription
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |