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 IDefinitionIdentifier
AbstractDefinition.getId()
IDefinition.getId()
Returns the identifier of this definition.Constructors in com._1c.g5.aef2.standard.definitions with parameters of type IDefinitionIdentifierModifierConstructorDescriptionprotected
AbstractDefinition
(IDefinitionIdentifier id, Class<? extends IComponent<?>> componentClass) Creates a new instance with void parameterization.protected
AbstractDefinition
(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 newILabeledDefinition
and adds to the section.protected IDefinition
SectionDefinitionBuilder.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 IDefinition
AbstractRule.componentDefinition
(IDefinitionIdentifier identifier) CreatesIDefinition
that 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 class
TheIDefinitionIdentifier
implementation for theIFieldDefinition
.final class
TheIDefinitionIdentifier
implementation 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 TypeClassDescriptionclass
TheIDefinitionIdentifier
implementation that usesSection
to identify the definition.
MethodsSectionDefinitionIdentifier.equals(Object)
andSectionDefinitionIdentifier.hashCode()
delegate the execution to the underlying object.