Uses of Interface
com._1c.g5.aef2.standard.definitions.IDefinition
Packages that use IDefinition
Package
Description
-
Uses of IDefinition in com._1c.g5.aef2.standard.definitions
Subinterfaces of IDefinition in com._1c.g5.aef2.standard.definitionsModifier and TypeInterfaceDescriptioninterfaceThe definition interface that can keeps other definitions and describes the layout of child definitions.interfaceThe definition that describes some feature of the EMF object.interfaceThe definition that describes UI element with label.interfaceTheIContainerDefinitionsuccessor that keeps the policies for managing child definition.interfaceThe definition that describes some operation of the EMF object.Classes in com._1c.g5.aef2.standard.definitions that implement IDefinitionModifier and TypeClassDescriptionclassThe basic class of the definition.classThe container definition that keeps other definitions.classThe field definition is a definition of a component capable of editing a list of features of an object.classTheILabeledDefinitionimplementation that allows to set and retrieve a label over the basic definition functionality.classThe implementation of theIManagingDefinition.classThe operation field definition represents the definition of some operation of the object.classThe section definition describes all needed properties to build labeled section that keeps inner UI controls.classDefinition that defines the separator control.classTheIStringIdFieldDefinitionimplementation.Methods in com._1c.g5.aef2.standard.definitions that return IDefinitionModifier and TypeMethodDescriptionAbstractDefinition.getParent()IDefinition.getParent()Returns the parent definition.Methods in com._1c.g5.aef2.standard.definitions that return types with arguments of type IDefinitionModifier and TypeMethodDescriptionContainerDefinition.getChildren()IContainerDefinition.getChildren()Returns children of the container.Methods in com._1c.g5.aef2.standard.definitions with parameters of type IDefinitionModifier and TypeMethodDescriptionvoidContainerDefinition.addDefinition(int index, IDefinition definition) Inserts the specified definition at the specified position.voidContainerDefinition.addDefinition(IDefinition definition) Adds the specified definition at the end of the container.voidContainerDefinition.removeDefinition(IDefinition definition) Removes the specified definition from the container.voidAbstractDefinition.setParent(IDefinition parent) Sets the parent definition. -
Uses of IDefinition in com._1c.g5.aef2.standard.definitions.builders
Methods in com._1c.g5.aef2.standard.definitions.builders that return IDefinitionModifier and TypeMethodDescriptionprotected IDefinitionSectionDefinitionBuilder.fieldDefinition(Class<? extends IComponent<?>> componentClass, IParameterization parameterization, String label, org.eclipse.emf.databinding.FeaturePath... featurePaths) Cretets field definition for the provided parameters.protected IDefinitionSectionDefinitionBuilder.labeledDefinition(Class<? extends IComponent<?>> componentClass, IParameterization parameterization, String label, IDefinitionIdentifier definitionIdentifier) Cretets labeled definition for the provided parameters.protected IDefinitionSectionDefinitionBuilder.operationFieldDefinition(Class<? extends IComponent<?>> componentClass, IParameterization parameterization, String label, org.eclipse.emf.ecore.EOperation operation) Cretets operation field definition for the provided parameters.protected IDefinitionSectionDefinitionBuilder.stringIdDefiniton(Class<? extends IComponent<?>> componentClass, IParameterization parameterization, String label, String stringId) Cretets string identified field definition for the provided parameters.Method parameters in com._1c.g5.aef2.standard.definitions.builders with type arguments of type IDefinitionModifier and TypeMethodDescriptionprotected TAbstractContainerDefinitionBuilder.insert(Supplier<? extends IDefinition> definitionProvider) Inserts the definition provided withdefinitionProviderin current position and increment the position.protected voidSectionDefinitionBuilder.setElementLogger(Consumer<IDefinition> logger) Sets a logger that will be called from eachSectionDefinitionBuilder.element(String, EStructuralFeature...)call. -
Uses of IDefinition in com._1c.g5.aef2.standard.definitions.components
Methods in com._1c.g5.aef2.standard.definitions.components with parameters of type IDefinitionModifier and TypeMethodDescriptionprotected ContainerComponent<?,?> DefinitionDrivenComponent.createFieldComponent(IDefinition definition, String label, Object[] objects) Creates the field component for the provided definition. -
Uses of IDefinition in com._1c.g5.aef2.standard.definitions.models
Methods in com._1c.g5.aef2.standard.definitions.models with parameters of type IDefinitionModifier and TypeMethodDescriptionAbstractFeatureFieldModelFactory.createModel(IDefinition definition, org.eclipse.emf.ecore.EObject... objects) AbstractMultiFeatureFieldModelFactory.createModel(IDefinition definition, org.eclipse.emf.ecore.EObject... objects) CompositeModelFactory.createModel(IDefinition definition, Collection<Object> objects) CompositeModelFactory.createModel(IDefinition definition, org.eclipse.emf.ecore.EObject... objects) DefaultModelFactory.createModel(IDefinition definition, Collection<Object> objects) DefaultModelFactory.createModel(IDefinition definition, org.eclipse.emf.ecore.EObject... objects) default IModelIModelFactory.createModel(IDefinition definition, Collection<Object> objects) CreatesIModelinstance by the given arguments.IModelFactory.createModel(IDefinition definition, org.eclipse.emf.ecore.EObject... objects) CreatesIModelinstance by the given arguments. -
Uses of IDefinition in com._1c.g5.aef2.standard.definitions.rules
Methods in com._1c.g5.aef2.standard.definitions.rules that return IDefinitionModifier and TypeMethodDescriptionprotected IDefinitionAbstractRule.componentDefinition(IDefinitionIdentifier identifier) CreatesIDefinitionthat point to component for the specifiedidentifier.protected IDefinitionAbstractRule.componentDefinition(String stringIdentifier) CreatesIDefinitionthat point to component for the specifiedstringIdentifier.protected IDefinitionAbstractRule.componentDefinition(org.eclipse.emf.databinding.FeaturePath... featurePaths) CreatesIDefinitionthat point to component for the specifiedfeaturePaths.protected IDefinitionAbstractRule.componentDefinition(org.eclipse.emf.ecore.EOperation operation) CreatesIDefinitionthat point to component for the specifiedoperation.protected IDefinitionAbstractRule.componentDefinition(org.eclipse.emf.ecore.EStructuralFeature... features) CreatesIDefinitionthat point to component for the specifiedfeatures.ComponentRuleTarget.getDefinition()Returns theIDefinitionthat describes the component.Methods in com._1c.g5.aef2.standard.definitions.rules with parameters of type IDefinitionModifier and TypeMethodDescriptionprotected IRuleTargetAbstractRule.componentTarget(IDefinition componentDefinition) CreatesIRuleTargetthat point to component for the component definition.protected IRuleTargetStandardComponentRuleResultProcessor.createMatchingRuleTarget(IDefinition definition) Creates and returns the rule target that will be used to find the match in the rule results.protected voidAbstractRule.disable(IDefinition definition) Disables field with the given arguments.protected voidAbstractRule.enable(IDefinition definition) Enables field with the given arguments.protected voidAbstractRule.hide(IDefinition definition) Hides field with the given arguments.booleanCompositeRuleResultProcessor.needCreateComponent(IDefinition componentDefinition, IRuleResult ruleResult) booleanIRuleResultProcessor.needCreateComponent(IDefinition componentDefinition, IRuleResult ruleResult) Returnstrueif the component should be created by thecomponentDefinitionfor the givenruleResult.booleanStandardComponentRuleResultProcessor.needCreateComponent(IDefinition definition, IRuleResult ruleResult) voidCompositeRuleResultProcessor.process(IComponent<?> component, IDefinition componentDefinition, IRuleResult oldRuleResult, IRuleResult newRuleResult) voidIRuleResultProcessor.process(IComponent<?> component, IDefinition componentDefinition, IRuleResult oldRuleResult, IRuleResult newRuleResult) Processes the givenoldRuleResultandnewRuleResultfor the specifiedcomponentand correspondingcomponentDefinition.voidStandardComponentRuleResultProcessor.process(IComponent<?> component, IDefinition definition, IRuleResult oldRuleResult, IRuleResult newRuleResult) protected voidAbstractRule.show(IDefinition definition) Shows field with the given arguments.Constructors in com._1c.g5.aef2.standard.definitions.rules with parameters of type IDefinitionModifierConstructorDescriptionComponentRuleTarget(IDefinition definition) Creates a new component rule target. -
Uses of IDefinition in com._1c.g5.properties.ui.descriptors
Methods in com._1c.g5.properties.ui.descriptors that return types with arguments of type IDefinitionModifier and TypeMethodDescriptionprotected Supplier<Iterable<IDefinition>>AbstractObjectDescriptor.getDefinitionsSupplier()Returns theSupplierof the children definitions.
NOTE: it is a shortcut for -
Uses of IDefinition in com._1c.g5.v8.dt.internal.form.ui.extension.properties.models
Methods in com._1c.g5.v8.dt.internal.form.ui.extension.properties.models with parameters of type IDefinitionModifier and TypeMethodDescriptionFormExtensionModelFactory.createModel(IDefinition definition, org.eclipse.emf.ecore.EObject... objects) -
Uses of IDefinition in com._1c.g5.v8.dt.internal.md.ui.editors.pages
Methods in com._1c.g5.v8.dt.internal.md.ui.editors.pages with parameters of type IDefinitionModifier and TypeMethodDescriptionMdGranularEditorsModelFactory.createModel(IDefinition definition, org.eclipse.emf.ecore.EObject... objects) -
Uses of IDefinition in com._1c.g5.v8.dt.internal.md.ui.extension.editor.descriptors.exchangeplan
Methods in com._1c.g5.v8.dt.internal.md.ui.extension.editor.descriptors.exchangeplan with parameters of type IDefinitionModifier and TypeMethodDescriptionAdoptedExchangePlanContentModelFactory.createModel(IDefinition definition, org.eclipse.emf.ecore.EObject... objects) -
Uses of IDefinition in com._1c.g5.v8.dt.internal.platform.services.ui.aef.descriptors
Methods in com._1c.g5.v8.dt.internal.platform.services.ui.aef.descriptors with parameters of type IDefinitionModifier and TypeMethodDescriptionWebServerExtensionModelFactory.createModel(IDefinition definition, org.eclipse.emf.ecore.EObject... objects) -
Uses of IDefinition in com._1c.g5.v8.dt.internal.platform.services.ui.aef.models
Methods in com._1c.g5.v8.dt.internal.platform.services.ui.aef.models with parameters of type IDefinitionModifier and TypeMethodDescriptionPlatformServicesModelFactory.createModel(IDefinition definition, org.eclipse.emf.ecore.EObject... objects) -
Uses of IDefinition in com._1c.g5.v8.dt.internal.platform.services.ui.editors.infobase
Methods in com._1c.g5.v8.dt.internal.platform.services.ui.editors.infobase with parameters of type IDefinitionModifier and TypeMethodDescriptionPromptConfirmationOnRestructureModel.Factory.createModel(IDefinition definition, org.eclipse.emf.ecore.EObject... objects) -
Uses of IDefinition in com._1c.g5.v8.dt.internal.style.ui.aef.models
Methods in com._1c.g5.v8.dt.internal.style.ui.aef.models with parameters of type IDefinitionModifier and TypeMethodDescriptionStyleModelFactory.createModel(IDefinition definition, org.eclipse.emf.ecore.EObject... objects) -
Uses of IDefinition in com._1c.g5.v8.dt.md.ui.aef.models.commonpicture
Methods in com._1c.g5.v8.dt.md.ui.aef.models.commonpicture with parameters of type IDefinitionModifier and TypeMethodDescriptionCommonPictureModelFactory.createModel(IDefinition definition, org.eclipse.emf.ecore.EObject... objects) -
Uses of IDefinition in com._1c.g5.v8.dt.md.ui.aef2.rules
Constructor parameters in com._1c.g5.v8.dt.md.ui.aef2.rules with type arguments of type IDefinitionModifierConstructorDescriptionCommonAttributeRule(Supplier<Iterable<IDefinition>> definitionSupplier) The constructor.MdObjectAvailabilityRule(IMdObjectAvailability mdObjectAvailability, Supplier<Iterable<IDefinition>> definitionSupplier) The constructor. -
Uses of IDefinition in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.configuration
Methods in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.configuration with parameters of type IDefinitionModifier and TypeMethodDescriptionConfigurationStandaloneContentModelFactory.createModel(IDefinition definition, org.eclipse.emf.ecore.EObject... objects) -
Uses of IDefinition in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.exchangeplan
Methods in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.exchangeplan with parameters of type IDefinitionModifier and TypeMethodDescriptionExchangePlanContentModelFactory.createModel(IDefinition definition, org.eclipse.emf.ecore.EObject... objects) -
Uses of IDefinition in com._1c.g5.v8.dt.md.ui.extension.aef.definitions
Subinterfaces of IDefinition in com._1c.g5.v8.dt.md.ui.extension.aef.definitionsModifier and TypeInterfaceDescriptioninterfaceExtendeded fiend definition that shows extended label component instead of original simple label component.Classes in com._1c.g5.v8.dt.md.ui.extension.aef.definitions that implement IDefinitionModifier and TypeClassDescriptionclassExtendeded fiend definition that shows extended label component instead of original simple label component. -
Uses of IDefinition in com._1c.g5.v8.dt.md.ui.extension.aef.models
Methods in com._1c.g5.v8.dt.md.ui.extension.aef.models with parameters of type IDefinitionModifier and TypeMethodDescriptionMdExtensionPropertiesModelFactory.createModel(IDefinition definition, org.eclipse.emf.ecore.EObject... objects) -
Uses of IDefinition in com._1c.g5.v8.dt.md.ui.extension.aef.rules
Methods in com._1c.g5.v8.dt.md.ui.extension.aef.rules that return IDefinitionModifier and TypeMethodDescriptionprotected IDefinitionAbstractAdoptedObjectRule.componentDefinition(org.eclipse.emf.ecore.EStructuralFeature... features) AdoptedObjectComponentRuleTarget.getDefinition()Returns theIDefinitionthat describes the component.Methods in com._1c.g5.v8.dt.md.ui.extension.aef.rules with parameters of type IDefinitionModifier and TypeMethodDescriptionprotected IRuleTargetAbstractAdoptedObjectRule.componentTarget(IDefinition componentDefinition) protected IRuleTargetAdoptedObjectRuleResultProcessor.createMatchingRuleTarget(IDefinition definition) voidAdoptedObjectRuleResultProcessor.process(IComponent<?> component, IDefinition definition, IRuleResult oldRuleResult, IRuleResult newRuleResult) Constructors in com._1c.g5.v8.dt.md.ui.extension.aef.rules with parameters of type IDefinitionModifierConstructorDescriptionAdoptedObjectComponentRuleTarget(IDefinition definition) Creates a new component rule target. -
Uses of IDefinition in com._1c.g5.v8.dt.moxel.internal.ui.properties.models
Methods in com._1c.g5.v8.dt.moxel.internal.ui.properties.models with parameters of type IDefinitionModifier and TypeMethodDescriptionMoxelModelFactory.createModel(IDefinition definition, org.eclipse.emf.ecore.EObject... objects) -
Uses of IDefinition in com._1c.g5.v8.dt.ui.aef.definitions.rules
Methods in com._1c.g5.v8.dt.ui.aef.definitions.rules that return types with arguments of type IDefinitionModifier and TypeMethodDescriptionDtRuleInput.getLeafDefinitions()IDtRuleInput.getLeafDefinitions()Returns the set of all leaf definitions of this input.Constructor parameters in com._1c.g5.v8.dt.ui.aef.definitions.rules with type arguments of type IDefinitionModifierConstructorDescriptionDisableAllRule(Supplier<Iterable<IDefinition>> definitionSupplier) Creates a new rule.ModelEditingSupportRule(IModelEditingSupport modelEditingSupport, Supplier<Iterable<IDefinition>> definitionSupplier) Deprecated.The constructor. -
Uses of IDefinition in com._1c.g5.v8.dt.ui.aef.descriptor
Methods in com._1c.g5.v8.dt.ui.aef.descriptor that return types with arguments of type IDefinitionModifier and TypeMethodDescriptionprotected Supplier<Iterable<IDefinition>>AbstractObjectDescriptor.getDefinitionsSupplier()Returns theSupplierof the children definitions.
NOTE: it is a shortcut for -
Uses of IDefinition in com._1c.g5.v8.dt.ui.editor.aef.definition
Subinterfaces of IDefinition in com._1c.g5.v8.dt.ui.editor.aef.definitionClasses in com._1c.g5.v8.dt.ui.editor.aef.definition that implement IDefinition -
Uses of IDefinition in com.e1c.g5.dt.internal.applications.ui.editor.infobases.aef
Methods in com.e1c.g5.dt.internal.applications.ui.editor.infobases.aef with parameters of type IDefinitionModifier and TypeMethodDescriptionInfobaseApplicationEditorModelFactory.createModel(IDefinition definition, Collection<Object> objects) InfobaseApplicationEditorModelFactory.createModel(IDefinition definition, org.eclipse.emf.ecore.EObject... objects) -
Uses of IDefinition in com.e1c.g5.v8.dt.internal.md.distribution.support.ui.aef.models
Methods in com.e1c.g5.v8.dt.internal.md.distribution.support.ui.aef.models with parameters of type IDefinitionModifier and TypeMethodDescriptionDistributionSupportModelFactory.createModel(IDefinition definition, org.eclipse.emf.ecore.EObject... objects)