Package com._1c.g5.aef2.models
Interface IEditableModel
-
- All Known Subinterfaces:
IAbstractMobileApplicationUrlsModel<T>
,IChartAxisModel
,IChartReferenceBandGridModel
,IChartReferenceLineGridModel
,IColorModel
,ICommonPictureContentEditModel
,ICommonPictureContentGridModel
,IGridModel<T>
,IMobileApplicationUrlsModel
,IMultilanguageFormattedTextModel
,IMultilanguageModel
,IRadioGroupModel<T>
,ISingleLanguageFormattedTextModel
,ISingleLanguageModel
,ITimeScaleLevelsLinkModel
,ITrendlineArrayGridModel
,ITypeDescriptionDialogModel
,ITypeDescriptionExtensionModel
,ITypeDescriptionModel
,IUnsettablePropertyFieldModel<T,O>
- All Known Implementing Classes:
AbstractBmChoiceParametersModel
,AbstractEmfChoiceParametersModel
,AbstractTypeDescriptionDialogModel
,AbstractTypeDescriptionModel
,AddInModel
,AddressingAttributeModel
,AttributesNavigatorTreeModel
,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
,CommandActionModel
,CommonAttributeAutoUsePropertyStateModel
,CommonAttributeContentModel
,CommonAttributeDataSeparationPropertyStateModel
,CommonPictureContentEditModel
,CommonPictureContentGridModel
,ConfigurationStandaloneContentModel
,CubeObjectsNavigatorTreeModel
,DataExchangeModel
,DcsChartReferenceBandGridModel
,DcsChartReferenceLineGridModel
,EditableModel
,EmfBorderValue
,EmfCharacteristicsDescriptionDataPathModel
,EmfCharacteristicsDescriptionFieldModel
,EmfCharacteristicsDescriptionSelectionModel
,EmfCharacteristicsDescriptionValueModel
,EmfChartColorPaletteDescriptionModel
,EmfChartLineModel
,EmfChartScaleModelValue
,EmfChoiceParameterLinksModel
,EmfCodeModel
,EmfColorModel
,EmfCustomColorPaletteModel
,EmfFontSelectionModel
,EmfLabelAreaModelValue
,EmfList
,EmfListSelectionModel
,EmfMap
,EmfMdTypeLinkModel
,EmfMultilanguageFormattedTextModel
,EmfMultilanguageModel
,EmfPictureModel
,EmfSingleLanguageFormattedTextModel
,EmfSingleLanguageModel
,EmfStyleItemTypeModel
,EmfTreeToListSelectionModel
,EmfTreeToSingleItemSelectionModel
,EmfTypeDescriptionModel
,EmfUnsettablePropertyFieldModel
,EmfValue
,EmfValueModel
,EmfValueSelectionModel
,EmfVersionedValue
,EventHandlerCollectionModel
,EventHandlerModel
,EventHandlerModel
,ExchangePlanContentModel
,ExtendedConfigurationObjectPropertyStateModel
,ExtendedConfigurationObjectSelectionModel
,ExternalDataSourceObjectsNavigatorTreeModel
,FormPropertyStateModel
,GraphicalSchemeCaseValue
,GraphicalSchemeItemValue
,IBaseBmHandlerNameModel.BaseBmHandlerNameModel
,IMultilanguageFormattedTextModel.MultilanguageFormattedTextWorkingCopy
,ISingleLanguageFormattedTextModel.SingleLanguageFormattedTextWorkingCopy
,ListModel
,ListWorkingCopy
,MapModel
,MapWorkingCopy
,MdPictureModel
,NavigatorTableModel
,NavigatorTreeDialogActionBarBmList
,NavigatorTreeDialogActionBarBmValue
,NavigatorTreeDialogActionBarEmfList
,NavigatorTreeDialogActionBarEmfValue
,NavigatorTreeDialogModel
,NavigatorTreeModel
,PojoList
,PojoMap
,PojoValue
,PredefinedItemTypeDescriptionModel
,PredefinedItemWizardTypeDescriptionModel
,PropertyStateModel
,SimpleGroupValue
,StandardObjectChoiceParameterLinksModel
,StandardObjectChoiceParametersModel
,StandardObjectMultilanguageModel
,StandardObjectsNavigatorTreeModel
,StandardObjectSwitchingSourceList
,StandardObjectSwitchingSourceModel
,StandardObjectSwitchingSourceValue
,StandardObjectTypeLinkModel
,StandardObjectValueModel
,StandardObjectValueSelectionModel
,TrendlineArrayGridModel
,TypeDescriptionModel
,UnfilledParentValueModel
,Value
,ValueWorkingCopy
,ViewModelList
,ViewModelValue
public interface IEditableModel
Defines editable model contract.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isEditable()
Checks if this model is editable.void
setEditable(boolean editable)
Sets model editable state.
-
-
-
Method Detail
-
isEditable
boolean isEditable()
Checks if this model is editable.- Returns:
true
if this model is editable,false
otherwise
-
setEditable
void setEditable(boolean editable)
Sets model editable state.- Parameters:
editable
- the editable state,true
if this model is editable,false
otherwise
-
-