Uses of Interface
com._1c.g5.aef2.standard.definitions.IDefinitionIdentifier
-
Packages that use IDefinitionIdentifier Package Description com._1c.g5.aef2.standard.definitions com._1c.g5.aef2.standard.definitions.builders com._1c.g5.aef2.standard.definitions.rules -
-
Uses of IDefinitionIdentifier in com._1c.g5.aef2.standard.definitions
Methods in com._1c.g5.aef2.standard.definitions that return IDefinitionIdentifier Modifier and Type Method Description IDefinitionIdentifier
AbstractDefinition. getId()
IDefinitionIdentifier
IDefinition. getId()
Returns the identifier of this definition.Constructors in com._1c.g5.aef2.standard.definitions with parameters of type IDefinitionIdentifier Constructor Description AbstractDefinition(IDefinitionIdentifier id, Class<? extends IComponent<?>> componentClass)
Creates a new instance with void parameterization.AbstractDefinition(IDefinitionIdentifier id, Class<? extends IComponent<?>> 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. -
Uses of IDefinitionIdentifier in com._1c.g5.aef2.standard.definitions.builders
Methods in com._1c.g5.aef2.standard.definitions.builders with parameters of type IDefinitionIdentifier Modifier and Type Method Description T
SectionDefinitionBuilder. 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.T
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 IDefinitionIdentifier Modifier and Type Method Description protected IDefinition
AbstractRule. componentDefinition(IDefinitionIdentifier identifier)
CreatesIDefinition
that point to component for the specifiedidentifier
.
-