Package com._1c.g5.v8.dt.ui.aef.models
Class DtImageViewerModel
java.lang.Object
com._1c.g5.aef2.validators.Validable
com._1c.g5.aef2.models.Model
com._1c.g5.aef2.models.CompoundModel
com._1c.g5.v8.dt.ui.aef.models.DtImageViewerModel
- All Implemented Interfaces:
ICompoundModel,IModel,IValidable,IDtImageViewerModel
View model for DT image viewer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets image URLGets dark theme modeMethods inherited from class com._1c.g5.aef2.models.CompoundModel
addModel, dispose, getChange, getModels, isOnline, setComponent, validateMethods inherited from class com._1c.g5.aef2.models.Model
addModelListener, beginExternalUpdate, checkOffline, checkOnline, commit, createWorkingCopy, discard, endExternalUpdate, getComponent, getCurrentChangeOrigin, getRunnableQueue, notifyModelChanged, notifyModelCommitted, removeModelListener, setOnline, toStringMethods inherited from class com._1c.g5.aef2.validators.Validable
addValidator, getValidatorTarget, removeValidator, validateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods 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
-
Constructor Details
-
DtImageViewerModel
public DtImageViewerModel()Create model
-
-
Method Details
-
getImageUrlValue
Description copied from interface:IDtImageViewerModelGets image URL- Specified by:
getImageUrlValuein interfaceIDtImageViewerModel- Returns:
URLof image, can benullif no image set
-
isDarkTheme
Description copied from interface:IDtImageViewerModelGets dark theme mode- Specified by:
isDarkThemein interfaceIDtImageViewerModel- Returns:
trueif image for dark theme mode,falsein otherwise
-