Interface DtImageViewerViewModel
- All Superinterfaces:
ControlViewModel,org.eclipse.emf.ecore.EObject,IControlViewModel,IViewModel,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DtImageViewerViewModelImpl
A representation of the model object 'Dt Image Viewer View Model'.
* The view model for picture preview control.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Image Url' attribute.booleanReturns the value of the 'Show In Dark Mode' attribute.voidsetImageUrl(URL value) Sets the value of the 'Image Url' attribute.voidsetShowInDarkMode(boolean value) Sets the value of the 'Show In Dark Mode' 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
-
getImageUrl
URL getImageUrl()Returns the value of the 'Image Url' attribute.- Returns:
- the value of the 'Image Url' attribute.
- See Also:
-
setImageUrl
Sets the value of the 'Image Url' attribute.- Parameters:
value- the new value of the 'Image Url' attribute.- See Also:
-
isShowInDarkMode
boolean isShowInDarkMode()Returns the value of the 'Show In Dark Mode' attribute.- Returns:
- the value of the 'Show In Dark Mode' attribute.
- See Also:
-
setShowInDarkMode
void setShowInDarkMode(boolean value) Sets the value of the 'Show In Dark Mode' attribute.- Parameters:
value- the new value of the 'Show In Dark Mode' attribute.- See Also:
-