Interface IManagingDefinition
- All Superinterfaces:
IComponentFactory
,IContainerDefinition
,IDefinition
- All Known Subinterfaces:
IDtGranularEditorManagingDefinition
- All Known Implementing Classes:
DtGranularEditorManagingDefinition
,ManagingDefinition
The
IContainerDefinition
successor that keeps the policies for managing child definition.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the collection ofIRefresherFactory
instances.getRule()
Returns theIRule
instance ornull
.ReturnsIRuleResultProcessor
instance.Methods inherited from interface com._1c.g5.aef2.standard.definitions.IComponentFactory
createComponent
Methods inherited from interface com._1c.g5.aef2.standard.definitions.IContainerDefinition
getChildren, getLayout
Methods inherited from interface com._1c.g5.aef2.standard.definitions.IDefinition
getComponentClass, getId, getLayoutData, getParametrization, getParent
-
Method Details
-
getRule
IRule getRule()Returns theIRule
instance ornull
.- Returns:
- the rule instance.
-
getRuleResultProcessor
IRuleResultProcessor getRuleResultProcessor()ReturnsIRuleResultProcessor
instance.- Returns:
IRuleResultProcessor
instance ornull
.
-
getRefresherFactories
Collection<IRefresherFactory> getRefresherFactories()Returns the collection ofIRefresherFactory
instances.- Returns:
- the collection of
IRefresherFactory
instances, nevernull
.
-