Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.FunctionalOption
-
-
Uses of FunctionalOption in com._1c.g5.v8.dt.export.xml.exporter.md
Methods in com._1c.g5.v8.dt.export.xml.exporter.md that return FunctionalOption Modifier and Type Method Description static FunctionalOption
TestMdObjectFactory. createFunctionalOption(String name)
Creates FunctionalOption with name -
Uses of FunctionalOption in com._1c.g5.v8.dt.form.model
Methods in com._1c.g5.v8.dt.form.model that return types with arguments of type FunctionalOption Modifier and Type Method Description org.eclipse.emf.common.util.EList<FunctionalOption>
AbstractFormAttribute. getFunctionalOptions()
Returns the value of the 'Functional Options' reference list.org.eclipse.emf.common.util.EList<FunctionalOption>
FormCommand. getFunctionalOptions()
Returns the value of the 'Functional Options' reference list. -
Uses of FunctionalOption in com._1c.g5.v8.dt.form.model.impl
Methods in com._1c.g5.v8.dt.form.model.impl that return types with arguments of type FunctionalOption Modifier and Type Method Description org.eclipse.emf.common.util.EList<FunctionalOption>
AbstractFormAttributeImpl. getFunctionalOptions()
org.eclipse.emf.common.util.EList<FunctionalOption>
FormCommandImpl. getFunctionalOptions()
-
Uses of FunctionalOption in com._1c.g5.v8.dt.form.service.common
Methods in com._1c.g5.v8.dt.form.service.common that return types with arguments of type FunctionalOption Modifier and Type Method Description Collection<FunctionalOption>
IFormFunctionalOptionsService. find(Configuration configuration)
The method search functiona options for form use in form objectsAbstractFormAttribute
andFormCommand
. -
Uses of FunctionalOption in com._1c.g5.v8.dt.form.service.common.impl
Methods in com._1c.g5.v8.dt.form.service.common.impl that return types with arguments of type FunctionalOption Modifier and Type Method Description Collection<FunctionalOption>
FormFunctionalOptionsService. find(Configuration configuration)
The method search functiona options for form use in form objectsAbstractFormAttribute
andFormCommand
. -
Uses of FunctionalOption in com._1c.g5.v8.dt.md.api
Methods in com._1c.g5.v8.dt.md.api with parameters of type FunctionalOption Modifier and Type Method Description org.eclipse.core.runtime.IStatus
FunctionalOptionContentChangeTask. execute(FunctionalOption functionalOption, MdObject object, org.eclipse.core.runtime.IProgressMonitor monitor)
Constructors in com._1c.g5.v8.dt.md.api with parameters of type FunctionalOption Constructor Description FunctionalOptionContentChangeTask(FunctionalOption functionalOption, MdObject object, FunctionalOptionContentChangeTask.TaskAction action)
Creates a new task. -
Uses of FunctionalOption in com._1c.g5.v8.dt.md.model
Methods in com._1c.g5.v8.dt.md.model that return FunctionalOption Modifier and Type Method Description FunctionalOption
FunctionalOptionsInitializer. create(IV8Project configuration, Version version)
-
Uses of FunctionalOption in com._1c.g5.v8.dt.md.resource
Methods in com._1c.g5.v8.dt.md.resource with parameters of type FunctionalOption Modifier and Type Method Description protected boolean
MdImplicitRefInferrer. _infer(FunctionalOption object)
-
Uses of FunctionalOption in com._1c.g5.v8.dt.md.ui.aef.models
Methods in com._1c.g5.v8.dt.md.ui.aef.models with parameters of type FunctionalOption Modifier and Type Method Description NavigatorTreeDialogModel
NavigatorTreeDialogModelFactory. createFunctionalOptionContentAbsentModel(FunctionalOption context)
CreatesFunctionalOption
content dialog model for context object without showing checked objects.NavigatorTreeDialogModel
NavigatorTreeDialogModelFactory. createFunctionalOptionLocationCheckedModel(FunctionalOption context)
CreatesFunctionalOption
location dialog model for context object with showing checked objects.NavigatorTreeDialogModel
NavigatorTreeDialogModelFactory. createFunctionalOptionLocationCheckedModel(FunctionalOption context, IV8Project v8project)
CreatesFunctionalOption
location dialog model for context object and his v8 project without showing checked objects. -
Uses of FunctionalOption in com._1c.g5.v8.dt.md.ui.aef2.rules
Methods in com._1c.g5.v8.dt.md.ui.aef2.rules with parameters of type FunctionalOption Modifier and Type Method Description protected void
FunctionalOptionRule. buildForObject(FunctionalOption object, IV8Project v8project)
-
Uses of FunctionalOption in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return FunctionalOption Modifier and Type Method Description FunctionalOption
MdClassFactory. createFunctionalOption()
Returns a new object of class 'Functional Option'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type FunctionalOption Modifier and Type Method Description org.eclipse.emf.common.util.EList<FunctionalOption>
Configuration. getFunctionalOptions()
Returns the value of the 'Functional Options' reference list. -
Uses of FunctionalOption in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement FunctionalOption Modifier and Type Class Description class
FunctionalOptionImpl
An implementation of the model object 'Functional Option'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return FunctionalOption Modifier and Type Method Description FunctionalOption
MdClassFactoryImpl. createFunctionalOption()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type FunctionalOption Modifier and Type Method Description org.eclipse.emf.common.util.EList<FunctionalOption>
ConfigurationImpl. getFunctionalOptions()
-
Uses of FunctionalOption in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type FunctionalOption Modifier and Type Method Description T
MdClassSwitch. caseFunctionalOption(FunctionalOption object)
Returns the result of interpreting the object as an instance of 'Functional Option'.boolean
MdClassValidator. validateFunctionalOption(FunctionalOption functionalOption, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
boolean
MdClassValidator. validateFunctionalOption_validate(FunctionalOption functionalOption, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
Validates the validate constraint of 'Functional Option'.
-