public interface EEFRadioDescription extends EEFWidgetDescription
The following features are supported:
EefPackage.getEEFRadioDescription()
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<EEFRadioConditionalStyle> |
getConditionalStyles()
Returns the value of the 'Conditional Styles' containment reference list.
|
java.lang.String |
getEditExpression()
Returns the value of the 'Edit Expression' attribute.
|
int |
getNumberOfColumns()
Returns the value of the 'Number Of Columns' attribute.
|
EEFRadioStyle |
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 |
setNumberOfColumns(int value)
Sets the value of the ' Number Of Columns '
attribute.
|
void |
setStyle(EEFRadioStyle 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, setLabelExpression
getIdentifier, setIdentifier
java.lang.String getValueExpression()
setValueExpression(String)
,
EefPackage.getEEFRadioDescription_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.getEEFRadioDescription_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.getEEFRadioDescription_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.getEEFRadioDescription_CandidateDisplayExpression()
void setCandidateDisplayExpression(java.lang.String value)
Candidate
Display Expression
' attribute. value
- the new value of the 'Candidate Display Expression' attribute.getCandidateDisplayExpression()
EEFRadioStyle getStyle()
setStyle(EEFRadioStyle)
,
EefPackage.getEEFRadioDescription_Style()
void setStyle(EEFRadioStyle value)
Style
' containment
reference. value
- the new value of the 'Style' containment reference.getStyle()
int getNumberOfColumns()
"-1"
.
The number of columns to use to display
the candidates. setNumberOfColumns(int)
,
EefPackage.getEEFRadioDescription_NumberOfColumns()
void setNumberOfColumns(int value)
Number Of Columns
'
attribute. value
- the new value of the 'Number Of Columns' attribute.getNumberOfColumns()
org.eclipse.emf.common.util.EList<EEFRadioConditionalStyle> getConditionalStyles()
EEFRadioConditionalStyle
. Defines the radio style associated to a precondition EefPackage.getEEFRadioDescription_ConditionalStyles()