public interface EEFWidgetDescription extends EEFControlDescription
The following features are supported:
EefPackage.getEEFWidgetDescription()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getHelpExpression()
Returns the value of the 'Help Expression' attribute.
|
java.lang.String |
getIsEnabledExpression()
Returns the value of the 'Is Enabled Expression' attribute.
|
java.lang.String |
getLabelExpression()
Returns the value of the 'Label Expression' attribute.
|
org.eclipse.emf.common.util.EList<EEFPropertyValidationRuleDescription> |
getPropertyValidationRules()
Returns the value of the 'Property Validation Rules' reference list.
|
void |
setHelpExpression(java.lang.String value)
Sets the value of the ' Help Expression '
attribute.
|
void |
setIsEnabledExpression(java.lang.String value)
Sets the value of the ' Is Enabled Expression ' attribute.
|
void |
setLabelExpression(java.lang.String value)
Sets the value of the ' Label Expression '
attribute.
|
getIdentifier, setIdentifier
java.lang.String getLabelExpression()
setLabelExpression(String)
,
EefPackage.getEEFWidgetDescription_LabelExpression()
void setLabelExpression(java.lang.String value)
Label Expression
'
attribute. value
- the new value of the 'Label Expression' attribute.getLabelExpression()
java.lang.String getHelpExpression()
setHelpExpression(String)
,
EefPackage.getEEFWidgetDescription_HelpExpression()
void setHelpExpression(java.lang.String value)
Help Expression
'
attribute. value
- the new value of the 'Help Expression' attribute.getHelpExpression()
java.lang.String getIsEnabledExpression()
setIsEnabledExpression(String)
,
EefPackage.getEEFWidgetDescription_IsEnabledExpression()
void setIsEnabledExpression(java.lang.String value)
Is Enabled Expression
' attribute. value
- the new value of the 'Is Enabled Expression' attribute.getIsEnabledExpression()
org.eclipse.emf.common.util.EList<EEFPropertyValidationRuleDescription> getPropertyValidationRules()
EEFPropertyValidationRuleDescription
. It is bidirectional and its opposite is '
Targets
'. The property validation rules to use for the widget. EefPackage.getEEFWidgetDescription_PropertyValidationRules()
,
EEFPropertyValidationRuleDescription.getTargets()