public interface EEFHyperlinkDescription extends EEFWidgetDescription
The following features are supported:
EefPackage.getEEFHyperlinkDescription()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<EEFWidgetAction> |
getActions()
Returns the value of the 'Actions' containment reference list.
|
org.eclipse.emf.common.util.EList<EEFHyperlinkConditionalStyle> |
getConditionalStyles()
Returns the value of the 'Conditional Styles' containment reference list.
|
java.lang.String |
getDisplayExpression()
Returns the value of the 'Display Expression' attribute.
|
java.lang.String |
getOnClickExpression()
Returns the value of the 'On Click Expression' attribute.
|
EEFHyperlinkStyle |
getStyle()
Returns the value of the 'Style' containment reference.
|
java.lang.String |
getValueExpression()
Returns the value of the 'Value Expression' attribute.
|
void |
setDisplayExpression(java.lang.String value)
Sets the value of the '
Display
Expression' attribute. |
void |
setOnClickExpression(java.lang.String value)
Sets the value of the '
On Click
Expression' attribute. |
void |
setStyle(EEFHyperlinkStyle 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.getEEFHyperlinkDescription_ValueExpression()void setValueExpression(java.lang.String value)
Value
Expression' attribute. value - the new value of the 'Value Expression' attribute.getValueExpression()java.lang.String getDisplayExpression()
setDisplayExpression(String),
EefPackage.getEEFHyperlinkDescription_DisplayExpression()void setDisplayExpression(java.lang.String value)
Display
Expression' attribute. value - the new value of the 'Display Expression' attribute.getDisplayExpression()java.lang.String getOnClickExpression()
setOnClickExpression(String),
EefPackage.getEEFHyperlinkDescription_OnClickExpression()void setOnClickExpression(java.lang.String value)
On Click
Expression' attribute. value - the new value of the 'On Click Expression' attribute.getOnClickExpression()EEFHyperlinkStyle getStyle()
setStyle(EEFHyperlinkStyle),
EefPackage.getEEFHyperlinkDescription_Style()void setStyle(EEFHyperlinkStyle value)
Style' containment
reference. value - the new value of the 'Style' containment reference.getStyle()org.eclipse.emf.common.util.EList<EEFHyperlinkConditionalStyle> getConditionalStyles()
EEFHyperlinkConditionalStyle. Defines the hyperlink style associated to a precondition EefPackage.getEEFHyperlinkDescription_ConditionalStyles()org.eclipse.emf.common.util.EList<EEFWidgetAction> getActions()
EEFWidgetAction.
If the meaning of the 'Actions' containment reference list isn't clear, there really should be more of a description here...
EefPackage.getEEFHyperlinkDescription_Actions()