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 classManagingDefinitionBuilder<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 specifiedrefresherFactoryin managing definition.protected ManagingDefinitionBuilder<?>AbstractObjectDescriptor. rule(IRule rule)Sets theIRulefor root definition.protected ManagingDefinitionBuilder<?>AbstractObjectDescriptor. setRuleResultProcessor(IRuleResultProcessor ruleResultProcessor)Sets the givenIRuleResultProcessorinstance 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 classUnsettablePropertyFieldDefinitionBuilderTheManagingDefinitionBuilderimplementation 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 classDtManagingDefinitionBuilder<T extends DtManagingDefinitionBuilder<T>>TheManagingDefinitionBuilderimplementation 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.
-