Uses of Class
com._1c.g5.aef2.standard.definitions.builders.ManagingDefinitionBuilder
-
-
Uses of ManagingDefinitionBuilder in com._1c.g5.aef2.standard.definitions.builders
Classes in com._1c.g5.aef2.standard.definitions.builders with type parameters of type ManagingDefinitionBuilder Modifier and Type Class Description class
ManagingDefinitionBuilder<T extends ManagingDefinitionBuilder<T>>
The managing definition builder.Methods in com._1c.g5.aef2.standard.definitions.builders that return ManagingDefinitionBuilder Modifier and Type Method Description static ManagingDefinitionBuilder<?>
ManagingDefinitionBuilder. builder()
Creates a new builder instance. -
Uses of ManagingDefinitionBuilder in com._1c.g5.properties.ui.descriptors
Methods in com._1c.g5.properties.ui.descriptors that return ManagingDefinitionBuilder Modifier and Type Method Description protected ManagingDefinitionBuilder<?>
AbstractObjectDescriptor. createBuilder()
Creates the definition builder.protected ManagingDefinitionBuilder<?>
AbstractObjectDescriptor. getBuilder()
Returns the definition builder.protected ManagingDefinitionBuilder<?>
AbstractObjectDescriptor. registerRefresher(IRefresherFactory refresherFactory)
Registers the specifiedrefresherFactory
in managing definition.protected ManagingDefinitionBuilder<?>
AbstractObjectDescriptor. rule(IRule rule)
Sets theIRule
for root definition.protected ManagingDefinitionBuilder<?>
AbstractObjectDescriptor. setRuleResultProcessor(IRuleResultProcessor ruleResultProcessor)
Sets the givenIRuleResultProcessor
instance to managing definition. -
Uses of ManagingDefinitionBuilder in com._1c.g5.v8.dt.ui.aef.component
Subclasses of ManagingDefinitionBuilder in com._1c.g5.v8.dt.ui.aef.component Modifier and Type Class Description class
UnsettablePropertyFieldDefinitionBuilder
TheManagingDefinitionBuilder
implementation oriented for unsettable object property fields. -
Uses of ManagingDefinitionBuilder in com._1c.g5.v8.dt.ui.aef.definitions.builder
Subclasses of ManagingDefinitionBuilder in com._1c.g5.v8.dt.ui.aef.definitions.builder Modifier and Type Class Description class
DtManagingDefinitionBuilder<T extends DtManagingDefinitionBuilder<T>>
TheManagingDefinitionBuilder
implementation oriented on DT specific. -
Uses of ManagingDefinitionBuilder in com.e1c.g5.dt.applications.ui.editor
Methods in com.e1c.g5.dt.applications.ui.editor that return ManagingDefinitionBuilder Modifier and Type Method Description protected ManagingDefinitionBuilder<?>
ApplicationEditorDescriptor. createBuilder()
Creates the application editor descriptor builder.protected ManagingDefinitionBuilder<?>
ApplicationEditorDescriptor. getBuilder()
Returns the application editor descriptor builder.protected ManagingDefinitionBuilder<?>
ApplicationEditorDescriptor. rule(IRule rule)
Sets theIRule
.
-