Uses of Interface
com._1c.g5.aef2.validators.IValidable
Packages that use IValidable
Package
Description
-
Uses of IValidable in com._1c.g5.aef2.emf.models
Classes in com._1c.g5.aef2.emf.models that implement IValidable -
Uses of IValidable in com._1c.g5.aef2.models
Subinterfaces of IValidable 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.interface
Defines the AEF model contract.Classes in com._1c.g5.aef2.models that implement IValidableModifier and TypeClassDescriptionclass
Base class for the compound models.class
Base class for editable models.class
Base class for models. -
Uses of IValidable in com._1c.g5.aef2.models.list
Subinterfaces of IValidable 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 IValidableModifier and TypeClassDescriptionclass
ListModel<E>
Base list model implementation.class
List working copy – editable proxy buffer for another list. -
Uses of IValidable in com._1c.g5.aef2.models.map
Subinterfaces of IValidable 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 IValidableModifier and TypeClassDescriptionclass
MapModel<K,
V> Base map model implementation.class
MapWorkingCopy<K,
V> Map working copy – editable proxy buffer for another map. -
Uses of IValidable in com._1c.g5.aef2.models.pojo
Classes in com._1c.g5.aef2.models.pojo that implement IValidable -
Uses of IValidable in com._1c.g5.aef2.models.value
Subinterfaces of IValidable 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 IValidable -
Uses of IValidable in com._1c.g5.aef2.standard.definitions.models
Subinterfaces of IValidable 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 IValidableModifier 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
. -
Uses of IValidable in com._1c.g5.aef2.standard.models
Subinterfaces of IValidable 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 IValidableModifier 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 IValidable in com._1c.g5.aef2.validators
Classes in com._1c.g5.aef2.validators that implement IValidable -
Uses of IValidable in com._1c.g5.properties.ui
Classes in com._1c.g5.properties.ui that implement IValidable -
Uses of IValidable in com._1c.g5.v8.dt.addin.ui.aef
Subinterfaces of IValidable in com._1c.g5.v8.dt.addin.ui.aefClasses in com._1c.g5.v8.dt.addin.ui.aef that implement IValidable -
Uses of IValidable in com._1c.g5.v8.dt.aef2
Subinterfaces of IValidable in com._1c.g5.v8.dt.aef2 -
Uses of IValidable in com._1c.g5.v8.dt.aef2.bm.models
Classes in com._1c.g5.v8.dt.aef2.bm.models that implement IValidableModifier 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 IValidable in com._1c.g5.v8.dt.bp.scheme.ui.aef.models
Subinterfaces of IValidable 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 IValidableModifier 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. -
Uses of IValidable 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 IValidableModifier and TypeClassDescriptionclass
Component EMF-model forChartColorPaletteDescription
.class
Implementation ofIChartScaleModel
forChartScaleValueEditor
.class
EMF value implementation ofIIntervalBoundModelValue
. -
Uses of IValidable 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 IValidableModifier and TypeClassDescriptionclass
Grid model forChartReferenceBand
class
Grid model forChartReferenceLine
. -
Uses of IValidable in com._1c.g5.v8.dt.form.internal.ui.properties.models
Subinterfaces of IValidable 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 IValidableModifier 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. -
Uses of IValidable in com._1c.g5.v8.dt.form.internal.ui.properties.models.datapath
Subinterfaces of IValidable 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 IValidableModifier 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 IValidable in com._1c.g5.v8.dt.form.ui.chart.aef.models
Subinterfaces of IValidable 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 IValidableModifier and TypeClassDescriptionclass
The BM implementation ofITimeScaleLevelsLinkModel
.class
Detailed model forChartColorPaletteDescription
.class
Detailed model forChartScale
.class
The implementation ofIChartLineModel
. -
Uses of IValidable 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 IValidable -
Uses of IValidable in com._1c.g5.v8.dt.form.ui.chart.aef.models.reference
Subinterfaces of IValidable 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 IValidable in com._1c.g5.v8.dt.form.ui.chart.aef.models.trendline
Subinterfaces of IValidable 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 IValidableModifier and TypeClassDescriptionclass
Model for trendline array in grid. -
Uses of IValidable in com._1c.g5.v8.dt.form.ui.internal.chart.aef.models
Subinterfaces of IValidable 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 IValidableModifier 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
. -
Uses of IValidable 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 IValidable -
Uses of IValidable 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 IValidable -
Uses of IValidable in com._1c.g5.v8.dt.form.ui.internal.chart.aef.models.labelarea
Subinterfaces of IValidable 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 IValidable -
Uses of IValidable in com._1c.g5.v8.dt.form.ui.internal.chart.aef.models.reference
Subinterfaces of IValidable 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 IValidableModifier and TypeClassDescriptionclass
Component model forChartReferenceBands
class
Component model forChartReferenceLines
class
Grid model forChartReferenceBand
class
Grid model forChartReferenceLine
. -
Uses of IValidable in com._1c.g5.v8.dt.form.ui.internal.chart.aef.models.timescale
Subinterfaces of IValidable 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 IValidableModifier 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 IValidable in com._1c.g5.v8.dt.form.ui.internal.chart.aef.models.trendline
Subinterfaces of IValidable 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 IValidable -
Uses of IValidable in com._1c.g5.v8.dt.form.ui.internal.planner.aef.models
Subinterfaces of IValidable 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 IValidableModifier and TypeClassDescriptionclass
The BM implmentation ofIPlannerDimensionsLinkModel
.class
The implementation ofIPlannerDimensionsModel
. -
Uses of IValidable in com._1c.g5.v8.dt.form.ui.properties.models
Subinterfaces of IValidable 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 IValidableModifier 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 IValidable in com._1c.g5.v8.dt.form.ui.properties.models.datapath
Subinterfaces of IValidable in com._1c.g5.v8.dt.form.ui.properties.models.datapathModifier and TypeInterfaceDescriptioninterface
The model for data path component. -
Uses of IValidable in com._1c.g5.v8.dt.form.ui.wizard
Classes in com._1c.g5.v8.dt.form.ui.wizard that implement IValidableModifier and TypeClassDescriptionstatic class
The model for form wizard pages. -
Uses of IValidable in com._1c.g5.v8.dt.geographicalschema.ui.internal.aef.models
Subinterfaces of IValidable 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 IValidableModifier and TypeClassDescriptionclass
The default implementtaion ofIGeographicalCoordinatesSelectionModel
. -
Uses of IValidable in com._1c.g5.v8.dt.internal.aggregates.ui.aef
Subinterfaces of IValidable 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 IValidableModifier and TypeClassDescriptionclass
The bm value model implementation forAccumulationRegisterAggregates
-
Uses of IValidable 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 IValidable -
Uses of IValidable in com._1c.g5.v8.dt.internal.form.ui.dynamiclist.aef.models
Subinterfaces of IValidable 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 IValidable -
Uses of IValidable in com._1c.g5.v8.dt.internal.form.ui.extension.properties.models
Subinterfaces of IValidable 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 IValidableModifier 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. -
Uses of IValidable 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 IValidable -
Uses of IValidable 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 IValidableModifier and TypeClassDescriptionclass
Catalog owners component model. -
Uses of IValidable 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 IValidableModifier 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 IValidable 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 IValidableModifier and TypeClassDescriptionclass
-
Uses of IValidable 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 IValidableModifier and TypeClassDescriptionclass
-
Uses of IValidable 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 IValidable -
Uses of IValidable 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 IValidableModifier and TypeClassDescriptionclass
TheIDynamicTableModel
implementation common attributesNavigatorTableModel
for md-object granular editor data page. -
Uses of IValidable in com._1c.g5.v8.dt.internal.md.ui.editors.pages.characteristics
Subinterfaces of IValidable 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 IValidable -
Uses of IValidable 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 IValidableModifier and TypeClassDescriptionclass
DtGranularEditor
functional options top md-object owner content model.class
DtGranularEditor
functional options page model. -
Uses of IValidable 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 IValidableModifier and TypeClassDescriptionclass
DtGranularEditor
generation page based on model.class
DtGranularEditor
generation page basis for model. -
Uses of IValidable in com._1c.g5.v8.dt.internal.md.ui.editors.pages.predefineddata
Subinterfaces of IValidable 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 IValidableModifier and TypeClassDescriptionclass
IPredefinedAccountPartModel
implementation.class
IPredefinedAccountPartModel
ext dimension types implementation.class
IPredefinedAccountModel
implementation.class
IPredefinedCalculationTypeCalculationBaseModel
implementation.class
IPredefinedCalculationTypeModel
implementation. -
Uses of IValidable 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 IValidableModifier and TypeClassDescriptionclass
-
Uses of IValidable 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 IValidable -
Uses of IValidable 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 IValidable -
Uses of IValidable 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 IValidableModifier and TypeClassDescriptionclass
The AEF 2.0 adopted domain model for the common attribute content. -
Uses of IValidable 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 IValidableModifier and TypeClassDescriptionclass
Extension ofExchangePlanContentModel
for adopted exchange plan. -
Uses of IValidable 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 IValidableModifier and TypeClassDescriptionclass
Adopted predefined data page tree component model -
Uses of IValidable 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 IValidableModifier and TypeClassDescriptionclass
AEF model implementation forTypeDescriptionExtension
editor -
Uses of IValidable 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 IValidableModifier and TypeClassDescriptionprotected static class
Configuration extension project model. -
Uses of IValidable 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 IValidableModifier 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. -
Uses of IValidable 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 IValidableModifier and TypeClassDescriptionclass
Model allowing to edit prompt confirmation on restructure preference for an infobase. -
Uses of IValidable in com._1c.g5.v8.dt.internal.style.ui.aef.models
Subinterfaces of IValidable in com._1c.g5.v8.dt.internal.style.ui.aef.modelsClasses in com._1c.g5.v8.dt.internal.style.ui.aef.models that implement IValidableModifier and TypeClassDescriptionclass
IStyleModel
implementation.class
BorderStyleItem
model.class
ColorStyleItem
model.class
FontStyleItem
model.class
AbstractStyleItem
model. -
Uses of IValidable 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 IValidableModifier and TypeClassDescriptionclass
Web-service tree component model.class
Resource dependedPackageDataModel
. -
Uses of IValidable 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 IValidable -
Uses of IValidable 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 IValidableModifier and TypeClassDescriptionclass
BmValue
supporting refactoring operation for xdto fields (name and namespace uri) -
Uses of IValidable in com._1c.g5.v8.dt.md.help.ui.aef.model
Subinterfaces of IValidable in com._1c.g5.v8.dt.md.help.ui.aef.modelClasses in com._1c.g5.v8.dt.md.help.ui.aef.model that implement IValidable -
Uses of IValidable 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 IValidableModifier and TypeClassDescriptionclass
The value model of SignOfUnfilledParent propertyclass
Special value model for "Unfilled parent value" property. -
Uses of IValidable in com._1c.g5.v8.dt.md.ui.aef.models
Subinterfaces of IValidable 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 IValidableModifier 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. -
Uses of IValidable in com._1c.g5.v8.dt.md.ui.aef.models.commonpicture
Subinterfaces of IValidable 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 IValidableModifier and TypeClassDescriptionclass
BaseCommonPicture
content editor modelclass
The implementation of grid model for Common picture content grid componentclass
The model for common picture content type -
Uses of IValidable in com._1c.g5.v8.dt.md.ui.aef.models.type
Subinterfaces of IValidable 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 IValidableModifier and TypeClassDescriptionclass
The abstract model for type description dialog component.class
The abstract model for type description component. -
Uses of IValidable in com._1c.g5.v8.dt.md.ui.aef.models.value
Subinterfaces of IValidable 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 IValidableModifier 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 IValidable 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 IValidableModifier and TypeClassDescriptionclass
The AEF 2.0 domain model for the common attribute content. -
Uses of IValidable 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 IValidableModifier 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. -
Uses of IValidable 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 IValidable -
Uses of IValidable 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 IValidableModifier and TypeClassDescriptionclass
The AEF 2.0 component for the exchange plan content. -
Uses of IValidable in com._1c.g5.v8.dt.md.ui.editor.predefineddata
Classes in com._1c.g5.v8.dt.md.ui.editor.predefineddata that implement IValidableModifier and TypeClassDescriptionclass
Predefined data page tree component model. -
Uses of IValidable 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 IValidableModifier 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. -
Uses of IValidable in com._1c.g5.v8.dt.md.ui.extension.aef.models.type
Subinterfaces of IValidable in com._1c.g5.v8.dt.md.ui.extension.aef.models.type -
Uses of IValidable in com._1c.g5.v8.dt.md.ui.properties.models
Classes in com._1c.g5.v8.dt.md.ui.properties.models that implement IValidableModifier and TypeClassDescriptionclass
Implementation ofPropertyPaletteModel
containing EDT specific logic. -
Uses of IValidable in com._1c.g5.v8.dt.md.ui.wizards
Classes in com._1c.g5.v8.dt.md.ui.wizards that implement IValidableModifier and TypeClassDescriptionstatic class
Dependent wizard model instance.static class
AbstractProjectWizard.WizardModel<M extends MdObject>
Dependent wizard model instance. -
Uses of IValidable in com._1c.g5.v8.dt.md.ui.wizards.aef.models
Subinterfaces of IValidable 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 IValidableModifier 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. -
Uses of IValidable in com._1c.g5.v8.dt.moxel.internal.ui.properties.models
Subinterfaces of IValidable in com._1c.g5.v8.dt.moxel.internal.ui.properties.modelsClasses in com._1c.g5.v8.dt.moxel.internal.ui.properties.models that implement IValidableModifier and TypeClassDescriptionclass
Emf model forMultilanguageComponent
andMultilanguageFormattedTextComponent
.class
SpreadsheetLine
model. -
Uses of IValidable in com._1c.g5.v8.dt.ui.aef.component
Subinterfaces of IValidable in com._1c.g5.v8.dt.ui.aef.componentModifier and TypeInterfaceDescriptioninterface
IUnsettablePropertyFieldModel<T,
O extends org.eclipse.emf.ecore.EObject> Unsettable property field model. -
Uses of IValidable in com._1c.g5.v8.dt.ui.aef.models
Subinterfaces of IValidable 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 IValidableModifier 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. -
Uses of IValidable in com._1c.g5.v8.dt.ui.editor.aef
Classes in com._1c.g5.v8.dt.ui.editor.aef that implement IValidableModifier and TypeClassDescriptionclass
The model for AEF 2.0 granular editor page. -
Uses of IValidable in com._1c.g5.v8.dt.ui.editor.aef.model
Subinterfaces of IValidable 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 IValidableModifier and TypeClassDescriptionclass
TheIDtGranularEditorManagingModel
abstract implmentation. -
Uses of IValidable in com._1c.g5.v8.dt.xdto.ui.aef.models
Subinterfaces of IValidable 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 IValidable -
Uses of IValidable in com.e1c.g5.dt.applications.ui.editor.aef.models
Subinterfaces of IValidable 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 IValidable in com.e1c.g5.dt.internal.applications.ui.editor.aef.models
Subinterfaces of IValidable 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 IValidableModifier and TypeClassDescriptionclass
The AEF 2.0 model for the application editor component. -
Uses of IValidable 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 IValidableModifier 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 IValidable in com.e1c.g5.v8.dt.check.suppress.ui.internal.aef.models
Subinterfaces of IValidable 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. -
Uses of IValidable 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 IValidableModifier 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.