Uses of Interface
com._1c.g5.aef2.standard.definitions.rules.IRuleTarget
- 
Packages that use IRuleTarget Package Description com._1c.g5.aef2.standard.definitions.rules com._1c.g5.v8.dt.md.ui.extension.aef.rules 
- 
- 
Uses of IRuleTarget in com._1c.g5.aef2.standard.definitions.rulesClasses in com._1c.g5.aef2.standard.definitions.rules that implement IRuleTarget Modifier and Type Class Description classComponentRuleTargetTheIRuleTargetimplementation that point to component described by the definition.Methods in com._1c.g5.aef2.standard.definitions.rules that return IRuleTarget Modifier and Type Method Description protected 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 IRuleTarget Modifier and Type Method Description Set<? 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 IRuleTarget Modifier and Type Method Description voidRuleResult. 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 IRuleTarget Modifier and Type Method Description voidRuleResult. 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.rulesClasses in com._1c.g5.v8.dt.md.ui.extension.aef.rules that implement IRuleTarget Modifier and Type Class Description classAdoptedObjectComponentRuleTargetTheIRuleTargetimplementation 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 IRuleTarget Modifier and Type Method Description protected IRuleTargetAbstractAdoptedObjectRule. componentTarget(IDefinition componentDefinition)protected IRuleTargetAdoptedObjectRuleResultProcessor. createMatchingRuleTarget(IDefinition definition)
 
-