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 FunctionalOptionTestMdObjectFactory. 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 objectsAbstractFormAttributeandFormCommand. -
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 objectsAbstractFormAttributeandFormCommand. -
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.IStatusFunctionalOptionContentChangeTask. 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 FunctionalOptionFunctionalOptionsInitializer. 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 booleanMdImplicitRefInferrer. _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 NavigatorTreeDialogModelNavigatorTreeDialogModelFactory. createFunctionalOptionContentAbsentModel(FunctionalOption context)CreatesFunctionalOptioncontent dialog model for context object without showing checked objects.NavigatorTreeDialogModelNavigatorTreeDialogModelFactory. createFunctionalOptionLocationCheckedModel(FunctionalOption context)CreatesFunctionalOptionlocation dialog model for context object with showing checked objects.NavigatorTreeDialogModelNavigatorTreeDialogModelFactory. createFunctionalOptionLocationCheckedModel(FunctionalOption context, IV8Project v8project)CreatesFunctionalOptionlocation 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 voidFunctionalOptionRule. 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 FunctionalOptionMdClassFactory. 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 classFunctionalOptionImplAn 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 FunctionalOptionMdClassFactoryImpl. 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 TMdClassSwitch. caseFunctionalOption(FunctionalOption object)Returns the result of interpreting the object as an instance of 'Functional Option'.booleanMdClassValidator. validateFunctionalOption(FunctionalOption functionalOption, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)booleanMdClassValidator. validateFunctionalOption_validate(FunctionalOption functionalOption, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)Validates the validate constraint of 'Functional Option'.
-