Interface TextPreviewControlViewModel
-
- All Superinterfaces:
ControlViewModel
,org.eclipse.emf.ecore.EObject
,IControlViewModel
,IViewModel
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
TextPreviewControlViewModelImpl
public interface TextPreviewControlViewModel extends ControlViewModel
A representation of the model object 'Text Preview Control View Model'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ColorViewModel
getColor()
Returns the value of the 'Color' containment reference.FontViewModel
getFont()
Returns the value of the 'Font' containment reference.String
getText()
Returns the value of the 'Text' attribute.void
setColor(ColorViewModel value)
Sets the value of the 'Color
' containment reference.void
setFont(FontViewModel value)
Sets the value of the 'Font
' containment reference.void
setText(String value)
Sets the value of the 'Text
' attribute.-
Methods inherited from interface com._1c.g5.aef2.standard.viewModels.ControlViewModel
getApplyValueChange, getContexts, getExternalValidationStatus, getLayoutData, getStatus, isEditable, isEnabled, setApplyValueChange, setEditable, setEnabled, setExternalValidationStatus, setLayoutData, setStatus
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface com._1c.g5.aef2.viewModels.IViewModel
getEventChannel, getParent, setEventChannel, setParent
-
-
-
-
Method Detail
-
getText
String getText()
Returns the value of the 'Text' attribute. The default value is""
.- Returns:
- the value of the 'Text' attribute.
- See Also:
setText(String)
,DtAefPackage.getTextPreviewControlViewModel_Text()
-
setText
void setText(String value)
Sets the value of the 'Text
' attribute.- Parameters:
value
- the new value of the 'Text' attribute.- See Also:
getText()
-
getColor
ColorViewModel getColor()
Returns the value of the 'Color' containment reference.- Returns:
- the value of the 'Color' containment reference.
- See Also:
setColor(ColorViewModel)
,DtAefPackage.getTextPreviewControlViewModel_Color()
-
setColor
void setColor(ColorViewModel value)
Sets the value of the 'Color
' containment reference.- Parameters:
value
- the new value of the 'Color' containment reference.- See Also:
getColor()
-
getFont
FontViewModel getFont()
Returns the value of the 'Font' containment reference.- Returns:
- the value of the 'Font' containment reference.
- See Also:
setFont(FontViewModel)
,DtAefPackage.getTextPreviewControlViewModel_Font()
-
setFont
void setFont(FontViewModel value)
Sets the value of the 'Font
' containment reference.- Parameters:
value
- the new value of the 'Font' containment reference.- See Also:
getFont()
-
-