Interface LinkViewModel
- All Superinterfaces:
ControlViewModel,org.eclipse.emf.ecore.EObject,IControlViewModel,IViewModel,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
LinkViewModelImpl
A representation of the model object 'Link View Model'.
Link control view model.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetText()Returns the value of the 'Text' attribute.booleanReturns the value of the 'Underlined' attribute.voidSets the value of the 'Text' attribute.voidsetUnderlined(boolean value) Sets the value of the 'Underlined' attribute.Methods inherited from interface com._1c.g5.aef2.standard.viewModels.ControlViewModel
getApplyValueChange, getContexts, getExternalValidationStatus, getLayoutData, getStatus, isEditable, isEnabled, setApplyValueChange, setEditable, setEnabled, setExternalValidationStatus, setLayoutData, setStatusMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface com._1c.g5.aef2.viewModels.IViewModel
getEventChannel, getParent, setEventChannel, setParentMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getText
String getText()Returns the value of the 'Text' attribute. Link text.- Returns:
- the value of the 'Text' attribute.
- See Also:
-
setText
Sets the value of the 'Text' attribute.- Parameters:
value- the new value of the 'Text' attribute.- See Also:
-
isUnderlined
boolean isUnderlined()Returns the value of the 'Underlined' attribute. Is link text underlined.- Returns:
- the value of the 'Underlined' attribute.
- See Also:
-
setUnderlined
void setUnderlined(boolean value) Sets the value of the 'Underlined' attribute.- Parameters:
value- the new value of the 'Underlined' attribute.- See Also:
-