Uses of Interface
com._1c.g5.aef2.models.IModel
-
-
Uses of IModel in com._1c.g5.aef2.components
Classes in com._1c.g5.aef2.components with type parameters of type IModel Modifier and Type Class Description classComponent<M extends IModel,P extends IParameterization>BaseIComponentimplementation.interfaceIComponent<M extends IModel>Defines contract of a component. -
Uses of IModel in com._1c.g5.aef2.emf.models
Classes in com._1c.g5.aef2.emf.models that implement IModel Modifier and Type Class Description classEmfList<T>Represents a EMF list.classEmfMap<K,V>Represents a EMF map.classEmfValue<T>Represents a EMF value. -
Uses of IModel in com._1c.g5.aef2.engines
Methods in com._1c.g5.aef2.engines with type parameters of type IModel Modifier and Type Method Description <M extends IModel>
ISceneEngine. showDialog(IComponent<M> component, M model)<M extends IModel>
ISceneIEngine. showDialog(IComponent<M> component, M model)Shows a dialog. -
Uses of IModel in com._1c.g5.aef2.models
Subinterfaces of IModel in com._1c.g5.aef2.models Modifier and Type Interface Description interfaceIAttribute<O,P>The contract for models that works with the attribute of some object.interfaceICompoundModelDefines the contract of a compound model.interfaceIEmfAttribute<O extends org.eclipse.emf.ecore.EObject>TheIAttributewhere the attribute is the EMF feature of some object.Classes in com._1c.g5.aef2.models that implement IModel Modifier and Type Class Description classCompoundModelBase class for the compound models.classEditableModelBase class for editable models.classModelBase class for models.Methods in com._1c.g5.aef2.models with type parameters of type IModel Modifier and Type Method Description protected <M extends IModel>
MCompoundModel. addModel(M model)Adds subordinate model.Methods in com._1c.g5.aef2.models that return IModel Modifier and Type Method Description IModelIModel. createWorkingCopy()IModelModel. createWorkingCopy()Methods in com._1c.g5.aef2.models that return types with arguments of type IModel Modifier and Type Method Description Iterable<IModel>CompoundModel. getModels()Iterable<IModel>ICompoundModel. getModels()Methods in com._1c.g5.aef2.models with parameters of type IModel Modifier and Type Method Description voidIModelListener. modelChanged(IModel model, ChangeOrigin changeOrigin)Invoked when the model is changed.voidModelListener. modelChanged(IModel model, ChangeOrigin changeOrigin)voidIModelListener. modelCommitted(IModel model)Invoked when the model is committed.voidModelListener. modelCommitted(IModel model)voidIModelListener. modelDisposed(IModel model)Invoked when the model is disposed.voidModelListener. modelDisposed(IModel model)voidIModelListener. modelOffline(IModel model)Invoked when the model goes offline.voidModelListener. modelOffline(IModel model)voidIModelListener. modelOnline(IModel model)Invoked when the model goes online.voidModelListener. modelOnline(IModel model) -
Uses of IModel in com._1c.g5.aef2.models.list
Subinterfaces of IModel in com._1c.g5.aef2.models.list Modifier and Type Interface Description interfaceIEmfListAttribute<T,O extends org.eclipse.emf.ecore.EObject>TheIListthat works with attribute.interfaceIList<E>The model of a list.Classes in com._1c.g5.aef2.models.list that implement IModel Modifier and Type Class Description classListModel<E>Base list model implementation.classListWorkingCopy<T>List working copy – editable proxy buffer for another list. -
Uses of IModel in com._1c.g5.aef2.models.map
Subinterfaces of IModel in com._1c.g5.aef2.models.map Modifier and Type Interface Description interfaceIEmfMapAttribute<K,V,O extends org.eclipse.emf.ecore.EObject>TheIMapthat works with attribute.interfaceIMap<K,V>The model of the map.Classes in com._1c.g5.aef2.models.map that implement IModel Modifier and Type Class Description classMapModel<K,V>Base map model implementation.classMapWorkingCopy<K,V>Map working copy – editable proxy buffer for another map. -
Uses of IModel in com._1c.g5.aef2.models.pojo
Classes in com._1c.g5.aef2.models.pojo that implement IModel Modifier and Type Class Description classPojoList<T>POJO list model implementation.classPojoMap<K,V>POJO map model implementation.classPojoValue<T>POJO value model implementation. -
Uses of IModel in com._1c.g5.aef2.models.value
Subinterfaces of IModel in com._1c.g5.aef2.models.value Modifier and Type Interface Description interfaceIEmfValueAttribute<T,O extends org.eclipse.emf.ecore.EObject>TheIValuethat works with attribute.interfaceIValue<T>The value model.Classes in com._1c.g5.aef2.models.value that implement IModel Modifier and Type Class Description classValue<T>BaseIValueimplementation.classValueWorkingCopy<T>Value working copy – editable proxy buffer for another value. -
Uses of IModel in com._1c.g5.aef2.standard.components
Classes in com._1c.g5.aef2.standard.components with type parameters of type IModel Modifier and Type Class Description classAbstractControlComponent<M extends IModel,P extends IParameterization,V extends ControlViewModel>The basic class for all control components.classCompositeComponent<M extends IModel,P extends IParameterization>The composite component.classContainerComponent<M extends IModel,P extends IParameterization>The container component.classDialogComponent<M extends IModel,P extends IDialogParametrization>The dialog component.classLinkComponent<M extends IModel>The link component.classScrolledCompositeComponent<M extends IModel,P extends IParameterization>The composite component which know how to scroll content.classStandardComponent<M extends IModel,P extends IParameterization>BaseIComponentclass for all of the components that use EMF-basedControlViewModelimplementation.Methods in com._1c.g5.aef2.standard.components with type parameters of type IModel Modifier and Type Method Description protected <DM extends IModel,DMR,VMM extends IViewModelModel,VMR>
VMMStandardComponent. bindModel(DM model, ControlViewModel viewModel, org.eclipse.emf.ecore.EStructuralFeature feature, BiFunction<ControlViewModel,org.eclipse.emf.ecore.EStructuralFeature,VMM> viewModelModelCreator, Function<DM,DMR> modelGetter, BiConsumer<DM,VMR> modelSetter, Function<VMM,VMR> viewModelGetter, BiConsumer<VMM,DMR> viewModelSetter, EnumSet<StandardComponent.BindingDirection> direction)Binds the givenmodelto view model.Methods in com._1c.g5.aef2.standard.components that return types with arguments of type IModel Modifier and Type Method Description CompositeComponent<IModel,IParameterization>ScrolledCompositeComponent. getContent()Gets the composite component which represents content of scrolled composite.Methods in com._1c.g5.aef2.standard.components with parameters of type IModel Modifier and Type Method Description protected voidStandardComponent. updateViewModelStatus(ControlViewModel viewModel, IModel model)Updates the validation status of the given view model. -
Uses of IModel in com._1c.g5.aef2.standard.definitions
Methods in com._1c.g5.aef2.standard.definitions that return types with arguments of type IModel Modifier and Type Method Description IComponent<IModel>AbstractDefinition. createComponent(Object[] objects) -
Uses of IModel in com._1c.g5.aef2.standard.definitions.models
Subinterfaces of IModel in com._1c.g5.aef2.standard.definitions.models Modifier and Type Interface Description interfaceIDefinitionModelThe model that is used by components that creates their child byIDefinitions.interfaceIManagingModelTheIModelthat is used by components that creates child components byIManagingDefinitionand manages their lifecycle.Classes in com._1c.g5.aef2.standard.definitions.models that implement IModel Modifier and Type Class Description classAbstractDefinitionModelThe abstract definition model.
It implements the basic functionality: the sub-models managing and the rule result processing.
It doesn't specify the way of getting the model objects or definition.classDefinitionModelThe default implementation of theIDefinitionModel.Methods in com._1c.g5.aef2.standard.definitions.models that return IModel Modifier and Type Method Description protected IModelAbstractFeatureFieldModelFactory. createGroupModel(IFieldDefinition definition, org.eclipse.emf.ecore.EObject... objects)Creates model for multiple objects.protected IModelAbstractMultiFeatureFieldModelFactory. createGroupModel(org.eclipse.emf.ecore.EObject[] objects, AbstractMultiFeatureFieldModelFactory.FeaturePaths featurePaths)Creates a model for a multi-object input.IModelAbstractFeatureFieldModelFactory. createModel(IDefinition definition, org.eclipse.emf.ecore.EObject... objects)IModelAbstractMultiFeatureFieldModelFactory. createModel(IDefinition definition, org.eclipse.emf.ecore.EObject... objects)IModelCompositeModelFactory. createModel(IDefinition definition, Collection<Object> objects)IModelCompositeModelFactory. createModel(IDefinition definition, org.eclipse.emf.ecore.EObject... objects)IModelDefaultModelFactory. createModel(IDefinition definition, Collection<Object> objects)IModelDefaultModelFactory. createModel(IDefinition definition, org.eclipse.emf.ecore.EObject... objects)default IModelIModelFactory. createModel(IDefinition definition, Collection<Object> objects)CreatesIModelinstance by the given arguments.IModelIModelFactory. createModel(IDefinition definition, org.eclipse.emf.ecore.EObject... objects)CreatesIModelinstance by the given arguments.protected abstract IModelAbstractFeatureFieldModelFactory. createSingleModel(EObjectFeature objectFeature)Creates model for single object.protected abstract IModelAbstractMultiFeatureFieldModelFactory. createSingleModel(org.eclipse.emf.ecore.EObject eObject, AbstractMultiFeatureFieldModelFactory.FeaturePaths featurePaths)Creates a model for a single input object.Methods in com._1c.g5.aef2.standard.definitions.models that return types with arguments of type IModel Modifier and Type Method Description Iterable<IModel>AbstractDefinitionModel. getModels()Methods in com._1c.g5.aef2.standard.definitions.models with parameters of type IModel Modifier and Type Method Description voidAbstractDefinitionModel. addModel(IModel model)voidIDefinitionModel. addModel(IModel model)Adds the givenmodelto the current definition model.voidAbstractDefinitionModel. removeModel(IModel model)voidIDefinitionModel. removeModel(IModel model)Removes the givenmodelfrom the current definition model. -
Uses of IModel in com._1c.g5.aef2.standard.definitions.validation
Methods in com._1c.g5.aef2.standard.definitions.validation with parameters of type IModel Modifier and Type Method Description protected voidAbstractManagingComponentValidationSupport. onComponentModelChange(IModel model) -
Uses of IModel in com._1c.g5.aef2.standard.models
Subinterfaces of IModel in com._1c.g5.aef2.standard.models Modifier and Type Interface Description interfaceIViewModelList<E>TheIViewModelModelcontract forIValuemodel types.interfaceIViewModelModelThe contract ofIModelfor view model.interfaceIViewModelValue<T>TheIViewModelModelcontract forIValuemodel type.Classes in com._1c.g5.aef2.standard.models that implement IModel Modifier and Type Class Description classEmptyModelEmpty model for components that doesn't require the model.classViewModelList<T>The special list model implementation forIViewModel.classViewModelValue<T>The special model implementation forIViewModel. -
Uses of IModel in com._1c.g5.aef2.standard.validation
Classes in com._1c.g5.aef2.standard.validation with type parameters of type IModel Modifier and Type Class Description classAbstractExternalValidationSupport<T extends IComponent<? extends IModel>,EVR>Provides the external validation support for components.Methods in com._1c.g5.aef2.standard.validation with parameters of type IModel Modifier and Type Method Description protected abstract voidAbstractExternalValidationSupport. onComponentModelChange(IModel model)Reacts on component model change.
It is a place to make conversion model to validable object. -
Uses of IModel in com._1c.g5.properties.ui
Classes in com._1c.g5.properties.ui that implement IModel Modifier and Type Class Description classPropertyPaletteModelModel for property palette. -
Uses of IModel in com._1c.g5.properties.ui.models
Methods in com._1c.g5.properties.ui.models that return IModel Modifier and Type Method Description protected IModelPropertiesModelFactory. createSingleModel(EObjectFeature objectFeature) -
Uses of IModel in com._1c.g5.v8.dt.addin.ui.aef
Subinterfaces of IModel in com._1c.g5.v8.dt.addin.ui.aef Modifier and Type Interface Description interfaceIAddInModelAddin ui modelClasses in com._1c.g5.v8.dt.addin.ui.aef that implement IModel Modifier and Type Class Description classAddInModelThe bm value model implementation forIAddInModel -
Uses of IModel in com._1c.g5.v8.dt.aef2
Subinterfaces of IModel in com._1c.g5.v8.dt.aef2 Modifier and Type Interface Description interfaceIModelApiAwareModelTheIModelApiaware model. -
Uses of IModel in com._1c.g5.v8.dt.aef2.bm.models
Classes in com._1c.g5.v8.dt.aef2.bm.models that implement IModel Modifier and Type Class Description classBmInlineTaskValue<T>A BM value with a supplier of customIBmTask.classBmList<T>Represents a BM object feature list model.classBmMap<K,V>Represents a BM object feature map model.classBmSkipNullValue<T>RepresentsBmValuewhich avoids setting ofnullvalues to the model.classBmValue<T>Represents a BM object feature value. -
Uses of IModel in com._1c.g5.v8.dt.bp.scheme.ui.aef.models
Subinterfaces of IModel in com._1c.g5.v8.dt.bp.scheme.ui.aef.models Modifier and Type Interface Description interfaceIAddressingAttributeModelModel for single addressing attribute.interfaceIAddressingAttributesCollectionModelRepresents collection of addressing attributes model.interfaceIGraphicalSchemeLineModelInterface for graphical scheme line model.interfaceIGraphicalSchemeValue<TValue,TSelection extends org.eclipse.emf.ecore.EObject>The value model for graphical scheme bundlesinterfaceIHandlerCollectionModelThe collection of handlers model.interfaceIHandlerModel<T extends org.eclipse.emf.ecore.EObject>The single handler model.Classes in com._1c.g5.v8.dt.bp.scheme.ui.aef.models that implement IModel Modifier and Type Class Description classAddressingAttributeModelImplementation ofIAddressingAttributeModel.classAddressingAttributesCollectionModelImplementation ofIAddressingAttributesCollectionModel.classBmGraphicalSchemeLineModelGraphical scheme line model.classEventHandlerCollectionModelThe BM aware implementation ofIHandlerCollectionModelfor graphical scheme item event handler collectionclassEventHandlerModelModel for addressing event handler selection component.classGraphicalSchemeCaseValueclassGraphicalSchemeItemValueBmValueimplementation forGraphicalSchemeItemname.Methods in com._1c.g5.v8.dt.bp.scheme.ui.aef.models that return IModel Modifier and Type Method Description protected IModelBpSchemeModelFactory. createSingleModel(EObjectFeature objectFeature)protected IModelGraphicalSchemePictureModelFactory. createSingleModel(EObjectFeature objectFeature) -
Uses of IModel in com._1c.g5.v8.dt.cmi.ui.aef.models
Methods in com._1c.g5.v8.dt.cmi.ui.aef.models that return IModel Modifier and Type Method Description protected IModelCmiModelFactory. createSingleModel(EObjectFeature objectFeature) -
Uses of IModel in com._1c.g5.v8.dt.dcs.ui.aef.models.chart
Classes in com._1c.g5.v8.dt.dcs.ui.aef.models.chart that implement IModel Modifier and Type Class Description classEmfChartColorPaletteDescriptionModelComponent EMF-model forChartColorPaletteDescription.classEmfChartScaleModelValueImplementation ofIChartScaleModelforChartScaleValueEditor.classEmfIntervalBoundModelValueEMF value implementation ofIIntervalBoundModelValue. -
Uses of IModel in com._1c.g5.v8.dt.dcs.ui.aef.models.chart.reference
Classes in com._1c.g5.v8.dt.dcs.ui.aef.models.chart.reference that implement IModel Modifier and Type Class Description classDcsChartReferenceBandGridModelGrid model forChartReferenceBandclassDcsChartReferenceLineGridModelGrid model forChartReferenceLine. -
Uses of IModel in com._1c.g5.v8.dt.dcs.ui.valueeditors
Methods in com._1c.g5.v8.dt.dcs.ui.valueeditors with type parameters of type IModel Modifier and Type Method Description protected <T extends IModel>
voidAefValueEditorBase. openDialog(IComponent<T> component, T model, Consumer<T> onSuccessConsumer)Creates dialog. -
Uses of IModel in com._1c.g5.v8.dt.form.internal.ui.properties.models
Subinterfaces of IModel in com._1c.g5.v8.dt.form.internal.ui.properties.models with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw Modifier and Type Interface Description interfacecom._1c.g5.v8.dt.form.internal.ui.properties.models.IFormValue<TValue,TSelection extends org.eclipse.emf.ecore.EObject>The value model for form bundles. -
Uses of IModel in com._1c.g5.v8.dt.form.ui.chart.aef.models
Subinterfaces of IModel in com._1c.g5.v8.dt.form.ui.chart.aef.models Modifier and Type Interface Description interfaceIChartAxisModelComponent model for chart axis interface.interfaceIChartColorPaletteDescriptionDetailedModelDetailed component model forChartColorPaletteDescriptioninterface.interfaceIChartColorPaletteDescriptionModelComponent model forChartColorPaletteDescriptioninterface.interfaceIChartScaleDetailedModelChart scale detailed model interface.interfaceIChartScaleModelChart scale model interface.interfaceIIntervalBoundModelValueBM value for interval's lower or upper bound interface.interfaceITimeScaleLevelsLinkModelThe model for time scale levels link component.Classes in com._1c.g5.v8.dt.form.ui.chart.aef.models that implement IModel Modifier and Type Class Description classBmTimeScaleLevelsLinkModelThe BM implementation ofITimeScaleLevelsLinkModel.classChartColorPaletteDescriptionDetailedModelDetailed model forChartColorPaletteDescription.classChartScaleDetailedModelDetailed model forChartScale.classEmfChartLineModelThe implementation ofIChartLineModel. -
Uses of IModel in com._1c.g5.v8.dt.form.ui.chart.aef.models.labelarea
Classes in com._1c.g5.v8.dt.form.ui.chart.aef.models.labelarea that implement IModel Modifier and Type Class Description classEmfLabelAreaModelValueBM model forLabelArea. -
Uses of IModel in com._1c.g5.v8.dt.form.ui.chart.aef.models.reference
Subinterfaces of IModel in com._1c.g5.v8.dt.form.ui.chart.aef.models.reference Modifier and Type Interface Description interfaceIChartReferenceBandGridModelInterface for model for chart reference band in grid.interfaceIChartReferenceLineGridModelInterface for model for chart reference line in grid. -
Uses of IModel in com._1c.g5.v8.dt.form.ui.chart.aef.models.trendline
Subinterfaces of IModel in com._1c.g5.v8.dt.form.ui.chart.aef.models.trendline Modifier and Type Interface Description interfaceITrendlineArrayGridModelInterface for model for trendline array in grid.Classes in com._1c.g5.v8.dt.form.ui.chart.aef.models.trendline that implement IModel Modifier and Type Class Description classTrendlineArrayGridModelModel for trendline array in grid. -
Uses of IModel in com._1c.g5.v8.dt.form.ui.properties.models
Subinterfaces of IModel in com._1c.g5.v8.dt.form.ui.properties.models Modifier and Type Interface Description interfaceIAdjustableBooleanModel{@link AdjustableBoolean) model.interfaceIHandlerCollectionModelThe collection of handlers model.interfaceIHandlerModel<T extends org.eclipse.emf.ecore.EObject>The single handler model.Classes in com._1c.g5.v8.dt.form.ui.properties.models that implement IModel Modifier and Type Class Description classBmAdjustableBooleanModelIAdjustableBooleanModelimplementation.classCommandActionModelTheIHandlerModelimplementation for form command.classEventHandlerCollectionModelThe BM aware implementation ofIHandlerCollectionModelfor form event handler collection.classEventHandlerModelTheIHandlerModelimplementation for event container. -
Uses of IModel in com._1c.g5.v8.dt.form.ui.wizard
Classes in com._1c.g5.v8.dt.form.ui.wizard that implement IModel Modifier and Type Class Description static classFormWizard.FormModelThe model for form wizard pages.Methods in com._1c.g5.v8.dt.form.ui.wizard that return IModel Modifier and Type Method Description protected IModelFormWizard. getModelForPageComponent(NewWizardPageComponent<?> component)Methods in com._1c.g5.v8.dt.form.ui.wizard that return types with arguments of type IModel Modifier and Type Method Description protected CompositeComponent<IModel,?>FormWizardAttributesPage. createColumnsComponent() -
Uses of IModel in com._1c.g5.v8.dt.md.help.ui.aef.model
Subinterfaces of IModel in com._1c.g5.v8.dt.md.help.ui.aef.model Modifier and Type Interface Description interfaceIOpenMdHelpModelThe contract of model forOpenMdHelpComponent.Classes in com._1c.g5.v8.dt.md.help.ui.aef.model that implement IModel Modifier and Type Class Description classBmOpenMdHelpModelTheIOpenMdHelpModelBM implementation.Methods in com._1c.g5.v8.dt.md.help.ui.aef.model that return IModel Modifier and Type Method Description protected IModelMdHelpModelFactory. createSingleModel(EObjectFeature objectFeature) -
Uses of IModel in com._1c.g5.v8.dt.md.ui.aef.models
Classes in com._1c.g5.v8.dt.md.ui.aef.models with type parameters of type IModel Modifier and Type Class Description classStandardObjectSwitchingSourceModel<M extends IModel>The wrap-model for standard attributes models that switches sources (EMF/BM) automatically.static interfaceStandardObjectSwitchingSourceModel.IStandardAttributeModelCreator<T extends IModel>Subinterfaces of IModel in com._1c.g5.v8.dt.md.ui.aef.models Modifier and Type Interface Description interfaceIBaseBmHandlerNameModelModel value for handler name editinginterfaceIBmCommonAttributeDataSeparationModelThe Bm model forCommonAttributeDataSeparationinterfaceICharacteristicsDescriptionDataPathModel<T extends org.eclipse.emf.ecore.EObject>CharacteristicsDescriptiondata path field model interface.interfaceICharacteristicsDescriptionFieldModel<T extends org.eclipse.emf.ecore.EObject>Fieldmodel interface.interfaceIChoiceParametersModelThe interface of the model for editingChoiceParameters.interfaceICodeModel<O extends org.eclipse.emf.ecore.EObject>Model forPredefinedItemcode feature supports.interfaceIColorModelThe model for color component.interfaceICustomColorPaletteModelInterface for custom color palette model.interfaceIEventSubscriptionEventsModelEvent subscription event modelinterfaceIEventSubscriptionHandlerNameModelEvent subscription handler modelinterfaceIFontSelectionModelThe contract of model for font selection component.interfaceIHandlerModelThe handler model.interfaceIMdChoiceParameterLinksModelContract forField-based choice parameter links of MD object attributes.interfaceIMdPictureModelMdPicturemodel.interfaceIMdTypeLinkModelThe contract of models for Type link feature of MD object attributes.interfaceIMobileApplicationUrlsModelMobileApplicationUrlmodel.interfaceIMultilanguageFormattedTextModelThe contract of the model forMultilanguageFormattedTextComponent.interfaceIMultilanguageModelThe contract of the model forMultilanguageComponent.interfaceINavigatorTreeDialogActionBarModel<T extends org.eclipse.emf.ecore.EObject>The model interface forNavigatorTreeDialogActionBarComponent.interfaceIPictureModelPicture model.interfaceIRequiredPermissionsModelTheIListmodel implementation for required permissions component.interfaceISingleLanguageFormattedTextModelThe contract of the model forSingleLanguageFormattedTextComponent.interfaceISingleLanguageModelThe contract of the model forAbstractSingleLanguageComponent.interfaceISourceUrlModel<T extends org.eclipse.emf.ecore.EObject>WS-reference source URL model.interfaceIUsedMobileApplicationFunctionalitiesModelTheIListmodel implementation for used mobile application functionalities component.Methods in com._1c.g5.v8.dt.md.ui.aef.models that return IModel Modifier and Type Method Description protected IModelBmCommonAttributeDataSeparationModelFactory. createSingleModel(EObjectFeature objectFeature)protected IModelDocumentNumeratorModelFactory. createSingleModel(EObjectFeature objectFeature)protected IModelMdSingleDefaultModelFactory. createSingleModel(EObjectFeature objectFeature)protected IModelMdSingleModelFactory. createSingleModel(EObjectFeature objectFeature)protected IModelSelectionModelFactory. createSingleModel(EObjectFeature objectFeature)protected IModelStandardAttributeModelFactory. createSingleModel(EObjectFeature objectFeature) -
Uses of IModel in com._1c.g5.v8.dt.md.ui.aef.models.commonpicture
Subinterfaces of IModel in com._1c.g5.v8.dt.md.ui.aef.models.commonpicture Modifier and Type Interface Description interfaceICommonPictureContentEditModelThe base model for common picture content editorinterfaceICommonPictureContentGridModelThe grid model for Common picture content grid component.Classes in com._1c.g5.v8.dt.md.ui.aef.models.commonpicture that implement IModel Modifier and Type Class Description classCommonPictureContentEditModelBaseCommonPicturecontent editor modelclassCommonPictureContentGridModelThe implementation of grid model for Common picture content grid componentMethods in com._1c.g5.v8.dt.md.ui.aef.models.commonpicture that return IModel Modifier and Type Method Description IModelCommonPictureModelFactory. createModel(IDefinition definition, org.eclipse.emf.ecore.EObject... objects) -
Uses of IModel in com._1c.g5.v8.dt.md.ui.aef.models.type
Subinterfaces of IModel in com._1c.g5.v8.dt.md.ui.aef.models.type Modifier and Type Interface Description interfaceITypeDescriptionDialogModelContract for type description dialog component model.interfaceITypeDescriptionModelContract for type description component model.Classes in com._1c.g5.v8.dt.md.ui.aef.models.type that implement IModel Modifier and Type Class Description classAbstractTypeDescriptionDialogModelThe abstract model for type description dialog component.classAbstractTypeDescriptionModelThe abstract model for type description component. -
Uses of IModel in com._1c.g5.v8.dt.md.ui.aef.models.value
Subinterfaces of IModel in com._1c.g5.v8.dt.md.ui.aef.models.value Modifier and Type Interface Description interfaceIValueModelThe AEF model for component that works withValue.Classes in com._1c.g5.v8.dt.md.ui.aef.models.value that implement IModel Modifier and Type Class Description classBmCharacteristicsDescriptionValueModelTheCharacteristicsDescriptionBMIValueModelimplementation.classBmValueModelThe BMIValueModelimplementation.classEmfCharacteristicsDescriptionValueModelTheCharacteristicsDescriptionEmfIValueModelimplementation.classEmfValueModelThe EmfIValueModelimplementation.classUnfilledParentValueModelSpecial value model for "Unfilled parent value" property. -
Uses of IModel in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.commonattribute
Classes in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.commonattribute that implement IModel Modifier and Type Class Description classCommonAttributeContentModelThe AEF 2.0 domain model for the common attribute content.Methods in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.commonattribute that return IModel Modifier and Type Method Description protected IModelCommonAttributeContentModelFactory. createSingleModel(EObjectFeature objectFeature) -
Uses of IModel in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.configuration
Classes in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.configuration that implement IModel Modifier and Type Class Description classConfigurationStandaloneContentExchangeSettingsDialogModelExchange settings dialog model.classConfigurationStandaloneContentExchangeSettingsDialogModel.ExchangePlanModelCreates exchange plan settings dialog component model.classConfigurationStandaloneContentModelThe AEF 2.0 component for the configuration standalone content.Methods in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.configuration that return IModel Modifier and Type Method Description IModelConfigurationStandaloneContentModelFactory. createModel(IDefinition definition, org.eclipse.emf.ecore.EObject... objects) -
Uses of IModel in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.dataexchange
Classes in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.dataexchange that implement IModel Modifier and Type Class Description classDataExchangeModelDtGranularEditordata exchande model.Methods in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.dataexchange that return IModel Modifier and Type Method Description protected IModelDtGranularEditorDataExchangePageDescriptor. createDataExchangeModel(org.eclipse.emf.ecore.EObject[] objs)Creates data exchange model. -
Uses of IModel in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.exchangeplan
Classes in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.exchangeplan that implement IModel Modifier and Type Class Description classExchangePlanContentModelThe AEF 2.0 component for the exchange plan content.Methods in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.exchangeplan that return IModel Modifier and Type Method Description IModelExchangePlanContentModelFactory. createModel(IDefinition definition, org.eclipse.emf.ecore.EObject... objects) -
Uses of IModel in com._1c.g5.v8.dt.md.ui.editor.predefineddata
Classes in com._1c.g5.v8.dt.md.ui.editor.predefineddata that implement IModel Modifier and Type Class Description classPredefinedDataModelPredefined data page tree component model. -
Uses of IModel in com._1c.g5.v8.dt.md.ui.extension.aef.models
Classes in com._1c.g5.v8.dt.md.ui.extension.aef.models that implement IModel Modifier and Type Class Description classCommonAttributeAutoUsePropertyStateModelCustomPropertyStateModelimplementation forCommonAttributeAutoUsepropertyclassCommonAttributeDataSeparationPropertyStateModelCustomPropertyStateModelimplementation forCommonAttributeDataSeparationpropertyclassExtendedConfigurationObjectPropertyStateModelCustomPropertyStateModelfor edit property state without value change side effectsclassFormPropertyStateModelAEF model for metadata property state for forms that also adopts original form or generates a new one on "extend" state change.classPropertyStateModelAEF model for metadata property state.Methods in com._1c.g5.v8.dt.md.ui.extension.aef.models that return IModel Modifier and Type Method Description IModelMdExtensionPropertiesModelFactory. createModel(IDefinition definition, org.eclipse.emf.ecore.EObject... objects) -
Uses of IModel in com._1c.g5.v8.dt.md.ui.extension.aef.models.type
Subinterfaces of IModel in com._1c.g5.v8.dt.md.ui.extension.aef.models.type Modifier and Type Interface Description interfaceITypeDescriptionExtensionModelAEF model forTypeDescriptionExtensioneditor -
Uses of IModel in com._1c.g5.v8.dt.md.ui.properties.models
Classes in com._1c.g5.v8.dt.md.ui.properties.models that implement IModel Modifier and Type Class Description classMdPropertyPaletteModelImplementation ofPropertyPaletteModelcontaining EDT specific logic.classSimpleGroupValue<T>The group model.Methods in com._1c.g5.v8.dt.md.ui.properties.models that return IModel Modifier and Type Method Description protected IModelModelFactory. createGroupModel(IFieldDefinition definition, org.eclipse.emf.ecore.EObject... objects)protected IModelModelFactory. createSingleModel(EObjectFeature objectFeature) -
Uses of IModel in com._1c.g5.v8.dt.md.ui.wizards
Classes in com._1c.g5.v8.dt.md.ui.wizards that implement IModel Modifier and Type Class Description static classAbstractDependentProjectWizard.DependentWizardModel<M extends MdObject>Dependent wizard model instance.static classAbstractProjectWizard.WizardModel<M extends MdObject>Dependent wizard model instance.Methods in com._1c.g5.v8.dt.md.ui.wizards that return IModel Modifier and Type Method Description protected IModelAbstractProjectWizard. getModelForPageComponent(NewWizardPageComponent<?> component)protected IModelCharacteristicsDescriptionWizard. getModelForPageComponent(NewWizardPageComponent<?> component)protected IModelPredefinedItemWizard. getModelForPageComponent(NewWizardPageComponent<?> component) -
Uses of IModel in com._1c.g5.v8.dt.md.ui.wizards.aef.models
Subinterfaces of IModel in com._1c.g5.v8.dt.md.ui.wizards.aef.models Modifier and Type Interface Description interfaceICharacteristicsDescriptionModelModel contract forCharacteristicsDescription-based wizards.interfaceIMdObjectModelModel contract forMdObject-based wizards.interfaceIMdTypedObjectModelModel contract forMdObject-based wizards with possibility to edit additional features.interfaceIPredefinedAccountModelModel contract forChartOfAccountsPredefinedItem-based wizards.interfaceIPredefinedCalculationTypeModelModel contract forChartOfCalculationTypesPredefinedItem-based wizards.interfaceIPredefinedCharacteristicTypeModelModel contract forChartOfCharacteristicTypesPredefinedItem-based wizards.interfaceIPredefinedItemModelModel contract forPredefinedItem-based wizards.Methods in com._1c.g5.v8.dt.md.ui.wizards.aef.models that return types with arguments of type IModel Modifier and Type Method Description Map<org.eclipse.emf.ecore.EStructuralFeature,IModel>IMdTypedObjectModel. getAdditionalModels()Map<org.eclipse.emf.ecore.EStructuralFeature,IModel>MdTypedObjectModel. getAdditionalModels() -
Uses of IModel in com._1c.g5.v8.dt.md.ui.wizards.base.aef
Classes in com._1c.g5.v8.dt.md.ui.wizards.base.aef with type parameters of type IModel Modifier and Type Class Description classDtAefNewWizardPage<T extends IModel,M extends org.eclipse.emf.ecore.EObject>Base class for wizard pages that is constructed using AEF.classNewWizardPageComponent<M extends IModel>Base class for AEF wizard page componentsMethods in com._1c.g5.v8.dt.md.ui.wizards.base.aef that return IModel Modifier and Type Method Description protected IModelDtAefMdNewWizard. getModelForPageComponent(NewWizardPageComponent<?> component)protected IModelDtAefNewWizard. getModelForPageComponent(NewWizardPageComponent<?> component)Returns AEF model for the given component.Method parameters in com._1c.g5.v8.dt.md.ui.wizards.base.aef with type arguments of type IModel Modifier and Type Method Description org.eclipse.jface.wizard.IWizardPageDtAefNewWizard. addPage(NewWizardPageComponent<? extends IModel> pageComponent)Adds a given wizard page component to wizard. -
Uses of IModel in com._1c.g5.v8.dt.ui.aef.component
Classes in com._1c.g5.v8.dt.ui.aef.component with type parameters of type IModel Modifier and Type Class Description classAbstractDtActionBarComponent<M extends IModel,P extends IDtActionBarParameterization>Base component for components that works with model that can be represented as string.classAbstractDtColorActionBarComponent<M extends IModel,P extends IDtActionBarParameterization>TheAbstractDtReadonlyActionBarComponentimplementation for controls that displays color within the text box.classAbstractDtReadonlyActionBarComponent<M extends IModel,P extends IDtActionBarParameterization>TheAbstractDtActionBarComponentwith the read-only editor.classAbstractDtSelectComponent<M extends IModel,P extends IParameterization,VM extends SelectViewModel>Base component for components that allow to select new value with feasible buttons in action bar.classAbstractSelectionActionBarComponent<M extends IModel,P extends ISelectionParameterization>TheAbstractDtReadonlyActionBarComponentimplementation that allows to select values from dialog.classAbstractTabFolderComponent<M extends IModel,P extends IParameterization>The tab folder component.classDialogWithToolbarComponent<M extends IModel,P extends IDialogParametrization>Dialog component with toolbar.classTextPreviewComponent<M extends IModel>Component for displaying text with given color and font properties.Subinterfaces of IModel in com._1c.g5.v8.dt.ui.aef.component Modifier and Type Interface Description interfaceIUnsettablePropertyFieldModel<T,O extends org.eclipse.emf.ecore.EObject>Unsettable property field model.Methods in com._1c.g5.v8.dt.ui.aef.component with parameters of type IModel Modifier and Type Method Description protected voidDtPictureComponent. updateViewModelStatus(ControlViewModel viewModel, IModel model) -
Uses of IModel in com._1c.g5.v8.dt.ui.aef.models
Subinterfaces of IModel in com._1c.g5.v8.dt.ui.aef.models Modifier and Type Interface Description interfaceIAbstractMobileApplicationUrlsModel<T extends AbstractMobileApplicationUrl>TheAbstractMobileApplicationUrls model.interfaceIBorderValueModelThe Border value modelinterfaceIChoiceParameterLinksModel<T extends AbstractChoiceParameterLink,U>The contract for Choice parameter links models.interfaceIDynamicTableModelThe contract for dynamic table model.interfaceIDynamicTreeModel<T>The contract for dynamic tree model.interfaceIEmfListSelectionModel<T,O extends org.eclipse.emf.ecore.EObject>The model interface forListSelectionComponent.interfaceIEmfSelectionModel<O extends org.eclipse.emf.ecore.EObject>The model interface forAbstractSelectionComponent.interfaceIEmfTreeSelectionModel<O extends org.eclipse.emf.ecore.EObject>interfaceIEmfTreeToListSelectionModel<T,O extends org.eclipse.emf.ecore.EObject>The model interface forTreeToListSelectionComponent.interfaceIEmfTreeToSingleItemSelectionModel<T,O extends org.eclipse.emf.ecore.EObject>The model interface forTreeToSingleItemSelectionComponent.interfaceIEmfValueSelectionModel<T,O extends org.eclipse.emf.ecore.EObject>The model interface forValueSelectionComponent.interfaceIGridModel<T>The model for grid component.interfaceISelectionModelThe model interface forAbstractSelectionComponent.interfaceITypeLinkModel<T extends AbstractTypeLink,U>The contract for type link models.Classes in com._1c.g5.v8.dt.ui.aef.models that implement IModel Modifier and Type Class Description classAbstractDtDynamicTreeModel<T>Abstract implementation forIDynamicTreeModel.classBmListSelectionModel<T>The BmIEmfListSelectionModelimplementation.classBmTreeToListSelectionModel<T>TheIEmfTreeSelectionModelimplementation.classBmTreeToSingleItemSelectionModel<T>TheIEmfTreeSelectionModelimplementation for single item selection.classBmUnsettablePropertyFieldModel<T>AEF model for unsettable property field.classBmValueSelectionModel<T>The BmIEmfValueSelectionModelimplementation.classBmVersionedValue<T>Represents a version-aware BM object feature value.classEmfListSelectionModel<T>The EmfIEmfListSelectionModelimplementation.classEmfTreeToListSelectionModel<T>TheIEmfTreeSelectionModelimplementation.classEmfTreeToSingleItemSelectionModel<T>TheIEmfTreeToSingleItemSelectionModelimplementation for single item selection.classEmfUnsettablePropertyFieldModel<T>Emf model for unsettable property field.classEmfValueSelectionModel<T>TheIEmfValueSelectionModelimplementation.classEmfVersionedValue<T>Represents a version-aware EMF object feature value.classNavigatorTableModelTheIDynamicTableModelimplementation for navigator objects.classNavigatorTreeModelTheIDynamicTreeModelimplementation for navigator objects. -
Uses of IModel in com._1c.g5.v8.dt.ui.editor.aef
Classes in com._1c.g5.v8.dt.ui.editor.aef that implement IModel Modifier and Type Class Description classDtGranularEditorPageDefinitionModelThe model for AEF 2.0 granular editor page. -
Uses of IModel in com._1c.g5.v8.dt.ui.editor.aef.model
Subinterfaces of IModel in com._1c.g5.v8.dt.ui.editor.aef.model Modifier and Type Interface Description interfaceIDtGranularEditorManagingModelTheIManagingModelfor granular editors managing components.Classes in com._1c.g5.v8.dt.ui.editor.aef.model that implement IModel Modifier and Type Class Description classAbstractDtGranularEditorManagingModelTheIDtGranularEditorManagingModelabstract implmentation. -
Uses of IModel in com._1c.g5.v8.dt.xdto.ui.aef.models
Subinterfaces of IModel in com._1c.g5.v8.dt.xdto.ui.aef.models Modifier and Type Interface Description interfaceIDynamicTreeModelWithAtribiteAndOwner<T extends org.eclipse.emf.ecore.EObject>The contract for dynamic tree model with attribute and owner object.Classes in com._1c.g5.v8.dt.xdto.ui.aef.models that implement IModel Modifier and Type Class Description classPackageDataModelPackage tree component model.Methods in com._1c.g5.v8.dt.xdto.ui.aef.models that return IModel Modifier and Type Method Description static IModelXdtoUiUtil. createModel(org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EStructuralFeature feature)CreatesIModelinstance by the given arguments. -
Uses of IModel in com.e1c.g5.dt.applications.ui.editor.aef.models
Subinterfaces of IModel in com.e1c.g5.dt.applications.ui.editor.aef.models Modifier and Type Interface Description interfaceIRadioGroupModel<T>The AEF 2.0 model for radio group component.interfaceITreeModelThe interface of model for tree component.
-