Uses of Interface
com._1c.g5.v8.dt.metadata.common.UrlPicture
-
Packages that use UrlPicture Package Description com._1c.g5.v8.dt.metadata.common com._1c.g5.v8.dt.metadata.common.impl com._1c.g5.v8.dt.metadata.common.util com._1c.g5.v8.dt.moxel.ui.pictures -
-
Uses of UrlPicture in com._1c.g5.v8.dt.metadata.common
Methods in com._1c.g5.v8.dt.metadata.common that return UrlPicture Modifier and Type Method Description UrlPicture
CommonFactory. createUrlPicture()
Returns a new object of class 'Url Picture'. -
Uses of UrlPicture in com._1c.g5.v8.dt.metadata.common.impl
Classes in com._1c.g5.v8.dt.metadata.common.impl that implement UrlPicture Modifier and Type Class Description class
UrlPictureImpl
An implementation of the model object 'Url Picture'.Methods in com._1c.g5.v8.dt.metadata.common.impl that return UrlPicture Modifier and Type Method Description UrlPicture
CommonFactoryImpl. createUrlPicture()
-
Uses of UrlPicture in com._1c.g5.v8.dt.metadata.common.util
Methods in com._1c.g5.v8.dt.metadata.common.util with parameters of type UrlPicture Modifier and Type Method Description T
CommonSwitch. caseUrlPicture(UrlPicture object)
Returns the result of interpreting the object as an instance of 'Url Picture'. -
Uses of UrlPicture in com._1c.g5.v8.dt.moxel.ui.pictures
Constructors in com._1c.g5.v8.dt.moxel.ui.pictures with parameters of type UrlPicture Constructor Description UrlSinglePictureManifest(UrlPicture picture)
Create a instance ofUrlSinglePictureManifest
-