Uses of Interface
com._1c.g5.aef2.standard.definitions.IDefinitionIdentifier
Packages that use IDefinitionIdentifier
Package
Description
-
Uses of IDefinitionIdentifier in com._1c.g5.aef2.standard.definitions
Methods in com._1c.g5.aef2.standard.definitions that return IDefinitionIdentifierModifier and TypeMethodDescriptionfinal IDefinitionIdentifierAbstractDefinition.getId()IDefinition.getId()Returns the identifier of this definition.Constructors in com._1c.g5.aef2.standard.definitions with parameters of type IDefinitionIdentifierModifierConstructorDescriptionprotectedAbstractDefinition(IDefinitionIdentifier id, Class<? extends IComponent<?>> componentClass) Creates a new instance with void parameterization.protectedAbstractDefinition(IDefinitionIdentifier id, Class<? extends IComponent<?>> componentClass, IParameterization parameterization) Creates a new instance.ContainerDefinition(IDefinitionIdentifier id, Class<? extends ContainerComponent<?, ?>> componentClass, IParameterization parameterization) Creates a new instance.LabeledDefinition(IDefinitionIdentifier id, Class<? extends IComponent<?>> componentClass, IParameterization parameterization, String label) Creates a new instance with the given arguments.SectionDefinition(IDefinitionIdentifier id, String label) Creates a new instance. -
Uses of IDefinitionIdentifier in com._1c.g5.aef2.standard.definitions.builders
Methods in com._1c.g5.aef2.standard.definitions.builders with parameters of type IDefinitionIdentifierModifier and TypeMethodDescriptionSectionDefinitionBuilder.element(String label, IDefinitionIdentifier definitionIdentifier) Creates a newILabeledDefinitionand adds to the section.protected IDefinitionSectionDefinitionBuilder.labeledDefinition(Class<? extends IComponent<?>> componentClass, IParameterization parameterization, String label, IDefinitionIdentifier definitionIdentifier) Cretets labeled definition for the provided parameters.SectionDefinitionBuilder.navigateTo(IDefinitionIdentifier definitionIdentifier) Finds the definition with the given identifier. -
Uses of IDefinitionIdentifier in com._1c.g5.aef2.standard.definitions.rules
Methods in com._1c.g5.aef2.standard.definitions.rules with parameters of type IDefinitionIdentifierModifier and TypeMethodDescriptionprotected IDefinitionAbstractRule.componentDefinition(IDefinitionIdentifier identifier) CreatesIDefinitionthat point to component for the specifiedidentifier. -
Uses of IDefinitionIdentifier in com._1c.g5.aef2.standard.internal.definitions
Classes in com._1c.g5.aef2.standard.internal.definitions that implement IDefinitionIdentifierModifier and TypeClassDescriptionfinal classTheIDefinitionIdentifierimplementation for theIFieldDefinition.final classTheIDefinitionIdentifierimplementation that uses single object to identify the definition.
MethodsSingleObjectDefinitionIdentifier.equals(Object)andSingleObjectDefinitionIdentifier.hashCode()delegate the execution to the underlying object. -
Uses of IDefinitionIdentifier in com._1c.g5.v8.dt.ui.aef.definitions
Classes in com._1c.g5.v8.dt.ui.aef.definitions that implement IDefinitionIdentifierModifier and TypeClassDescriptionclassTheIDefinitionIdentifierimplementation that usesSectionto identify the definition.
MethodsSectionDefinitionIdentifier.equals(Object)andSectionDefinitionIdentifier.hashCode()delegate the execution to the underlying object.