Package com._1c.g5.v8.dt.aef2
Interface IModelApiAwareModel
-
- All Superinterfaces:
IModel
,IValidable
- All Known Subinterfaces:
IAbstractMobileApplicationUrlsModel<T>
,IBmCommonAttributeDataSeparationModel
,IChartAxisModel
,IChartReferenceBandGridModel
,IChartReferenceLineGridModel
,IChartScaleDetailedModel
,IChartScaleModel
,IDtGranularEditorManagingModel
,IHandlerModel<T>
,IHandlerModel<T>
,IMobileApplicationUrlsModel
,IRequiredPermissionsModel
,ITrendlineArrayGridModel
,IUsedMobileApplicationFunctionalitiesModel
- All Known Implementing Classes:
AbstractBmChoiceParametersModel
,AbstractDtGranularEditorManagingModel
,AddInModel
,AddressingAttributeModel
,BmAdjustableBooleanModel
,BmBorderNoneToNullValue
,BmBorderValue
,BmCharacteristicsDescriptionDataPathModel
,BmCharacteristicsDescriptionFieldModel
,BmCharacteristicsDescriptionSelectionModel
,BmCharacteristicsDescriptionValueModel
,BmChoiceParameterLinksModel
,BmCodeModel
,BmColorModel
,BmCommonAttributeDataSeparationModel
,BmCommonModuleEnvironmentModel
,BmConfigurationCompatibilityModeModel
,BmConfigurationUsePurposesModel
,BmDocumentNumeratorValue
,BmEventSubscribtionSourceModel
,BmEventSubscriptionEventsModel
,BmEventSubscriptionHandlerNameModel
,BmFilteringTreeToSingleItemSelectionModel
,BmFontSelectionModel
,BmGraphicalSchemeLineModel
,BmHandlerModel
,BmInformationRegisterWriteModeModel
,BmInlineTaskValue
,BmList
,BmListIRequiredPermissionsModel
,BmListMobileApplicationUrlsModel
,BmListSelectionModel
,BmMap
,BmMdObjectNameModel
,BmMdTypeLinkModel
,BmMultilanguageFormatModel
,BmMultilanguageFormattedTextModel
,BmMultilanguageModel
,BmOpenMdHelpModel
,BmPictureModel
,BmPredefinedItemNameModel
,BmSkipNullValue
,BmStyleItemTypeModel
,BmTimeScaleLevelsLinkModel
,BmTreeToListSelectionModel
,BmTreeToSingleItemSelectionModel
,BmTypeDescriptionModel
,BmUnsettablePropertyFieldModel
,BmValue
,BmValueModel
,BmValueSelectionModel
,BmValueUsedMobileApplicationFunctionalitiesModel
,BmVersionedValue
,ChartScaleDetailedModel
,CommandActionModel
,CommonAttributeAutoUsePropertyStateModel
,CommonAttributeContentModel
,CommonAttributeDataSeparationPropertyStateModel
,CommonPictureContentEditModel
,ConfigurationStandaloneContentModel
,DataExchangeModel
,DcsChartReferenceBandGridModel
,DcsChartReferenceLineGridModel
,DtGranularEditorPageDefinitionModel
,EmfChartScaleModelValue
,EventHandlerCollectionModel
,EventHandlerCollectionModel
,EventHandlerModel
,EventHandlerModel
,ExchangePlanContentModel
,ExtendedConfigurationObjectPropertyStateModel
,ExtendedConfigurationObjectSelectionModel
,FormPropertyStateModel
,GraphicalSchemeCaseValue
,GraphicalSchemeItemValue
,IBaseBmHandlerNameModel.BaseBmHandlerNameModel
,MdPictureModel
,MdPropertyPaletteModel
,NavigatorTableModel
,NavigatorTreeDialogActionBarBmList
,NavigatorTreeDialogActionBarBmValue
,PredefinedItemTypeDescriptionModel
,PropertyStateModel
,StandardObjectChoiceParameterLinksModel
,StandardObjectChoiceParametersModel
,StandardObjectMultilanguageModel
,StandardObjectSwitchingSourceList
,StandardObjectSwitchingSourceModel
,StandardObjectSwitchingSourceValue
,StandardObjectTypeLinkModel
,StandardObjectValueModel
,StandardObjectValueSelectionModel
,TrendlineArrayGridModel
,UnfilledParentValueModel
public interface IModelApiAwareModel extends IModel
TheIModelApi
aware model.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IModelApi
getModelApi()
Returns the model API.void
setModelApi(IModelApi modelApi)
Sets the specified API to the model.-
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
-
-