public interface EEFListDescription extends EEFWidgetDescription
The following features are supported:
EefPackage.getEEFListDescription()| 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<EEFListConditionalStyle> |
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.
|
EEFListStyle |
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(EEFListStyle 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.getEEFListDescription_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.getEEFListDescription_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.getEEFListDescription_OnClickExpression()void setOnClickExpression(java.lang.String value)
On Click Expression' attribute. value - the new value of the 'On Click Expression' attribute.getOnClickExpression()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.getEEFListDescription_Actions()EEFListStyle getStyle()
setStyle(EEFListStyle),
EefPackage.getEEFListDescription_Style()void setStyle(EEFListStyle value)
Style' containment reference.
value - the new value of the 'Style' containment reference.getStyle()org.eclipse.emf.common.util.EList<EEFListConditionalStyle> getConditionalStyles()
EEFListConditionalStyle. Defines the list style associated to a precondition EefPackage.getEEFListDescription_ConditionalStyles()