public interface EEFSelectDescription extends EEFWidgetDescription
The following features are supported:
EefPackage.getEEFSelectDescription()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCandidateDisplayExpression()
Returns the value of the 'Candidate Display Expression' attribute.
|
java.lang.String |
getCandidatesExpression()
Returns the value of the 'Candidates Expression' attribute.
|
org.eclipse.emf.common.util.EList<EEFSelectConditionalStyle> |
getConditionalStyles()
Returns the value of the 'Conditional Styles' containment reference list.
|
java.lang.String |
getEditExpression()
Returns the value of the 'Edit Expression' attribute.
|
EEFSelectStyle |
getStyle()
Returns the value of the 'Style' containment reference.
|
java.lang.String |
getValueExpression()
Returns the value of the 'Value Expression' attribute.
|
void |
setCandidateDisplayExpression(java.lang.String value)
Sets the value of the ' Candidate
Display Expression' attribute.
|
void |
setCandidatesExpression(java.lang.String value)
Sets the value of the ' Candidates
Expression' attribute.
|
void |
setEditExpression(java.lang.String value)
Sets the value of the ' Edit Expression'
attribute.
|
void |
setStyle(EEFSelectStyle value)
Sets the value of the ' Style' containment
reference.
|
void |
setValueExpression(java.lang.String value)
Sets the value of the ' Value Expression'
attribute.
|
getHelpExpression, getIsEnabledExpression, getLabelExpression, getPropertyValidationRules, setHelpExpression, setIsEnabledExpression, setLabelExpressiongetIdentifier, setIdentifierjava.lang.String getValueExpression()
setValueExpression(String),
EefPackage.getEEFSelectDescription_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.getEEFSelectDescription_EditExpression()void setEditExpression(java.lang.String value)
Edit Expression'
attribute. value - the new value of the 'Edit Expression' attribute.getEditExpression()java.lang.String getCandidatesExpression()
setCandidatesExpression(String),
EefPackage.getEEFSelectDescription_CandidatesExpression()void setCandidatesExpression(java.lang.String value)
Candidates
Expression' attribute. value - the new value of the 'Candidates Expression' attribute.getCandidatesExpression()java.lang.String getCandidateDisplayExpression()
setCandidateDisplayExpression(String),
EefPackage.getEEFSelectDescription_CandidateDisplayExpression()void setCandidateDisplayExpression(java.lang.String value)
Candidate
Display Expression' attribute. value - the new value of the 'Candidate Display Expression' attribute.getCandidateDisplayExpression()EEFSelectStyle getStyle()
setStyle(EEFSelectStyle),
EefPackage.getEEFSelectDescription_Style()void setStyle(EEFSelectStyle value)
Style' containment
reference. value - the new value of the 'Style' containment reference.getStyle()org.eclipse.emf.common.util.EList<EEFSelectConditionalStyle> getConditionalStyles()
EEFSelectConditionalStyle. Defines the select style associated to a precondition EefPackage.getEEFSelectDescription_ConditionalStyles()