public interface EEFButtonDescription extends EEFWidgetDescription
The following features are supported:
EefPackage.getEEFButtonDescription()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getButtonLabelExpression()
Returns the value of the 'Button Label Expression' attribute.
|
org.eclipse.emf.common.util.EList<EEFButtonConditionalStyle> |
getConditionalStyles()
Returns the value of the 'Conditional Styles' containment reference list.
|
java.lang.String |
getImageExpression()
Returns the value of the 'Image Expression' attribute.
|
java.lang.String |
getPushExpression()
Returns the value of the 'Push Expression' attribute.
|
EEFButtonStyle |
getStyle()
Returns the value of the 'Style' containment reference.
|
void |
setButtonLabelExpression(java.lang.String value)
Sets the value of the '
Button Label Expression ' attribute. |
void |
setImageExpression(java.lang.String value)
Sets the value of the '
Image Expression '
attribute. |
void |
setPushExpression(java.lang.String value)
Sets the value of the '
Push Expression '
attribute. |
void |
setStyle(EEFButtonStyle value)
Sets the value of the '
Style ' containment
reference. |
getHelpExpression, getIsEnabledExpression, getLabelExpression, getPropertyValidationRules, setHelpExpression, setIsEnabledExpression, setLabelExpression
getIdentifier, setIdentifier
java.lang.String getButtonLabelExpression()
setButtonLabelExpression(String)
,
EefPackage.getEEFButtonDescription_ButtonLabelExpression()
void setButtonLabelExpression(java.lang.String value)
Button Label Expression
' attribute. value
- the new value of the 'Button Label Expression' attribute.getButtonLabelExpression()
java.lang.String getImageExpression()
setImageExpression(String)
,
EefPackage.getEEFButtonDescription_ImageExpression()
void setImageExpression(java.lang.String value)
Image Expression
'
attribute. value
- the new value of the 'Image Expression' attribute.getImageExpression()
java.lang.String getPushExpression()
setPushExpression(String)
,
EefPackage.getEEFButtonDescription_PushExpression()
void setPushExpression(java.lang.String value)
Push Expression
'
attribute. value
- the new value of the 'Push Expression' attribute.getPushExpression()
EEFButtonStyle getStyle()
setStyle(EEFButtonStyle)
,
EefPackage.getEEFButtonDescription_Style()
void setStyle(EEFButtonStyle value)
Style
' containment
reference. value
- the new value of the 'Style' containment reference.getStyle()
org.eclipse.emf.common.util.EList<EEFButtonConditionalStyle> getConditionalStyles()
EEFButtonConditionalStyle
. Defines the button style associated to a precondition EefPackage.getEEFButtonDescription_ConditionalStyles()