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.rules
Classes in com._1c.g5.aef2.standard.definitions.rules that implement IRuleTarget Modifier and Type Class Description class
ComponentRuleTarget
TheIRuleTarget
implementation 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 IRuleTarget
AbstractRule. componentTarget(IDefinition componentDefinition)
CreatesIRuleTarget
that point to component for the component definition.protected IRuleTarget
StandardComponentRuleResultProcessor. 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 void
RuleResult. addDisabled(IRuleTarget target)
Adds the target to disabled targets.void
RuleResult. addHidden(IRuleTarget target)
Adds the target to hidden targets.protected void
AbstractRule. disable(IRuleTarget target)
Disables field with the givenIRuleTarget
.protected void
AbstractRule. enable(IRuleTarget target)
Enables field with the givenIRuleTarget
.protected void
AbstractRule. hide(IRuleTarget target)
Hides field with the givenIRuleTarget
.void
RuleResult. removeDisabled(IRuleTarget target)
Removes the target from disabled targets.void
RuleResult. removeHidden(IRuleTarget target)
Removes the target from hidden targets.protected void
AbstractRule. 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 void
RuleResult. addDisabled(Collection<? extends IRuleTarget> targets)
Adds a collection of targets to the set of disabled targets.void
RuleResult. 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 IRuleTarget Modifier and Type Class Description class
AdoptedObjectComponentRuleTarget
TheIRuleTarget
implementation that points to component defined byIDefinition
instance 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 IRuleTarget
AbstractAdoptedObjectRule. componentTarget(IDefinition componentDefinition)
protected IRuleTarget
AdoptedObjectRuleResultProcessor. createMatchingRuleTarget(IDefinition definition)
-