Package com._1c.g5.v8.dt.ui.aef.models
Interface IDtImageViewerModel
- All Superinterfaces:
ICompoundModel,IModel,IValidable
- All Known Implementing Classes:
DtImageViewerModel
View model for DT image viewer
-
Method Summary
Modifier and TypeMethodDescriptionGets image URLGets dark theme modeMethods inherited from interface com._1c.g5.aef2.models.ICompoundModel
getModelsMethods inherited from interface com._1c.g5.aef2.models.IModel
addModelListener, commit, createWorkingCopy, discard, dispose, getChange, getComponent, isOnline, removeModelListener, setComponentMethods inherited from interface com._1c.g5.aef2.validators.IValidable
addValidator, removeValidator, validate, validate
-
Method Details
-
getImageUrlValue
Gets image URL- Returns:
URLof image, can benullif no image set
-
isDarkTheme
Gets dark theme mode- Returns:
trueif image for dark theme mode,falsein otherwise
-