EEFControlDescription
, EEFWidgetDescription
, org.eclipse.emf.ecore.EObject
, org.eclipse.emf.common.notify.Notifier
EEFTextDescriptionImpl
public interface EEFTextDescription extends EEFWidgetDescription
The following features are supported:
EefPackage.getEEFTextDescription()
Modifier and Type | Method | Description |
---|---|---|
org.eclipse.emf.common.util.EList<EEFTextConditionalStyle> |
getConditionalStyles() |
Returns the value of the 'Conditional Styles' containment reference list.
|
java.lang.String |
getEditExpression() |
Returns the value of the 'Edit Expression' attribute.
|
int |
getLineCount() |
Returns the value of the 'Line Count' attribute.
|
EEFTextStyle |
getStyle() |
Returns the value of the 'Style' containment reference.
|
java.lang.String |
getValueExpression() |
Returns the value of the 'Value Expression' attribute.
|
void |
setEditExpression(java.lang.String value) |
Sets the value of the '
Edit Expression '
attribute. |
void |
setLineCount(int value) |
Sets the value of the '
Line Count ' attribute. |
void |
setStyle(EEFTextStyle value) |
Sets the value of the '
Style ' containment reference. |
void |
setValueExpression(java.lang.String value) |
Sets the value of the '
Value Expression '
attribute. |
getIdentifier, setIdentifier
getHelpExpression, getIsEnabledExpression, getLabelExpression, getPropertyValidationRules, setHelpExpression, setIsEnabledExpression, setLabelExpression
java.lang.String getValueExpression()
setValueExpression(String)
,
EefPackage.getEEFTextDescription_ValueExpression()
void setValueExpression(java.lang.String value)
Value Expression
'
attribute. value
- the new value of the 'Value Expression' attribute.getValueExpression()
java.lang.String getEditExpression()
setEditExpression(String)
,
EefPackage.getEEFTextDescription_EditExpression()
void setEditExpression(java.lang.String value)
Edit Expression
'
attribute. value
- the new value of the 'Edit Expression' attribute.getEditExpression()
int getLineCount()
"1"
. Must be upper or equal to 1. If lineCount > 1,
the text field is represented thanks to a text area. setLineCount(int)
,
EefPackage.getEEFTextDescription_LineCount()
void setLineCount(int value)
Line Count
' attribute.
value
- the new value of the 'Line Count' attribute.getLineCount()
EEFTextStyle getStyle()
setStyle(EEFTextStyle)
,
EefPackage.getEEFTextDescription_Style()
void setStyle(EEFTextStyle value)
Style
' containment reference.
value
- the new value of the 'Style' containment reference.getStyle()
org.eclipse.emf.common.util.EList<EEFTextConditionalStyle> getConditionalStyles()
EEFTextConditionalStyle
. Defines the text style associated to a precondition EefPackage.getEEFTextDescription_ConditionalStyles()