Package com._1c.g5.v8.dt.ui.aef.models
Interface IDynamicTreeModel<T>
- All Superinterfaces:
IModel
,IValidable
- All Known Subinterfaces:
IDynamicTreeModelWithAtribiteAndOwner<T>
,IPredefinedCalculationTypeCalculationBaseModel
- All Known Implementing Classes:
AbstractDtDynamicTreeModel
,AdoptedCommonAttributeContentModel
,AdoptedExchangePlanContentModel
,AdoptedPredefinedDataModel
,AttributesNavigatorTreeModel
,CatalogEditorOwnersPageModel
,CommonAttributeContentModel
,ConfigurationStandaloneContentModel
,CubeObjectsNavigatorTreeModel
,DistributionDistributeNavigatorTreeModel
,DistributionSupportNavigatorTreeModel
,DocumentEditorJournalsPageModel
,DocumentEditorSequencesPageModel
,DocumentRegisterRecordsModel
,DtGranularEditorFunctionalOptionsMdObjectContentModel
,DtGranularEditorFunctionalOptionsPageModel
,DtGranularEditorGenerationBasedOnModel
,DtGranularEditorGenerationBasisForModel
,DtGranularEditorRecordersPageModel
,DtGranularEditorSubsystemsPageModel
,ExchangePlanContentModel
,ExternalDataSourceObjectsNavigatorTreeModel
,FilterCriterionEditorContentPageModel
,FunctionalOptionEditorContentPageModel
,FunctionalOptionsParameterUseModel
,NavigatorTreeModel
,PackageDataModel
,PredefinedCalculationTypeCalculationBaseModel
,PredefinedDataModel
,StandardObjectsNavigatorTreeModel
,SubsystemEditorContentPageModel
,UsedFunctionalityFlagTreeModel
,WebServiceDataModel
,WsDefinitionsDataModel
The contract for dynamic tree model.
-
Method Summary
Methods inherited from interface com._1c.g5.aef2.models.IModel
addModelListener, commit, createWorkingCopy, discard, dispose, getChange, getComponent, isOnline, removeModelListener, setComponent
Methods inherited from interface com._1c.g5.aef2.validators.IValidable
addValidator, removeValidator, validate, validate
-
Method Details
-
getInput
Object getInput()- Returns:
- the input for content provider
-
getTreeContentProvider
ITreeContentProvider getTreeContentProvider()- Returns:
- the domain model content provider
-
getCheckStateProvider
ICheckStateProvider getCheckStateProvider()- Returns:
- the
ICheckStateProvider
-
getLabelProvider
ILabelProvider getLabelProvider()- Returns:
- the
ILabelProvider
-