Uses of Interface
com._1c.g5.aef2.models.IModel
Packages that use IModel
Package
Description
-
Uses of IModel in com._1c.g5.aef2.components
Classes in com._1c.g5.aef2.components with type parameters of type IModelModifier and TypeClassDescriptionclass
Component<M extends IModel,
P extends IParameterization> BaseIComponent
implementation.interface
IComponent<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 -
Uses of IModel in com._1c.g5.aef2.engines
Methods in com._1c.g5.aef2.engines with type parameters of type IModelModifier and TypeMethodDescriptionEngine.showDialog
(IComponent<M> component, M model) IEngine.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.modelsModifier and TypeInterfaceDescriptioninterface
IAttribute<O,
P> The contract for models that works with the attribute of some object.interface
Defines the contract of a compound model.interface
IEmfAttribute<O extends org.eclipse.emf.ecore.EObject>
TheIAttribute
where the attribute is the EMF feature of some object.Classes in com._1c.g5.aef2.models that implement IModelModifier and TypeClassDescriptionclass
Base class for the compound models.class
Base class for editable models.class
Base class for models.Methods in com._1c.g5.aef2.models with type parameters of type IModelModifier and TypeMethodDescriptionprotected <M extends IModel>
MCompoundModel.addModel
(M model) Adds subordinate model.Methods in com._1c.g5.aef2.models that return IModelMethods in com._1c.g5.aef2.models that return types with arguments of type IModelMethods in com._1c.g5.aef2.models with parameters of type IModelModifier and TypeMethodDescriptionvoid
IModelListener.modelChanged
(IModel model, ChangeOrigin changeOrigin) Invoked when the model is changed.void
ModelListener.modelChanged
(IModel model, ChangeOrigin changeOrigin) void
IModelListener.modelCommitted
(IModel model) Invoked when the model is committed.void
ModelListener.modelCommitted
(IModel model) void
IModelListener.modelDisposed
(IModel model) Invoked when the model is disposed.void
ModelListener.modelDisposed
(IModel model) void
IModelListener.modelOffline
(IModel model) Invoked when the model goes offline.void
ModelListener.modelOffline
(IModel model) void
IModelListener.modelOnline
(IModel model) Invoked when the model goes online.void
ModelListener.modelOnline
(IModel model) -
Uses of IModel in com._1c.g5.aef2.models.list
Subinterfaces of IModel in com._1c.g5.aef2.models.listModifier and TypeInterfaceDescriptioninterface
IEmfListAttribute<T,
O extends org.eclipse.emf.ecore.EObject> TheIList
that works with attribute.interface
IList<E>
The model of a list.Classes in com._1c.g5.aef2.models.list that implement IModelModifier and TypeClassDescriptionclass
ListModel<E>
Base list model implementation.class
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.mapModifier and TypeInterfaceDescriptioninterface
IEmfMapAttribute<K,
V, O extends org.eclipse.emf.ecore.EObject> TheIMap
that works with attribute.interface
IMap<K,
V> The model of the map.Classes in com._1c.g5.aef2.models.map that implement IModelModifier and TypeClassDescriptionclass
MapModel<K,
V> Base map model implementation.class
MapWorkingCopy<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 -
Uses of IModel in com._1c.g5.aef2.models.value
Subinterfaces of IModel in com._1c.g5.aef2.models.valueModifier and TypeInterfaceDescriptioninterface
IEmfValueAttribute<T,
O extends org.eclipse.emf.ecore.EObject> TheIValue
that works with attribute.interface
IValue<T>
The value model.Classes in com._1c.g5.aef2.models.value that implement IModel -
Uses of IModel in com._1c.g5.aef2.standard.components
Classes in com._1c.g5.aef2.standard.components with type parameters of type IModelModifier and TypeClassDescriptionclass
AbstractControlComponent<M extends IModel,
P extends IParameterization, V extends ControlViewModel> The basic class for all control components.class
CompositeComponent<M extends IModel,
P extends IParameterization> The composite component.class
ContainerComponent<M extends IModel,
P extends IParameterization> The container component.class
DialogComponent<M extends IModel,
P extends IDialogParametrization> The dialog component.class
LinkComponent<M extends IModel>
The link component.final class
ScrolledCompositeComponent<M extends IModel,
P extends IParameterization> The composite component which know how to scroll content.class
StandardComponent<M extends IModel,
P extends IParameterization> BaseIComponent
class for all of the components that use EMF-basedControlViewModel
implementation.Methods in com._1c.g5.aef2.standard.components with type parameters of type IModelModifier and TypeMethodDescriptionprotected <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 givenmodel
to view model.Methods in com._1c.g5.aef2.standard.components that return types with arguments of type IModelModifier and TypeMethodDescriptionScrolledCompositeComponent.getContent()
Gets the composite component which represents content of scrolled composite.Methods in com._1c.g5.aef2.standard.components with parameters of type IModelModifier and TypeMethodDescriptionprotected void
StandardComponent.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 -
Uses of IModel in com._1c.g5.aef2.standard.definitions.models
Subinterfaces of IModel in com._1c.g5.aef2.standard.definitions.modelsModifier and TypeInterfaceDescriptioninterface
The model that is used by components that creates their child byIDefinition
s.interface
TheIModel
that is used by components that creates child components byIManagingDefinition
and manages their lifecycle.Classes in com._1c.g5.aef2.standard.definitions.models that implement IModelModifier and TypeClassDescriptionclass
The 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.class
The default implementation of theIDefinitionModel
.Methods in com._1c.g5.aef2.standard.definitions.models that return IModelModifier and TypeMethodDescriptionprotected IModel
AbstractFeatureFieldModelFactory.createGroupModel
(IFieldDefinition definition, org.eclipse.emf.ecore.EObject... objects) Creates model for multiple objects.protected IModel
AbstractMultiFeatureFieldModelFactory.createGroupModel
(org.eclipse.emf.ecore.EObject[] objects, AbstractMultiFeatureFieldModelFactory.FeaturePaths featurePaths) Creates a model for a multi-object input.AbstractFeatureFieldModelFactory.createModel
(IDefinition definition, org.eclipse.emf.ecore.EObject... objects) AbstractMultiFeatureFieldModelFactory.createModel
(IDefinition definition, org.eclipse.emf.ecore.EObject... objects) CompositeModelFactory.createModel
(IDefinition definition, Collection<Object> objects) CompositeModelFactory.createModel
(IDefinition definition, org.eclipse.emf.ecore.EObject... objects) DefaultModelFactory.createModel
(IDefinition definition, Collection<Object> objects) DefaultModelFactory.createModel
(IDefinition definition, org.eclipse.emf.ecore.EObject... objects) default IModel
IModelFactory.createModel
(IDefinition definition, Collection<Object> objects) CreatesIModel
instance by the given arguments.IModelFactory.createModel
(IDefinition definition, org.eclipse.emf.ecore.EObject... objects) CreatesIModel
instance by the given arguments.protected abstract IModel
AbstractFeatureFieldModelFactory.createSingleModel
(EObjectFeature objectFeature) Creates model for single object.protected abstract IModel
AbstractMultiFeatureFieldModelFactory.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 IModelMethods in com._1c.g5.aef2.standard.definitions.models with parameters of type IModelModifier and TypeMethodDescriptionvoid
void
Adds the givenmodel
to the current definition model.void
AbstractDefinitionModel.removeModel
(IModel model) void
IDefinitionModel.removeModel
(IModel model) Removes the givenmodel
from 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 IModelModifier and TypeMethodDescriptionprotected void
AbstractManagingComponentValidationSupport.onComponentModelChange
(IModel model) -
Uses of IModel in com._1c.g5.aef2.standard.models
Subinterfaces of IModel in com._1c.g5.aef2.standard.modelsModifier and TypeInterfaceDescriptioninterface
TheIViewModelModel
contract forIValue
model types.interface
The contract ofIModel
for view model.interface
TheIViewModelModel
contract forIValue
model type.Classes in com._1c.g5.aef2.standard.models that implement IModelModifier and TypeClassDescriptionfinal class
Empty model for components that doesn't require the model.class
The special list model implementation forIViewModel
.class
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 IModelModifier and TypeClassDescriptionclass
AbstractExternalValidationSupport<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 IModelModifier and TypeMethodDescriptionprotected abstract void
AbstractExternalValidationSupport.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 -
Uses of IModel in com._1c.g5.properties.ui.models
Methods in com._1c.g5.properties.ui.models that return IModelModifier and TypeMethodDescriptionprotected IModel
PropertiesModelFactory.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.aefClasses in com._1c.g5.v8.dt.addin.ui.aef that implement IModel -
Uses of IModel in com._1c.g5.v8.dt.aef2
Subinterfaces of IModel in com._1c.g5.v8.dt.aef2 -
Uses of IModel in com._1c.g5.v8.dt.aef2.bm.models
Classes in com._1c.g5.v8.dt.aef2.bm.models that implement IModelModifier and TypeClassDescriptionclass
A BM value with a supplier of customIBmTask
.class
BmList<T>
Represents a BM object feature list model.class
BmMap<K,
V> Represents a BM object feature map model.class
RepresentsBmValue
which avoids setting ofnull
values to the model.class
BmValue<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.modelsModifier and TypeInterfaceDescriptioninterface
Model for single addressing attribute.interface
Represents collection of addressing attributes model.interface
Interface for graphical scheme line model.interface
IGraphicalSchemeValue<TValue,
TSelection extends org.eclipse.emf.ecore.EObject> The value model for graphical scheme bundlesinterface
The collection of handlers model.interface
IHandlerModel<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 IModelModifier and TypeClassDescriptionclass
Implementation ofIAddressingAttributeModel
.class
Implementation ofIAddressingAttributesCollectionModel
.class
Graphical scheme line model.class
The BM aware implementation ofIHandlerCollectionModel
for graphical scheme item event handler collectionclass
Model for addressing event handler selection component.class
class
BmValue
implementation forGraphicalSchemeItem
name.Methods in com._1c.g5.v8.dt.bp.scheme.ui.aef.models that return IModelModifier and TypeMethodDescriptionprotected IModel
BpSchemeModelFactory.createSingleModel
(EObjectFeature objectFeature) protected IModel
GraphicalSchemePictureModelFactory.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 IModelModifier and TypeMethodDescriptionprotected IModel
CmiModelFactory.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 IModelModifier and TypeClassDescriptionclass
Component EMF-model forChartColorPaletteDescription
.class
Implementation ofIChartScaleModel
forChartScaleValueEditor
.class
EMF 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 IModelModifier and TypeClassDescriptionclass
Grid model forChartReferenceBand
class
Grid 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 IModelModifier and TypeMethodDescriptionprotected <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.modelsModifier and TypeInterfaceDescriptioninterface
The contract for model of the component that allows to choose form button command.interface
The grid model for 'choice list' grid component.interface
TheIFormList
model implementation for choice list component.interface
The interface of model for form choice parameter links.interface
TheIFormList
model for command set component.interface
Form conditional appearance model.interface
The aef model for edits GroupList feature of a dynamic list form.interface
IFormList<T>
TheIList
model for form bundles.interface
IFormMap<K,
V> TheIMap
model for form bundles.interface
The grid model for value list grid component.interface
TheIFormList
model implementation for elements list.interface
The BM model value forFormPagesRepresentation
interface.interface
The value model for form tables.interface
The value model for form tables.interface
The interface forFormTypeLink
model.interface
IFormValue<TValue,
TSelection extends org.eclipse.emf.ecore.EObject> The value model for form bundles.interface
The BM model value forSearchStringLocation
interface.interface
TheIModel
model for the spreadsheet document scroll bar component.interface
The model for user settings group component.Classes in com._1c.g5.v8.dt.form.internal.ui.properties.models that implement IModelModifier and TypeClassDescriptionclass
The value selection model forAdditionSource
class
Button default model.class
The AEF model of formButton
for editButton.getParameter()
feature.class
The AEF model of formButton
for editButton.getParameter()
feature.class
The model for Enable Content Change value of a formGroup
.class
The BM model value forCheckBoxType
.class
The implementation of theIFormChoiceListGridModel
.class
The Bm implementation ofIFormCommandSetModel
.class
IFormConditionalAppearanceModel
implementation.class
The bm implementation ofIFormGroupListModel
.class
FormItem type model.class
The implementation of theIFormMobileCommandsSetGridModel
.class
The BM model value forFormPagesRepresentation
.class
IFormTableNameModel
implementation.class
IFormTableNameValueModel
implementation.class
The model of Form functional options list.class
NamedElement name model.class
The BM model value forSearchStringLocation
.class
The BMIUserSettingsGroupModel
implementation.class
IGroupBehaviorModel
implementation.class
TheIFormChoiceListModel
implementation.class
TheIFormChoiceParameterLinksModel
implementation.class
Implementation ofIColorModel
specific for forms.class
The BMICommandChooserModel
implementation.class
FormBmList<T>
The BMIFormList
implementation.class
TheIFormMobileCommandsSetModel
implementation.class
TheIFormTypeLinkModel
implementation.class
FormBmValue<T,
TSelection extends org.eclipse.emf.ecore.EObject> Represents a BM object feature value for form models.class
IFormTableNameValueModel
implementation for group objects.class
The model of Form functional options list for group objects.class
TheISpreadSheetScrollBarUseModel
model implementation for the spreadsheet document scroll bar component.Methods in com._1c.g5.v8.dt.form.internal.ui.properties.models that return IModelModifier and TypeMethodDescriptionprotected IModel
FormModelFactory.createGroupModel
(IFieldDefinition definition, org.eclipse.emf.ecore.EObject... objects) protected IModel
FormModelFactory.createSingleModel
(EObjectFeature objectFeature) Creates model for single object. -
Uses of IModel in com._1c.g5.v8.dt.form.internal.ui.properties.models.datapath
Subinterfaces of IModel in com._1c.g5.v8.dt.form.internal.ui.properties.models.datapathModifier and TypeInterfaceDescriptioninterface
The model for form attribute component.Classes in com._1c.g5.v8.dt.form.internal.ui.properties.models.datapath that implement IModelModifier and TypeClassDescriptionclass
The Bm implementation ofIFormAttributeModel
.class
The model for form button data path component.class
The Bm implementation ofIFormDataPathModel
.class
The model for open SpreadsheetData in form attributes -
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.modelsModifier and TypeInterfaceDescriptioninterface
Component model for chart axis interface.interface
Detailed component model forChartColorPaletteDescription
interface.interface
Component model forChartColorPaletteDescription
interface.interface
Chart scale detailed model interface.interface
Chart scale model interface.interface
BM value for interval's lower or upper bound interface.interface
The model for time scale levels link component.Classes in com._1c.g5.v8.dt.form.ui.chart.aef.models that implement IModelModifier and TypeClassDescriptionclass
The BM implementation ofITimeScaleLevelsLinkModel
.class
Detailed model forChartColorPaletteDescription
.class
Detailed model forChartScale
.class
The 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 -
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.referenceModifier and TypeInterfaceDescriptioninterface
Interface for model for chart reference band in grid.interface
Interface 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.trendlineModifier and TypeInterfaceDescriptioninterface
Interface for model for trendline array in grid.Classes in com._1c.g5.v8.dt.form.ui.chart.aef.models.trendline that implement IModelModifier and TypeClassDescriptionclass
Model for trendline array in grid. -
Uses of IModel in com._1c.g5.v8.dt.form.ui.internal.chart.aef.models
Subinterfaces of IModel in com._1c.g5.v8.dt.form.ui.internal.chart.aef.modelsModifier and TypeInterfaceDescriptioninterface
The model for chart line component.interface
Component model forPointProperties
collection of givenChart
interface.interface
Component model forSeriesProperties
collection of givenChart
interface.interface
GanttChartBackgroundIntervals
model's interface.interface
Interface for model for generalGanttChart
settings.interface
GanttChart
general settings model's interface.interface
Component model for Gantt chart'sTimeScaleLevel
elements collection.interface
Model for gauge chart quality bands in grid.interface
Component model forGaugeChartQualityBands
interface.interface
The model for chart line component with support for the case when underlyingChartLine
value isnull
.interface
BM value for real pie point property of aChart
interface.interface
BM value for real stock series property of aChart
interface.Classes in com._1c.g5.v8.dt.form.ui.internal.chart.aef.models that implement IModelModifier and TypeClassDescriptionclass
Component model for chart axis.class
The bm implementation ofIChartLineModel
.class
Component model forPointProperties
collection of givenChart
.class
Component model forSeriesProperties
collection of givenChart
.class
BM model forGanttChartBackgroundIntervals
.class
Model for generalGanttChart
settings.class
Component model forTimeScaleLevel
element representation.class
Component model forGaugeChartQualityBands
.class
BM value for interval's lower or upper bound.class
BMIChartLineModel
implementation with support for the case when underlyingChartLine
value isnull
.class
BM value for real pie point property of aChart
.class
BM value for points count property of aChart
.class
BM value for series count property of aChart
.class
BM value for real stock series property of aChart
.class
EMFIChartLineModel
implementation with support for the case when underlyingChartLine
value isnull
.class
Model for gauge chart quality bands in grid.class
Model forLabelArea
.Methods in com._1c.g5.v8.dt.form.ui.internal.chart.aef.models that return IModelModifier and TypeMethodDescriptionprotected IModel
ChartModelFactory.createSingleModel
(EObjectFeature objectFeature) -
Uses of IModel in com._1c.g5.v8.dt.form.ui.internal.chart.aef.models.chartscale
Classes in com._1c.g5.v8.dt.form.ui.internal.chart.aef.models.chartscale that implement IModel -
Uses of IModel in com._1c.g5.v8.dt.form.ui.internal.chart.aef.models.colorpalettedescription
Classes in com._1c.g5.v8.dt.form.ui.internal.chart.aef.models.colorpalettedescription that implement IModel -
Uses of IModel in com._1c.g5.v8.dt.form.ui.internal.chart.aef.models.labelarea
Subinterfaces of IModel in com._1c.g5.v8.dt.form.ui.internal.chart.aef.models.labelareaModifier and TypeInterfaceDescriptioninterface
Label area detailed model interface.interface
Label area model interface.Classes in com._1c.g5.v8.dt.form.ui.internal.chart.aef.models.labelarea that implement IModel -
Uses of IModel in com._1c.g5.v8.dt.form.ui.internal.chart.aef.models.reference
Subinterfaces of IModel in com._1c.g5.v8.dt.form.ui.internal.chart.aef.models.referenceModifier and TypeInterfaceDescriptioninterface
Component model forChartReferenceBands
interface.interface
Component model forChartReferenceLines
interface.Classes in com._1c.g5.v8.dt.form.ui.internal.chart.aef.models.reference that implement IModelModifier and TypeClassDescriptionclass
Component model forChartReferenceBands
class
Component model forChartReferenceLines
class
Grid model forChartReferenceBand
class
Grid model forChartReferenceLine
. -
Uses of IModel in com._1c.g5.v8.dt.form.ui.internal.chart.aef.models.timescale
Subinterfaces of IModel in com._1c.g5.v8.dt.form.ui.internal.chart.aef.models.timescaleModifier and TypeInterfaceDescriptioninterface
The model for time scale label selection component.interface
The time scale labels model.interface
The time scale levels model.Classes in com._1c.g5.v8.dt.form.ui.internal.chart.aef.models.timescale that implement IModelModifier and TypeClassDescriptionclass
The bm implementation ofITimeScaleLabelSelectionModel
.final class
The implementation ofITimeScaleLabelSelectionModel
.class
The special EMF implementation of theIMultilanguageModel
for theTimeScaleLevel
object format string.class
The implementation ofITimeScaleLabelsModel
.class
The implementation ofITimeScaleLevelsModel
. -
Uses of IModel in com._1c.g5.v8.dt.form.ui.internal.chart.aef.models.trendline
Subinterfaces of IModel in com._1c.g5.v8.dt.form.ui.internal.chart.aef.models.trendlineClasses in com._1c.g5.v8.dt.form.ui.internal.chart.aef.models.trendline that implement IModel -
Uses of IModel in com._1c.g5.v8.dt.form.ui.internal.planner.aef.models
Subinterfaces of IModel in com._1c.g5.v8.dt.form.ui.internal.planner.aef.modelsModifier and TypeInterfaceDescriptioninterface
The model for planner dimensions link component.interface
The grid model for dimensions grid component.Classes in com._1c.g5.v8.dt.form.ui.internal.planner.aef.models that implement IModelModifier and TypeClassDescriptionclass
The BM implmentation ofIPlannerDimensionsLinkModel
.class
The implementation ofIPlannerDimensionsModel
.Methods in com._1c.g5.v8.dt.form.ui.internal.planner.aef.models that return IModelModifier and TypeMethodDescriptionprotected IModel
PlannerModelFactory.createSingleModel
(EObjectFeature objectFeature) -
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.modelsModifier and TypeInterfaceDescriptioninterface
{@link AdjustableBoolean) model.interface
The collection of handlers model.interface
IHandlerModel<T extends org.eclipse.emf.ecore.EObject>
The single handler model.Classes in com._1c.g5.v8.dt.form.ui.properties.models that implement IModelModifier and TypeClassDescriptionclass
IAdjustableBooleanModel
implementation.class
IAdjustableBooleanModel
implementation.class
IAdjustableBooleanModel
implementation.class
TheIHandlerModel
implementation for form command.class
The BM aware implementation ofIHandlerCollectionModel
for form event handler collection.class
TheIHandlerModel
implementation for event container. -
Uses of IModel in com._1c.g5.v8.dt.form.ui.properties.models.datapath
Subinterfaces of IModel in com._1c.g5.v8.dt.form.ui.properties.models.datapathModifier and TypeInterfaceDescriptioninterface
The model for data path component. -
Uses of IModel in com._1c.g5.v8.dt.form.ui.wizard
Classes in com._1c.g5.v8.dt.form.ui.wizard that implement IModelModifier and TypeClassDescriptionstatic class
The model for form wizard pages.Methods in com._1c.g5.v8.dt.form.ui.wizard that return IModelModifier and TypeMethodDescriptionprotected IModel
FormWizard.getModelForPageComponent
(NewWizardPageComponent<?> component) Methods in com._1c.g5.v8.dt.form.ui.wizard that return types with arguments of type IModelModifier and TypeMethodDescriptionprotected CompositeComponent<IModel,
?> FormWizardAttributesPage.createColumnsComponent()
-
Uses of IModel in com._1c.g5.v8.dt.geographicalschema.ui.internal.aef.models
Subinterfaces of IModel in com._1c.g5.v8.dt.geographicalschema.ui.internal.aef.modelsModifier and TypeInterfaceDescriptioninterface
The selection model forGeographicalCoordinatesSelectionComponent
.Classes in com._1c.g5.v8.dt.geographicalschema.ui.internal.aef.models that implement IModelModifier and TypeClassDescriptionclass
The default implementtaion ofIGeographicalCoordinatesSelectionModel
.Methods in com._1c.g5.v8.dt.geographicalschema.ui.internal.aef.models that return IModelModifier and TypeMethodDescriptionprotected IModel
GeographicalSchemaModelFactory.createSingleModel
(EObjectFeature objectFeature) -
Uses of IModel in com._1c.g5.v8.dt.internal.aggregates.ui.aef
Subinterfaces of IModel in com._1c.g5.v8.dt.internal.aggregates.ui.aefModifier and TypeInterfaceDescriptioninterface
The Accumulation register aggregates value modelClasses in com._1c.g5.v8.dt.internal.aggregates.ui.aef that implement IModelModifier and TypeClassDescriptionclass
The bm value model implementation forAccumulationRegisterAggregates
Methods in com._1c.g5.v8.dt.internal.aggregates.ui.aef that return IModelModifier and TypeMethodDescriptionprotected IModel
AggregatesModelFactory.createSingleModel
(EObjectFeature objectFeature) -
Uses of IModel in com._1c.g5.v8.dt.internal.binary.ui.aef.models
Classes in com._1c.g5.v8.dt.internal.binary.ui.aef.models that implement IModel -
Uses of IModel in com._1c.g5.v8.dt.internal.form.ui.dynamiclist.aef.models
Subinterfaces of IModel in com._1c.g5.v8.dt.internal.form.ui.dynamiclist.aef.modelsModifier and TypeInterfaceDescriptioninterface
The contract for model of dynamic list query feature.Classes in com._1c.g5.v8.dt.internal.form.ui.dynamiclist.aef.models that implement IModelMethods in com._1c.g5.v8.dt.internal.form.ui.dynamiclist.aef.models that return IModelModifier and TypeMethodDescriptionprotected IModel
FormDynamicListModelFactory.createSingleModel
(EObjectFeature objectFeature) -
Uses of IModel in com._1c.g5.v8.dt.internal.form.ui.extension.properties.models
Subinterfaces of IModel in com._1c.g5.v8.dt.internal.form.ui.extension.properties.modelsModifier and TypeInterfaceDescriptioninterface
IHandlerExtensionModel<T extends org.eclipse.emf.ecore.EObject>
A model extension ofIHandlerModel
for the form extension model objects.Classes in com._1c.g5.v8.dt.internal.form.ui.extension.properties.models that implement IModelModifier and TypeClassDescriptionclass
The BM aware implementation ofIHandlerCollectionModel
for form extension command handler collection.class
TheIHandlerExtensionModel
implementation for form command.class
EventHandlerCollectionModel
extension for the form extension model objects.class
TheIHandlerExtensionModel
implementation for event container.Methods in com._1c.g5.v8.dt.internal.form.ui.extension.properties.models that return IModelModifier and TypeMethodDescriptionFormExtensionModelFactory.createModel
(IDefinition definition, org.eclipse.emf.ecore.EObject... objects) -
Uses of IModel in com._1c.g5.v8.dt.internal.md.ui.aef.mobilefunctionality
Classes in com._1c.g5.v8.dt.internal.md.ui.aef.mobilefunctionality that implement IModel -
Uses of IModel in com._1c.g5.v8.dt.internal.md.ui.editors.catalog
Classes in com._1c.g5.v8.dt.internal.md.ui.editors.catalog that implement IModelModifier and TypeClassDescriptionclass
Catalog owners component model. -
Uses of IModel in com._1c.g5.v8.dt.internal.md.ui.editors.document
Classes in com._1c.g5.v8.dt.internal.md.ui.editors.document that implement IModelModifier and TypeClassDescriptionclass
Document editor journals page model.class
DocumentEditor
sequences page model.class
The AEF 2.0 component for the document register records. -
Uses of IModel in com._1c.g5.v8.dt.internal.md.ui.editors.filtercriterion
Classes in com._1c.g5.v8.dt.internal.md.ui.editors.filtercriterion that implement IModelModifier and TypeClassDescriptionclass
-
Uses of IModel in com._1c.g5.v8.dt.internal.md.ui.editors.functionaloption
Classes in com._1c.g5.v8.dt.internal.md.ui.editors.functionaloption that implement IModelModifier and TypeClassDescriptionclass
-
Uses of IModel in com._1c.g5.v8.dt.internal.md.ui.editors.functionaloptionsparameter
Classes in com._1c.g5.v8.dt.internal.md.ui.editors.functionaloptionsparameter that implement IModel -
Uses of IModel in com._1c.g5.v8.dt.internal.md.ui.editors.pages
Methods in com._1c.g5.v8.dt.internal.md.ui.editors.pages that return IModelModifier and TypeMethodDescriptionMdGranularEditorsModelFactory.createModel
(IDefinition definition, org.eclipse.emf.ecore.EObject... objects) protected IModel
MdGranularEditorMultiFeatureModelFactory.createSingleModel
(org.eclipse.emf.ecore.EObject eObject, AbstractMultiFeatureFieldModelFactory.FeaturePaths featurePaths) protected IModel
MdGranularEditorsModelFactory.createSingleModel
(EObjectFeature objectFeature) -
Uses of IModel in com._1c.g5.v8.dt.internal.md.ui.editors.pages.cattributes
Classes in com._1c.g5.v8.dt.internal.md.ui.editors.pages.cattributes that implement IModelModifier and TypeClassDescriptionclass
TheIDynamicTableModel
implementation common attributesNavigatorTableModel
for md-object granular editor data page. -
Uses of IModel in com._1c.g5.v8.dt.internal.md.ui.editors.pages.characteristics
Subinterfaces of IModel in com._1c.g5.v8.dt.internal.md.ui.editors.pages.characteristicsModifier and TypeInterfaceDescriptioninterface
Characteristics table model.Classes in com._1c.g5.v8.dt.internal.md.ui.editors.pages.characteristics that implement IModel -
Uses of IModel in com._1c.g5.v8.dt.internal.md.ui.editors.pages.functionaloptions
Classes in com._1c.g5.v8.dt.internal.md.ui.editors.pages.functionaloptions that implement IModelModifier and TypeClassDescriptionclass
DtGranularEditor
functional options top md-object owner content model.class
DtGranularEditor
functional options page model. -
Uses of IModel in com._1c.g5.v8.dt.internal.md.ui.editors.pages.generation
Classes in com._1c.g5.v8.dt.internal.md.ui.editors.pages.generation that implement IModelModifier and TypeClassDescriptionclass
DtGranularEditor
generation page based on model.class
DtGranularEditor
generation page basis for model. -
Uses of IModel in com._1c.g5.v8.dt.internal.md.ui.editors.pages.predefineddata
Subinterfaces of IModel in com._1c.g5.v8.dt.internal.md.ui.editors.pages.predefineddataModifier and TypeInterfaceDescriptioninterface
Predefined account accounting flags model.interface
Predefined account ext dimension types model.interface
Predefined account model.interface
IPredefinedAccountPartModel<T extends org.eclipse.emf.ecore.EObject>
Predefined account part (flags, ext dimension types) model.interface
Predefined calculation type calculation base (base, leading, displacing calculation types) model.interface
Predefined calculation type model.Classes in com._1c.g5.v8.dt.internal.md.ui.editors.pages.predefineddata that implement IModelModifier and TypeClassDescriptionclass
IPredefinedAccountPartModel
implementation.class
IPredefinedAccountPartModel
ext dimension types implementation.class
IPredefinedAccountModel
implementation.class
IPredefinedCalculationTypeCalculationBaseModel
implementation.class
IPredefinedCalculationTypeModel
implementation. -
Uses of IModel in com._1c.g5.v8.dt.internal.md.ui.editors.pages.recorders
Classes in com._1c.g5.v8.dt.internal.md.ui.editors.pages.recorders that implement IModelModifier and TypeClassDescriptionclass
-
Uses of IModel in com._1c.g5.v8.dt.internal.md.ui.editors.pages.subsystems
Classes in com._1c.g5.v8.dt.internal.md.ui.editors.pages.subsystems that implement IModel -
Uses of IModel in com._1c.g5.v8.dt.internal.md.ui.editors.subsystem
Classes in com._1c.g5.v8.dt.internal.md.ui.editors.subsystem that implement IModel -
Uses of IModel in com._1c.g5.v8.dt.internal.md.ui.extension.editor.descriptors.commonattribute
Classes in com._1c.g5.v8.dt.internal.md.ui.extension.editor.descriptors.commonattribute that implement IModelModifier and TypeClassDescriptionclass
The AEF 2.0 adopted domain model for the common attribute content.Methods in com._1c.g5.v8.dt.internal.md.ui.extension.editor.descriptors.commonattribute that return IModelModifier and TypeMethodDescriptionprotected IModel
AdoptedCommonAttributeContentModelFactory.createSingleModel
(EObjectFeature objectFeature) -
Uses of IModel in com._1c.g5.v8.dt.internal.md.ui.extension.editor.descriptors.dataexchange
Methods in com._1c.g5.v8.dt.internal.md.ui.extension.editor.descriptors.dataexchange that return IModelModifier and TypeMethodDescriptionprotected IModel
AdoptedDtGranularEditorDataExchangePageDescriptor.createDataExchangeModel
(org.eclipse.emf.ecore.EObject[] objs) -
Uses of IModel in com._1c.g5.v8.dt.internal.md.ui.extension.editor.descriptors.exchangeplan
Classes in com._1c.g5.v8.dt.internal.md.ui.extension.editor.descriptors.exchangeplan that implement IModelModifier and TypeClassDescriptionclass
Extension ofExchangePlanContentModel
for adopted exchange plan.Methods in com._1c.g5.v8.dt.internal.md.ui.extension.editor.descriptors.exchangeplan that return IModelModifier and TypeMethodDescriptionAdoptedExchangePlanContentModelFactory.createModel
(IDefinition definition, org.eclipse.emf.ecore.EObject... objects) -
Uses of IModel in com._1c.g5.v8.dt.internal.md.ui.extension.editor.page.predefineddata
Classes in com._1c.g5.v8.dt.internal.md.ui.extension.editor.page.predefineddata that implement IModelModifier and TypeClassDescriptionclass
Adopted predefined data page tree component model -
Uses of IModel in com._1c.g5.v8.dt.internal.md.ui.extension.type
Classes in com._1c.g5.v8.dt.internal.md.ui.extension.type that implement IModelModifier and TypeClassDescriptionclass
AEF model implementation forTypeDescriptionExtension
editor -
Uses of IModel in com._1c.g5.v8.dt.internal.md.ui.extension.wizards
Classes in com._1c.g5.v8.dt.internal.md.ui.extension.wizards that implement IModelModifier and TypeClassDescriptionprotected static class
Configuration extension project model. -
Uses of IModel in com._1c.g5.v8.dt.internal.platform.services.ui.aef.components
Classes in com._1c.g5.v8.dt.internal.platform.services.ui.aef.components with type parameters of type IModelModifier and TypeClassDescriptionclass
NotSupportedComponent<M extends IModel,
P extends IParameterization> AEF component indicating that requested feature is not supported yet. -
Uses of IModel in com._1c.g5.v8.dt.internal.platform.services.ui.aef.descriptors
Methods in com._1c.g5.v8.dt.internal.platform.services.ui.aef.descriptors that return IModelModifier and TypeMethodDescriptionWebServerExtensionModelFactory.createModel
(IDefinition definition, org.eclipse.emf.ecore.EObject... objects) -
Uses of IModel in com._1c.g5.v8.dt.internal.platform.services.ui.aef.models
Classes in com._1c.g5.v8.dt.internal.platform.services.ui.aef.models that implement IModelModifier and TypeClassDescriptionclass
Abstract implementation ofEmfList
that listens child element changes.class
List model that wraps the given list ofDataSeparator
and transforms it toDataSeparatorSetting
.class
Model for HTTP services list.class
Infobase reference proxy password model.class
Model that containts infobase and platform services UI factory.class
InfobaseReference InfobaseType model.class
Model that containts mobile publication debug enablement value.class
Model for infobase publication Open ID use as provider mode.class
Model for infobase publication Open ID use auth mode.class
Value that transformsString
toPath
and vice versa.class
Model that containts publication with ability to get its URL.class
Model for OpenID return to addresses list.class
String transformer model.class
Model for web server type.class
Model for web services list.Methods in com._1c.g5.v8.dt.internal.platform.services.ui.aef.models that return IModelModifier and TypeMethodDescriptionPlatformServicesModelFactory.createModel
(IDefinition definition, org.eclipse.emf.ecore.EObject... objects) protected IModel
PlatformServicesModelFactory.createSingleModel
(EObjectFeature objectFeature) -
Uses of IModel in com._1c.g5.v8.dt.internal.platform.services.ui.editors.infobase
Classes in com._1c.g5.v8.dt.internal.platform.services.ui.editors.infobase that implement IModelModifier and TypeClassDescriptionclass
Model allowing to edit prompt confirmation on restructure preference for an infobase.Methods in com._1c.g5.v8.dt.internal.platform.services.ui.editors.infobase that return IModelModifier and TypeMethodDescriptionPromptConfirmationOnRestructureModel.Factory.createModel
(IDefinition definition, org.eclipse.emf.ecore.EObject... objects) -
Uses of IModel in com._1c.g5.v8.dt.internal.style.ui.aef.models
Subinterfaces of IModel in com._1c.g5.v8.dt.internal.style.ui.aef.modelsClasses in com._1c.g5.v8.dt.internal.style.ui.aef.models that implement IModelModifier and TypeClassDescriptionclass
IStyleModel
implementation.class
BorderStyleItem
model.class
ColorStyleItem
model.class
FontStyleItem
model.class
AbstractStyleItem
model.Methods in com._1c.g5.v8.dt.internal.style.ui.aef.models that return IModelModifier and TypeMethodDescriptionStyleModelFactory.createModel
(IDefinition definition, org.eclipse.emf.ecore.EObject... objects) -
Uses of IModel in com._1c.g5.v8.dt.internal.ui.editor
Method parameters in com._1c.g5.v8.dt.internal.ui.editor with type arguments of type IModelModifier and TypeMethodDescriptionprotected abstract void
AbstractAefBoundProjectEditorSection.createChildComponents
(ContainerComponent<IModel, VoidParameterization> containerComponent) Creates child components of this sectionprotected void
ExternalObjectProjectParametersSection.createChildComponents
(ContainerComponent<IModel, VoidParameterization> parent) -
Uses of IModel in com._1c.g5.v8.dt.internal.ws.ui.aef.models
Classes in com._1c.g5.v8.dt.internal.ws.ui.aef.models that implement IModelModifier and TypeClassDescriptionclass
Web-service tree component model.class
Resource dependedPackageDataModel
. -
Uses of IModel in com._1c.g5.v8.dt.internal.ws.ui.editors
Methods in com._1c.g5.v8.dt.internal.ws.ui.editors that return IModelModifier and TypeMethodDescriptionprotected IModel
WsReferenceGranularEditorModelFactory.createSingleModel
(org.eclipse.emf.ecore.EObject eObject, AbstractMultiFeatureFieldModelFactory.FeaturePaths featurePaths) -
Uses of IModel in com._1c.g5.v8.dt.internal.ws.ui.properties.models
Classes in com._1c.g5.v8.dt.internal.ws.ui.properties.models that implement IModelMethods in com._1c.g5.v8.dt.internal.ws.ui.properties.models that return IModelModifier and TypeMethodDescriptionprotected IModel
WsReferenceModelFactory.createSingleModel
(EObjectFeature objectFeature) -
Uses of IModel in com._1c.g5.v8.dt.internal.xdto.ui.properties.models
Classes in com._1c.g5.v8.dt.internal.xdto.ui.properties.models that implement IModelModifier and TypeClassDescriptionclass
BmValue
supporting refactoring operation for xdto fields (name and namespace uri)Methods in com._1c.g5.v8.dt.internal.xdto.ui.properties.models that return IModelModifier and TypeMethodDescriptionprotected IModel
XdtoModelFactory.createSingleModel
(EObjectFeature objectFeature) -
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.modelClasses in com._1c.g5.v8.dt.md.help.ui.aef.model that implement IModelMethods in com._1c.g5.v8.dt.md.help.ui.aef.model that return IModelModifier and TypeMethodDescriptionprotected IModel
MdHelpModelFactory.createSingleModel
(EObjectFeature objectFeature) -
Uses of IModel in com._1c.g5.v8.dt.md.ui.aef.components.eds
Classes in com._1c.g5.v8.dt.md.ui.aef.components.eds that implement IModelModifier and TypeClassDescriptionclass
The value model of SignOfUnfilledParent propertyclass
Special value model for "Unfilled parent value" property. -
Uses of IModel in com._1c.g5.v8.dt.md.ui.aef.components.type
Methods in com._1c.g5.v8.dt.md.ui.aef.components.type with parameters of type IModelModifier and TypeMethodDescriptionprotected void
TypeDescriptionDialogComponent.updateViewModelStatus
(ControlViewModel viewModel, IModel model) -
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 IModelModifier and TypeClassDescriptionclass
StandardObjectSwitchingSourceModel<M extends IModel>
The wrap-model for standard attributes models that switches sources (EMF/BM) automatically.static interface
Subinterfaces of IModel in com._1c.g5.v8.dt.md.ui.aef.modelsModifier and TypeInterfaceDescriptioninterface
interface
Model value for handler name editinginterface
The Bm model forCommonAttributeDataSeparation
interface
ICharacteristicsDescriptionDataPathModel<T extends org.eclipse.emf.ecore.EObject>
CharacteristicsDescription
data path field model interface.interface
ICharacteristicsDescriptionFieldModel<T extends org.eclipse.emf.ecore.EObject>
Field
model interface.interface
The interface of the model for editingChoiceParameter
s.interface
ICodeModel<O extends org.eclipse.emf.ecore.EObject>
Model forPredefinedItem
code feature supports.interface
The model for color component.interface
Interface for custom color palette model.interface
Event subscription event modelinterface
Event subscription handler modelinterface
The contract of model for font selection component.interface
The handler model.interface
Contract forField
-based choice parameter links of MD object attributes.interface
MdPicture
model.interface
The contract of models for Type link feature of MD object attributes.interface
MobileApplicationUrl
model.interface
The contract of the model forMultilanguageFormattedTextComponent
.interface
The contract of the model forMultilanguageComponent
.interface
INavigatorTreeDialogActionBarModel<T extends org.eclipse.emf.ecore.EObject>
The model interface forNavigatorTreeDialogActionBarComponent
.interface
Picture model.interface
TheIList
model implementation for required permissions component.interface
The contract of the model forSingleLanguageFormattedTextComponent
.interface
The contract of the model forAbstractSingleLanguageComponent
.interface
ISourceUrlModel<T extends org.eclipse.emf.ecore.EObject>
WS-reference source URL model.interface
StringKeyAndValue
s model.interface
TheIList
model implementation for used mobile application functionalities component.Classes in com._1c.g5.v8.dt.md.ui.aef.models that implement IModelModifier and TypeClassDescriptionclass
The abstractIChoiceParametersModel
implementation with common functionality.class
The abstractIChoiceParametersModel
EMF implementation.class
TheIDynamicTreeModel
implementation attributes, tabular sections and other dataNavigatorTreeModel
.class
The Bm model forBorder
which convertsBorderStyle.NONE
to null value in a model.class
The Bm model forBorder
.class
data path field bm-model.class
Field
bm-model.class
CharacteristicsDescription
selection BM model.class
The model for Choice parameter links feature of MD attributes.class
Bm implementationICodeModel
.class
Bm implementation ofIColorModel
.class
The Bm model implementation forCommonAttributeDataSeparation
class
Common module environment model.class
Configuration compatibility mode model.class
The specific model for Configuration.usePurposes feature.class
TheBmValue
successor withDocumentNumerator
-specific logic.class
BmTypeDescriptionModel
implementation forEventSubscription.getSource()
.class
Event subscription event modelclass
Bm value model for EventSubscription handelclass
The filteringIEmfTreeSelectionModel
implementation for single item selection.class
The Bm implementation ofIFontSelectionModel
.class
TheIHandlerModel
implementation.class
InformationRegister write mode model.class
The model forAllowedIncomingShareRequestType
class
IRequiredPermissionsModel
implementation.class
The model forMobileApplicationUrl
.class
The model forStringKeyAndValue
s.class
MdObject name model.class
The model for Type link features of MD object attributes.class
The BM model for editing of 'format' multilanguage features.class
Bm model forMultilanguageFormattedTextComponent
.class
Bm model forMultilanguageComponent
.class
Picture model implementationIPictureModel
}.class
PredefinedItem
name model.class
StyleItem
type BM model.class
The BMAbstractTypeDescriptionModel
implementation.class
IRequiredPermissionsModel
implementation.class
The group model for color component.class
TheIDynamicTreeModel
implementation dimensions and resourcesNavigatorTreeModel
.class
The EMF model forBorder
.class
data path fiedl emf-model.class
Field
emf-model.class
CharacteristicsDescription
selection Emf model.class
The EMF implementation of theIMdChoiceParameterLinksModel
.class
Emf implementationICodeModel
.class
EMF implementation ofIColorModel
.class
Emf model for custom color palette.class
The EMF implementation ofIFontSelectionModel
.class
The EMF model for Type link features of MD object attributes.class
Emf model forMultilanguageFormattedTextComponent
.class
Emf model forMultilanguageComponent
.class
TheIPictureModel
EMF implementation.class
Emf model forSingleLanguageFormattedTextComponent
.class
Emf model forSingleLanguageComponent
.class
StyleItem
type Emf model.class
TheITypeDescriptionModel
EMF implementation.class
BmValueSelectionModel
forMdObject
feature ExtendedconfiguationObject (see {@link MdClassPackage#Literals#MD_OBJECT__EXTENDED_CONFIGURATION_OBJECT})class
TheIDynamicTreeModel
implementation tables and cubesNavigatorTreeModel
.static class
Base implementation ofIBaseBmHandlerNameModel
valuestatic final class
The working copy ofIMultilanguageFormattedTextModel
.static class
The working copy ofISingleLanguageFormattedTextModel
.class
MdPicture
model implementationIMdPictureModel
}.class
Bm list implementationINavigatorTreeDialogActionBarModel
.class
Bm value implementationINavigatorTreeDialogActionBarModel
.class
Emf list implementationINavigatorTreeDialogActionBarModel
.class
Emf list implementationINavigatorTreeDialogActionBarModel
.class
Navigator tree dialog model.class
class
TheIMdChoiceParameterLinksModel
implementaion for standard attributes.class
TheIChoiceParametersModel
implementation for standard attributes.class
TheIMultilanguageModel
implementation for standard attributes.class
TheIDynamicTreeModel
implementation standard objects (attributes and tabular sections)NavigatorTreeModel
.class
StandardObjectSwitchingSourceList<T,
M extends IList<T>> The list model implementation forStandardObjectSwitchingSourceModel
.class
StandardObjectSwitchingSourceModel<M extends IModel>
The wrap-model for standard attributes models that switches sources (EMF/BM) automatically.class
StandardObjectSwitchingSourceValue<T,
M extends IValue<T>> The value model implementation forStandardObjectSwitchingSourceModel
.class
TheIMdTypeLinkModel
for the standard attributes.class
TheIValueModel
instance for standard attributes.class
TheIEmfValueSelectionModel
for standard attributes.Methods in com._1c.g5.v8.dt.md.ui.aef.models that return IModelModifier and TypeMethodDescriptionprotected IModel
MdSingleModelFactory.createGroupModel
(IFieldDefinition definition, org.eclipse.emf.ecore.EObject... objects) protected IModel
BmCommonAttributeDataSeparationModelFactory.createSingleModel
(EObjectFeature objectFeature) protected IModel
DocumentNumeratorModelFactory.createSingleModel
(EObjectFeature objectFeature) protected IModel
MdSingleDefaultModelFactory.createSingleModel
(EObjectFeature objectFeature) protected IModel
MdSingleModelFactory.createSingleModel
(EObjectFeature objectFeature) protected IModel
SelectionModelFactory.createSingleModel
(EObjectFeature objectFeature) protected IModel
StandardAttributeModelFactory.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.commonpictureModifier and TypeInterfaceDescriptioninterface
The base model for common picture content editorinterface
The grid model for Common picture content grid component.Classes in com._1c.g5.v8.dt.md.ui.aef.models.commonpicture that implement IModelModifier and TypeClassDescriptionclass
BaseCommonPicture
content editor modelclass
The implementation of grid model for Common picture content grid componentclass
The model for common picture content typeMethods in com._1c.g5.v8.dt.md.ui.aef.models.commonpicture that return IModelModifier and TypeMethodDescriptionCommonPictureModelFactory.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.typeModifier and TypeInterfaceDescriptioninterface
Contract for type description dialog component model.interface
Contract for type description component model.Classes in com._1c.g5.v8.dt.md.ui.aef.models.type that implement IModelModifier and TypeClassDescriptionclass
The abstract model for type description dialog component.class
The 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.valueModifier and TypeInterfaceDescriptioninterface
The AEF model for component that works withValue
.Classes in com._1c.g5.v8.dt.md.ui.aef.models.value that implement IModelModifier and TypeClassDescriptionclass
TheCharacteristicsDescription
BMIValueModel
implementation.class
The BMIValueModel
implementation.class
EmfBasedGroupValue<T,
O extends org.eclipse.emf.ecore.EObject> The EMF based group model.class
TheCharacteristicsDescription
EmfIValueModel
implementation.class
The EmfIValueModel
implementation.class
The group model. -
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 IModelModifier and TypeClassDescriptionclass
The 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 IModelModifier and TypeMethodDescriptionprotected IModel
CommonAttributeContentModelFactory.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 IModelModifier and TypeClassDescriptionclass
Exchange settings dialog model.class
Creates exchange plan settings dialog component model.class
The AEF 2.0 component for the configuration standalone content.Methods in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.configuration that return IModelModifier and TypeMethodDescriptionConfigurationStandaloneContentModelFactory.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 IModelMethods in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.dataexchange that return IModelModifier and TypeMethodDescriptionprotected IModel
DtGranularEditorDataExchangePageDescriptor.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 IModelModifier and TypeClassDescriptionclass
The AEF 2.0 component for the exchange plan content.Methods in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.exchangeplan that return IModelModifier and TypeMethodDescriptionExchangePlanContentModelFactory.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 IModelModifier and TypeClassDescriptionclass
Predefined 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 IModelModifier and TypeClassDescriptionclass
CustomPropertyStateModel
implementation forCommonAttributeAutoUse
propertyclass
CustomPropertyStateModel
implementation forCommonAttributeDataSeparation
propertyclass
CustomPropertyStateModel
for edit property state without value change side effectsclass
AEF model for metadata property state for forms that also adopts original form or generates a new one on "extend" state change.class
AEF model for metadata property state.Methods in com._1c.g5.v8.dt.md.ui.extension.aef.models that return IModelModifier and TypeMethodDescriptionMdExtensionPropertiesModelFactory.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 -
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 IModelModifier and TypeClassDescriptionclass
Implementation ofPropertyPaletteModel
containing EDT specific logic.Methods in com._1c.g5.v8.dt.md.ui.properties.models that return IModelModifier and TypeMethodDescriptionprotected IModel
ModelFactory.createGroupModel
(IFieldDefinition definition, org.eclipse.emf.ecore.EObject... objects) protected IModel
ModelFactory.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 IModelModifier and TypeClassDescriptionstatic class
Dependent wizard model instance.static class
AbstractProjectWizard.WizardModel<M extends MdObject>
Dependent wizard model instance.Methods in com._1c.g5.v8.dt.md.ui.wizards that return IModelModifier and TypeMethodDescriptionprotected IModel
AbstractProjectWizard.getModelForPageComponent
(NewWizardPageComponent<?> component) protected IModel
CharacteristicsDescriptionWizard.getModelForPageComponent
(NewWizardPageComponent<?> component) protected IModel
PredefinedItemWizard.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.modelsModifier and TypeInterfaceDescriptioninterface
Model contract forCharacteristicsDescription
-based wizards.interface
Model contract forMdObject
-based wizards.interface
Model contract forMdObject
-based wizards with possibility to edit additional features.interface
Model contract forChartOfAccountsPredefinedItem
-based wizards.interface
Model contract forChartOfCalculationTypesPredefinedItem
-based wizards.interface
Model contract forChartOfCharacteristicTypesPredefinedItem
-based wizards.interface
Model contract forPredefinedItem
-based wizards.Classes in com._1c.g5.v8.dt.md.ui.wizards.aef.models that implement IModelModifier and TypeClassDescriptionclass
TheICharacteristicsDescriptionModel
implementation that operates withIDtNewWizardContext
.class
The new configuration wizard model.class
MdObjectModel<M extends MdObject>
TheIMdObjectModel
implementation that operates withIDtNewWizardContext
.class
MdTypedObjectModel<M extends MdObject>
The model for AEF wizard pages which allows to select the type of creating object, e.g.class
TheIPredefinedAccountModel
implementation that operates withIDtNewWizardContext
.class
TheIPredefinedCalculationTypeModel
implementation that operates withIDtNewWizardContext
.class
TheIPredefinedCharacteristicTypeModel
implementation that operates withIDtNewWizardContext
.class
PredefinedItemModel<M extends PredefinedItem>
TheIPredefinedItemModel
implementation that operates withIDtNewWizardContext
.class
WizardTypeDescriptionModel
forPredefinedItem
class
TypeDescriptionModel<M extends org.eclipse.emf.ecore.EObject>
AbstractTypeDescriptionModel
implementation for wizards.Methods in com._1c.g5.v8.dt.md.ui.wizards.aef.models that return types with arguments of type IModelModifier and TypeMethodDescriptionIMdTypedObjectModel.getAdditionalModels()
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 IModelModifier and TypeClassDescriptionclass
DtAefNewWizardPage<T extends IModel,
M extends org.eclipse.emf.ecore.EObject> Base class for wizard pages that is constructed using AEF.class
NewWizardPageComponent<M extends IModel>
Base class for AEF wizard page componentsMethods in com._1c.g5.v8.dt.md.ui.wizards.base.aef that return IModelModifier and TypeMethodDescriptionprotected IModel
DtAefMdNewWizard.getModelForPageComponent
(NewWizardPageComponent<?> component) protected IModel
DtAefNewWizard.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 IModelModifier and TypeMethodDescriptionorg.eclipse.jface.wizard.IWizardPage
DtAefNewWizard.addPage
(NewWizardPageComponent<? extends IModel> pageComponent) Adds a given wizard page component to wizard. -
Uses of IModel in com._1c.g5.v8.dt.moxel.internal.ui.properties.models
Subinterfaces of IModel in com._1c.g5.v8.dt.moxel.internal.ui.properties.modelsClasses in com._1c.g5.v8.dt.moxel.internal.ui.properties.models that implement IModelModifier and TypeClassDescriptionclass
Emf model forMultilanguageComponent
andMultilanguageFormattedTextComponent
.class
SpreadsheetLine
model.Methods in com._1c.g5.v8.dt.moxel.internal.ui.properties.models that return IModelModifier and TypeMethodDescriptionMoxelModelFactory.createModel
(IDefinition definition, org.eclipse.emf.ecore.EObject... objects) protected IModel
MoxelModelFactory.createSingleModel
(EObjectFeature objectFeature) -
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 IModelModifier and TypeClassDescriptionclass
AbstractDtActionBarComponent<M extends IModel,
P extends IDtActionBarParameterization> Base component for components that works with model that can be represented as string.class
AbstractDtColorActionBarComponent<M extends IModel,
P extends IDtActionBarParameterization> TheAbstractDtReadonlyActionBarComponent
implementation for controls that displays color within the text box.class
AbstractDtReadonlyActionBarComponent<M extends IModel,
P extends IDtActionBarParameterization> TheAbstractDtActionBarComponent
with the read-only editor.class
AbstractDtSelectComponent<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.class
AbstractSelectionActionBarComponent<M extends IModel,
P extends ISelectionParameterization> TheAbstractDtReadonlyActionBarComponent
implementation that allows to select values from dialog.class
AbstractTabFolderComponent<M extends IModel,
P extends IParameterization> The tab folder component.class
DialogWithToolbarComponent<M extends IModel,
P extends IDialogParametrization> Dialog component with toolbar.class
TextPreviewComponent<M extends IModel>
Component for displaying text with given color and font properties.Subinterfaces of IModel in com._1c.g5.v8.dt.ui.aef.componentModifier and TypeInterfaceDescriptioninterface
IUnsettablePropertyFieldModel<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 IModelModifier and TypeMethodDescriptionprotected void
DtPictureComponent.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.modelsModifier and TypeInterfaceDescriptioninterface
TheAbstractMobileApplicationUrl
s model.interface
The Border value modelinterface
IChoiceParameterLinksModel<T extends AbstractChoiceParameterLink,
U> The contract for Choice parameter links models.interface
The contract for dynamic table model.interface
The contract for dynamic tree model.interface
IEmfListSelectionModel<T,
O extends org.eclipse.emf.ecore.EObject> The model interface forListSelectionComponent
.interface
IEmfSelectionModel<O extends org.eclipse.emf.ecore.EObject>
The model interface forAbstractSelectionComponent
.interface
IEmfTreeSelectionModel<O extends org.eclipse.emf.ecore.EObject>
interface
IEmfTreeToListSelectionModel<T,
O extends org.eclipse.emf.ecore.EObject> The model interface forTreeToListSelectionComponent
.interface
IEmfTreeToSingleItemSelectionModel<T,
O extends org.eclipse.emf.ecore.EObject> The model interface forTreeToSingleItemSelectionComponent
.interface
IEmfValueSelectionModel<T,
O extends org.eclipse.emf.ecore.EObject> The model interface forValueSelectionComponent
.interface
IGridModel<T>
The model for grid component.interface
The model interface forAbstractSelectionComponent
.interface
ITypeLinkModel<T extends AbstractTypeLink,
U> The contract for type link models.Classes in com._1c.g5.v8.dt.ui.aef.models that implement IModelModifier and TypeClassDescriptionclass
Abstract implementation forIDynamicTreeModel
.class
The BmIEmfListSelectionModel
implementation.class
TheIEmfTreeSelectionModel
implementation.class
TheIEmfTreeSelectionModel
implementation for single item selection.class
AEF model for unsettable property field.class
The BmIEmfValueSelectionModel
implementation.class
Represents a version-aware BM object feature value.class
The EmfIEmfListSelectionModel
implementation.class
TheIEmfTreeSelectionModel
implementation.class
TheIEmfTreeToSingleItemSelectionModel
implementation for single item selection.class
Emf model for unsettable property field.class
TheIEmfValueSelectionModel
implementation.class
Represents a version-aware EMF object feature value.class
TheIDynamicTableModel
implementation for navigator objects.class
TheIDynamicTreeModel
implementation for navigator objects.Fields in com._1c.g5.v8.dt.ui.aef.models with type parameters of type IModelMethods in com._1c.g5.v8.dt.ui.aef.models that return IModelModifier and TypeMethodDescriptionabstract IModel
GroupModelFactory.create()
Create model for editing group of objectsMethods in com._1c.g5.v8.dt.ui.aef.models with parameters of type IModelModifier and TypeMethodDescriptionboolean
Add value model as part of group modelMethod parameters in com._1c.g5.v8.dt.ui.aef.models with type arguments of type IModelModifier and TypeMethodDescriptionGroupModelFactory.GroupModelFactoryBuilder.setCreateModelFunction
(Function<List<IModel>, IModel> createFunction) Set function for create one union model for many sub modelsGroupModelFactory.GroupModelFactoryBuilder.setCreateModelFunction
(Function<List<IModel>, IModel> createFunction) Set function for create one union model for many sub models -
Uses of IModel in com._1c.g5.v8.dt.ui.editor.aef
Classes in com._1c.g5.v8.dt.ui.editor.aef that implement IModelModifier and TypeClassDescriptionclass
The 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.modelModifier and TypeInterfaceDescriptioninterface
TheIManagingModel
for granular editors managing components.Classes in com._1c.g5.v8.dt.ui.editor.aef.model that implement IModelModifier and TypeClassDescriptionclass
TheIDtGranularEditorManagingModel
abstract 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.modelsModifier and TypeInterfaceDescriptioninterface
IDynamicTreeModelWithAtribiteAndOwner<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 IModelMethods in com._1c.g5.v8.dt.xdto.ui.aef.models that return IModelModifier and TypeMethodDescriptionstatic IModel
XdtoUiUtil.createModel
(org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EStructuralFeature feature) CreatesIModel
instance 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.modelsModifier and TypeInterfaceDescriptioninterface
The AEF 2.0 model for radio group component.interface
The interface of model for tree component. -
Uses of IModel in com.e1c.g5.dt.internal.applications.ui.editor.aef.models
Subinterfaces of IModel in com.e1c.g5.dt.internal.applications.ui.editor.aef.modelsModifier and TypeInterfaceDescriptioninterface
The AEF 2.0 model for the application editor component.Classes in com.e1c.g5.dt.internal.applications.ui.editor.aef.models that implement IModelModifier and TypeClassDescriptionclass
The AEF 2.0 model for the application editor component. -
Uses of IModel in com.e1c.g5.dt.internal.applications.ui.editor.infobases.aef
Methods in com.e1c.g5.dt.internal.applications.ui.editor.infobases.aef that return IModelModifier and TypeMethodDescriptionInfobaseApplicationEditorModelFactory.createModel
(IDefinition definition, Collection<Object> objects) InfobaseApplicationEditorModelFactory.createModel
(IDefinition definition, org.eclipse.emf.ecore.EObject... objects) -
Uses of IModel in com.e1c.g5.dt.internal.applications.ui.editor.infobases.aef.model
Classes in com.e1c.g5.dt.internal.applications.ui.editor.infobases.aef.model that implement IModelModifier and TypeClassDescriptionclass
The abstract AEF 2.0 model for infobase application editor components.class
The AEF 2.0 model for infobase access settings.final class
The AEF 2.0 model for infobase debug port.class
The tree model for publications.class
The AEF 2.0 model for infobase sycnhronization settings. -
Uses of IModel in com.e1c.g5.v8.dt.check.suppress.ui.internal.aef.models
Subinterfaces of IModel in com.e1c.g5.v8.dt.check.suppress.ui.internal.aef.modelsModifier and TypeInterfaceDescriptioninterface
The contract of models for suppression settings link feature of top objects.Methods in com.e1c.g5.v8.dt.check.suppress.ui.internal.aef.models that return IModelModifier and TypeMethodDescriptionprotected IModel
SuppressModelFactory.createSingleModel
(EObjectFeature objectFeature) -
Uses of IModel in com.e1c.g5.v8.dt.internal.md.distribution.support.ui.aef.models
Classes in com.e1c.g5.v8.dt.internal.md.distribution.support.ui.aef.models that implement IModelModifier and TypeClassDescriptionclass
Change vendor settings dialog model.class
Change mode dialog model.class
DistributionSupport
navigator tree model for handling distribute settings.class
DistributionSupport
navigator tree model for handling support settings.class
Merge support rule settings dialog model.class
Support languages dialog model.class
Support rule settings dialog model.Methods in com.e1c.g5.v8.dt.internal.md.distribution.support.ui.aef.models that return IModelModifier and TypeMethodDescriptionDistributionSupportModelFactory.createModel
(IDefinition definition, org.eclipse.emf.ecore.EObject... objects)