@Deprecated public final class ECPControlDescription extends Object
| Constructor and Description |
|---|
ECPControlDescription(String id,
Class<? extends ECPAbstractControl> controlClass,
boolean showLabel,
Set<ECPApplicableTester> tester)
Deprecated.
The constructor of the ControlDescription.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends ECPAbstractControl> |
getControlClass()
Deprecated.
The class implementing the Control.
|
String |
getId()
Deprecated.
The id of this control.
|
Set<ECPApplicableTester> |
getTester()
Deprecated.
The tester for this control.
|
boolean |
isShowLabel()
Deprecated.
Whether to show a label for this control or not.
|
public ECPControlDescription(String id, Class<? extends ECPAbstractControl> controlClass, boolean showLabel, Set<ECPApplicableTester> tester)
controlClass - the class implementing the controlshowLabel - whether to show a label for this control or nottester - the class testing whether the control is applicable for the current feature of the current eobjectid - the id of the control that is being describedpublic String getId()
public Class<? extends ECPAbstractControl> getControlClass()
ECPAbstractControl.public boolean isShowLabel()
public Set<ECPApplicableTester> getTester()
ECPApplicableTester implementationCopyright © 2016. All rights reserved.