Uses of Interface
com._1c.g5.aef2.standard.parameterization.ITreeParameterization
-
-
Uses of ITreeParameterization in com._1c.g5.aef2.standard.parameterization
Classes in com._1c.g5.aef2.standard.parameterization that implement ITreeParameterization Modifier and Type Class Description class
TreeParameterization
ITreeParameterization
implementation. -
Uses of ITreeParameterization in com._1c.g5.v8.dt.md.ui.aef.components
Constructors in com._1c.g5.v8.dt.md.ui.aef.components with parameters of type ITreeParameterization Constructor Description CommonAttributeContentTreeComponent(ITreeParameterization parameterization)
Creates new component.StandardObjectsTreeComponent(ITreeParameterization parameterization)
Creates new component. -
Uses of ITreeParameterization in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.configuration
Constructors in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.configuration with parameters of type ITreeParameterization Constructor Description ConfigurationStandaloneContentComponent(ITreeParameterization parameterization)
Initializes a new instance of the class. -
Uses of ITreeParameterization in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.document
Constructors in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.document with parameters of type ITreeParameterization Constructor Description DocumentEditorPostingPageComponent(ITreeParameterization parameterization)
Creates new component. -
Uses of ITreeParameterization in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.exchangeplan
Constructors in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.exchangeplan with parameters of type ITreeParameterization Constructor Description ExchangePlanContentComponent(ITreeParameterization parameterization)
Creates an instance ofExchangePlanContentComponent
. -
Uses of ITreeParameterization in com._1c.g5.v8.dt.ui.aef.component
Classes in com._1c.g5.v8.dt.ui.aef.component with type parameters of type ITreeParameterization Modifier and Type Class Description class
DtDynamicTreeComponent<T,M extends IDynamicTreeModel<T>,VM extends TreeViewModel,P extends ITreeParameterization>
Abstract implementation of the tree component that operates withIDynamicTreeModel
.Constructors in com._1c.g5.v8.dt.ui.aef.component with parameters of type ITreeParameterization Constructor Description NavigatorTreeComponent(ITreeParameterization parameterization)
Creates new component. -
Uses of ITreeParameterization in com._1c.g5.v8.dt.xdto.ui.aef.components
Constructors in com._1c.g5.v8.dt.xdto.ui.aef.components with parameters of type ITreeParameterization Constructor Description PackageDataComponent(ITreeParameterization parameterization)
Creates a new instance with parameterization.
-