Uses of Interface
com._1c.g5.aef2.standard.definitions.rules.IRuleTarget
Packages that use IRuleTarget
Package
Description
-
Uses of IRuleTarget in com._1c.g5.aef2.standard.definitions.rules
Classes in com._1c.g5.aef2.standard.definitions.rules that implement IRuleTargetModifier and TypeClassDescriptionfinal classTheIRuleTargetimplementation that point to component described by the definition.Methods in com._1c.g5.aef2.standard.definitions.rules that return IRuleTargetModifier 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.Methods in com._1c.g5.aef2.standard.definitions.rules that return types with arguments of type IRuleTargetModifier and TypeMethodDescriptionSet<? extends IRuleTarget>IRuleResult.getDisabled()Returns a set of targets to disable.Set<? extends IRuleTarget>RuleResult.getDisabled()Set<? extends IRuleTarget>IRuleResult.getHidden()Returns a set of targets to hide.Set<? extends IRuleTarget>RuleResult.getHidden()Methods in com._1c.g5.aef2.standard.definitions.rules with parameters of type IRuleTargetModifier and TypeMethodDescriptionvoidRuleResult.addDisabled(IRuleTarget target) Adds the target to disabled targets.voidRuleResult.addHidden(IRuleTarget target) Adds the target to hidden targets.protected voidAbstractRule.disable(IRuleTarget target) Disables field with the givenIRuleTarget.protected voidAbstractRule.enable(IRuleTarget target) Enables field with the givenIRuleTarget.protected voidAbstractRule.hide(IRuleTarget target) Hides field with the givenIRuleTarget.voidRuleResult.removeDisabled(IRuleTarget target) Removes the target from disabled targets.voidRuleResult.removeHidden(IRuleTarget target) Removes the target from hidden targets.protected voidAbstractRule.show(IRuleTarget target) Shows field with the givenIRuleTarget.Method parameters in com._1c.g5.aef2.standard.definitions.rules with type arguments of type IRuleTargetModifier and TypeMethodDescriptionvoidRuleResult.addDisabled(Collection<? extends IRuleTarget> targets) Adds a collection of targets to the set of disabled targets.voidRuleResult.addHidden(Collection<? extends IRuleTarget> targets) Adds a collection of targets to the set of hidden targets. -
Uses of IRuleTarget in com._1c.g5.v8.dt.md.ui.extension.aef.rules
Classes in com._1c.g5.v8.dt.md.ui.extension.aef.rules that implement IRuleTargetModifier and TypeClassDescriptionfinal classTheIRuleTargetimplementation that points to component defined byIDefinitioninstance and created for the adopted object feature.Methods in com._1c.g5.v8.dt.md.ui.extension.aef.rules that return IRuleTargetModifier and TypeMethodDescriptionprotected IRuleTargetAbstractAdoptedObjectRule.componentTarget(IDefinition componentDefinition) protected IRuleTargetAdoptedObjectRuleResultProcessor.createMatchingRuleTarget(IDefinition definition)