Uses of Enum Class
com._1c.g5.v8.dt.metadata.common.PictureBackgroundShowMode
Packages that use PictureBackgroundShowMode
Package
Description
-
Uses of PictureBackgroundShowMode in com._1c.g5.v8.dt.form.layout.model.description
Methods in com._1c.g5.v8.dt.form.layout.model.description that return PictureBackgroundShowModeModifier and TypeMethodDescriptionHippoLayImage.getBackgroundShowMode()Returns the value of the 'Background Show Mode' attribute.Methods in com._1c.g5.v8.dt.form.layout.model.description with parameters of type PictureBackgroundShowModeModifier and TypeMethodDescriptionvoidHippoLayImage.setBackgroundShowMode(PictureBackgroundShowMode value) Sets the value of the 'Background Show Mode' attribute. -
Uses of PictureBackgroundShowMode in com._1c.g5.v8.dt.form.layout.model.description.impl
Fields in com._1c.g5.v8.dt.form.layout.model.description.impl declared as PictureBackgroundShowModeModifier and TypeFieldDescriptionprotected static final PictureBackgroundShowModeHippoLayImageImpl.BACKGROUND_SHOW_MODE_EDEFAULTThe default value of the 'Background Show Mode' attribute.protected PictureBackgroundShowModeHippoLayImageImpl.backgroundShowModeThe cached value of the 'Background Show Mode' attribute.Methods in com._1c.g5.v8.dt.form.layout.model.description.impl that return PictureBackgroundShowModeMethods in com._1c.g5.v8.dt.form.layout.model.description.impl with parameters of type PictureBackgroundShowModeModifier and TypeMethodDescriptionvoidHippoLayImageImpl.setBackgroundShowMode(PictureBackgroundShowMode newBackgroundShowMode) -
Uses of PictureBackgroundShowMode in com._1c.g5.v8.dt.form.model
Methods in com._1c.g5.v8.dt.form.model that return PictureBackgroundShowModeModifier and TypeMethodDescriptionImageFieldExtInfo.getBackgroundShowMode()Returns the value of the 'Background Show Mode' attribute.PictureDecorationExtInfo.getBackgroundShowMode()Returns the value of the 'Background Show Mode' attribute.Methods in com._1c.g5.v8.dt.form.model with parameters of type PictureBackgroundShowModeModifier and TypeMethodDescriptionvoidImageFieldExtInfo.setBackgroundShowMode(PictureBackgroundShowMode value) Sets the value of the 'Background Show Mode' attribute.voidPictureDecorationExtInfo.setBackgroundShowMode(PictureBackgroundShowMode value) Sets the value of the 'Background Show Mode' attribute. -
Uses of PictureBackgroundShowMode in com._1c.g5.v8.dt.form.model.impl
Methods in com._1c.g5.v8.dt.form.model.impl that return PictureBackgroundShowModeModifier and TypeMethodDescriptionImageFieldExtInfoImpl.getBackgroundShowMode()PictureDecorationExtInfoImpl.getBackgroundShowMode()Methods in com._1c.g5.v8.dt.form.model.impl with parameters of type PictureBackgroundShowModeModifier and TypeMethodDescriptionvoidImageFieldExtInfoImpl.setBackgroundShowMode(PictureBackgroundShowMode newBackgroundShowMode) voidPictureDecorationExtInfoImpl.setBackgroundShowMode(PictureBackgroundShowMode newBackgroundShowMode) -
Uses of PictureBackgroundShowMode in com._1c.g5.v8.dt.formnative.common.internal.serializer
Methods in com._1c.g5.v8.dt.formnative.common.internal.serializer with parameters of type PictureBackgroundShowModeModifier and TypeMethodDescriptionvoidHippoLayUiElementWriter.write(QName name, PictureBackgroundShowMode backgroundShowMode, HippoLayoutModelXmlSerializer.HippoLayoutWriter writer) -
Uses of PictureBackgroundShowMode in com._1c.g5.v8.dt.metadata.common
Fields in com._1c.g5.v8.dt.metadata.common with type parameters of type PictureBackgroundShowModeModifier and TypeFieldDescriptionstatic final List<PictureBackgroundShowMode>PictureBackgroundShowMode.VALUESA public read-only list of all the 'Picture Background Show Mode' enumerators.Methods in com._1c.g5.v8.dt.metadata.common that return PictureBackgroundShowModeModifier and TypeMethodDescriptionstatic PictureBackgroundShowModePictureBackgroundShowMode.get(int value) Returns the 'Picture Background Show Mode' literal with the specified integer value.static PictureBackgroundShowModeReturns the 'Picture Background Show Mode' literal with the specified literal value.static PictureBackgroundShowModeReturns the 'Picture Background Show Mode' literal with the specified name.static PictureBackgroundShowModeReturns the enum constant of this class with the specified name.static PictureBackgroundShowMode[]PictureBackgroundShowMode.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of PictureBackgroundShowMode in com._1c.g5.v8.dt.metadata.common.impl
Methods in com._1c.g5.v8.dt.metadata.common.impl that return PictureBackgroundShowModeModifier and TypeMethodDescriptionCommonFactoryImpl.createPictureBackgroundShowModeFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)