public interface EEFCustomWidgetDescription extends EEFWidgetDescription
The following features are supported:
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<EEFCustomWidgetConditionalStyle> |
getConditionalStyles()
Returns the value of the 'Conditional Styles' containment reference list.
|
org.eclipse.emf.common.util.EList<EEFCustomExpression> |
getCustomExpressions()
Returns the value of the 'Custom Expressions' containment reference list.
|
EEFCustomWidgetStyle |
getStyle()
Returns the value of the 'Style' containment reference.
|
void |
setStyle(EEFCustomWidgetStyle value)
Sets the value of the '
Style ' containment
reference. |
getHelpExpression, getIsEnabledExpression, getLabelExpression, getPropertyValidationRules, setHelpExpression, setIsEnabledExpression, setLabelExpression
getIdentifier, setIdentifier
org.eclipse.emf.common.util.EList<EEFCustomExpression> getCustomExpressions()
EEFCustomExpression
.
If the meaning of the 'Custom Expressions' containment reference list isn't clear, there really should be more of a description here...
EefPackage.getEEFCustomWidgetDescription_CustomExpressions()
EEFCustomWidgetStyle getStyle()
setStyle(EEFCustomWidgetStyle)
,
EefPackage.getEEFCustomWidgetDescription_Style()
void setStyle(EEFCustomWidgetStyle value)
Style
' containment
reference. value
- the new value of the 'Style' containment reference.getStyle()
org.eclipse.emf.common.util.EList<EEFCustomWidgetConditionalStyle> getConditionalStyles()
EEFCustomWidgetConditionalStyle
.
Defines the select style associated to a precondition EefPackage.getEEFCustomWidgetDescription_ConditionalStyles()