Uses of Interface
com._1c.g5.aef2.viewModels.IContainerViewModel
-
-
Uses of IContainerViewModel in com._1c.g5.aef2.renderers
Methods in com._1c.g5.aef2.renderers that return IContainerViewModel Modifier and Type Method Description IContainerViewModel
ChangelessTreeTransformation. getParent(IViewModel viewModel)
IContainerViewModel
ITreeTransformation. getParent(IViewModel viewModel)
Returns the parent view model of the given one. -
Uses of IContainerViewModel in com._1c.g5.aef2.standard.components
Methods in com._1c.g5.aef2.standard.components that return IContainerViewModel Modifier and Type Method Description protected IContainerViewModel
CompositeComponent. createContainerViewModel()
protected IContainerViewModel
ContainerComponent. createContainerViewModel()
Creates the view model of the container.protected IContainerViewModel
DialogComponent. createContainerViewModel()
protected IContainerViewModel
FieldComponent. createContainerViewModel()
protected IContainerViewModel
ScrolledCompositeComponent. createContainerViewModel()
protected IContainerViewModel
SectionComponent. createContainerViewModel()
protected IContainerViewModel
ContainerComponent. getContainerViewModel()
Returns the view model of the container. -
Uses of IContainerViewModel in com._1c.g5.aef2.standard.definitions.components
Methods in com._1c.g5.aef2.standard.definitions.components that return IContainerViewModel Modifier and Type Method Description protected IContainerViewModel
SectionDefinitionComponent. createContainerViewModel()
-
Uses of IContainerViewModel in com._1c.g5.aef2.standard.viewModels
Subinterfaces of IContainerViewModel in com._1c.g5.aef2.standard.viewModels Modifier and Type Interface Description interface
CompositeControlViewModel
A representation of the model object 'Composite Control View Model'.interface
CompositeViewModel
A representation of the model object 'Composite View Model'.interface
ContainerViewModel
A representation of the model object 'Container View Model'.interface
DialogViewModel
A representation of the model object 'Dialog View Model'.interface
FieldViewModel
A representation of the model object 'Field View Model'.interface
ScrolledCompositeContentViewModel
A representation of the model object 'Scrolled Composite Content View Model'.interface
ScrolledCompositeViewModel
A representation of the model object 'Scrolled Composite View Model'.interface
SectionViewModel
A representation of the model object 'Section View Model'. -
Uses of IContainerViewModel in com._1c.g5.aef2.standard.viewModels.impl
Classes in com._1c.g5.aef2.standard.viewModels.impl that implement IContainerViewModel Modifier and Type Class Description class
CompositeControlViewModelImpl
An implementation of the model object 'Composite Control View Model'.class
CompositeViewModelImpl
An implementation of the model object 'Composite View Model'.class
ContainerViewModelImpl
An implementation of the model object 'Container View Model'.class
DialogViewModelImpl
An implementation of the model object 'Dialog View Model'.class
FieldViewModelImpl
An implementation of the model object 'Field View Model'.class
ScrolledCompositeContentViewModelImpl
An implementation of the model object 'Scrolled Composite Content View Model'.class
ScrolledCompositeViewModelImpl
An implementation of the model object 'Scrolled Composite View Model'.class
SectionViewModelImpl
An implementation of the model object 'Section View Model'.Methods in com._1c.g5.aef2.standard.viewModels.impl that return IContainerViewModel Modifier and Type Method Description IContainerViewModel
ContainerViewModelImpl. basicGetParent()
IContainerViewModel
ControlViewModelImpl. basicGetParent()
IContainerViewModel
DialogViewModelImpl. basicGetParent()
IContainerViewModel
ItemViewModelImpl. basicGetParent()
IContainerViewModel
ContainerViewModelImpl. getParent()
IContainerViewModel
ControlViewModelImpl. getParent()
IContainerViewModel
DialogViewModelImpl. getParent()
IContainerViewModel
ItemViewModelImpl. getParent()
Methods in com._1c.g5.aef2.standard.viewModels.impl with parameters of type IContainerViewModel Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChain
ContainerViewModelImpl. basicSetParent(IContainerViewModel newParent, org.eclipse.emf.common.notify.NotificationChain msgs)
org.eclipse.emf.common.notify.NotificationChain
ControlViewModelImpl. basicSetParent(IContainerViewModel newParent, org.eclipse.emf.common.notify.NotificationChain msgs)
org.eclipse.emf.common.notify.NotificationChain
DialogViewModelImpl. basicSetParent(IContainerViewModel newParent, org.eclipse.emf.common.notify.NotificationChain msgs)
org.eclipse.emf.common.notify.NotificationChain
ItemViewModelImpl. basicSetParent(IContainerViewModel newParent, org.eclipse.emf.common.notify.NotificationChain msgs)
void
ContainerViewModelImpl. setParent(IContainerViewModel newParent)
void
ControlViewModelImpl. setParent(IContainerViewModel newParent)
void
DialogViewModelImpl. setParent(IContainerViewModel newParent)
void
ItemViewModelImpl. setParent(IContainerViewModel newParent)
-
Uses of IContainerViewModel in com._1c.g5.aef2.standard.viewModels.util
Methods in com._1c.g5.aef2.standard.viewModels.util with parameters of type IContainerViewModel Modifier and Type Method Description T1
AefStandardSwitch. caseIContainerViewModel(IContainerViewModel object)
Returns the result of interpreting the object as an instance of 'IContainer View Model'. -
Uses of IContainerViewModel in com._1c.g5.aef2.viewModels
Subinterfaces of IContainerViewModel in com._1c.g5.aef2.viewModels Modifier and Type Interface Description interface
IContainerControlViewModel
A representation of the model object 'IContainer Control View Model'.interface
IDialogViewModel
A representation of the model object 'IDialog View Model'.Methods in com._1c.g5.aef2.viewModels that return IContainerViewModel Modifier and Type Method Description IContainerViewModel
IViewModel. getParent()
Returns the value of the 'Parent' container reference.Methods in com._1c.g5.aef2.viewModels with parameters of type IContainerViewModel Modifier and Type Method Description void
IViewModel. setParent(IContainerViewModel value)
Sets the value of the 'Parent
' container reference. -
Uses of IContainerViewModel in com._1c.g5.aef2.viewModels.util
Methods in com._1c.g5.aef2.viewModels.util with parameters of type IContainerViewModel Modifier and Type Method Description T
AefSwitch. caseIContainerViewModel(IContainerViewModel object)
Returns the result of interpreting the object as an instance of 'IContainer View Model'. -
Uses of IContainerViewModel in com._1c.g5.properties.ui
Methods in com._1c.g5.properties.ui that return IContainerViewModel Modifier and Type Method Description protected IContainerViewModel
PropertyPaletteComponent. createContainerViewModel()
-
Uses of IContainerViewModel in com._1c.g5.properties.ui.transformation
Methods in com._1c.g5.properties.ui.transformation that return IContainerViewModel Modifier and Type Method Description IContainerViewModel
AlphabeticalTreeTransformation. getParent(IViewModel viewModel)
IContainerViewModel
CategoreisTreeTransformation. getParent(IViewModel viewModel)
-
Uses of IContainerViewModel in com._1c.g5.v8.dt.aggregates.ui.viewmodel.impl
Methods in com._1c.g5.v8.dt.aggregates.ui.viewmodel.impl that return IContainerViewModel Modifier and Type Method Description IContainerViewModel
AggregatesTableColumnViewModelImpl. basicGetParent()
IContainerViewModel
AggregateTableItemViewModelImpl. basicGetParent()
IContainerViewModel
AggregatesTableColumnViewModelImpl. getParent()
IContainerViewModel
AggregateTableItemViewModelImpl. getParent()
Methods in com._1c.g5.v8.dt.aggregates.ui.viewmodel.impl with parameters of type IContainerViewModel Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChain
AggregatesTableColumnViewModelImpl. basicSetParent(IContainerViewModel newParent, org.eclipse.emf.common.notify.NotificationChain msgs)
org.eclipse.emf.common.notify.NotificationChain
AggregateTableItemViewModelImpl. basicSetParent(IContainerViewModel newParent, org.eclipse.emf.common.notify.NotificationChain msgs)
void
AggregatesTableColumnViewModelImpl. setParent(IContainerViewModel newParent)
void
AggregateTableItemViewModelImpl. setParent(IContainerViewModel newParent)
-
Uses of IContainerViewModel in com._1c.g5.v8.dt.md.ui.aef.components
Methods in com._1c.g5.v8.dt.md.ui.aef.components that return IContainerViewModel Modifier and Type Method Description protected IContainerViewModel
NavigatorTreeDialogComponent. createContainerViewModel()
-
Uses of IContainerViewModel in com._1c.g5.v8.dt.md.ui.aef.wizards.viewModels
Subinterfaces of IContainerViewModel in com._1c.g5.v8.dt.md.ui.aef.wizards.viewModels Modifier and Type Interface Description interface
NewWizardPageViewModel
A representation of the model object 'New Wizard Page View Model'. -
Uses of IContainerViewModel in com._1c.g5.v8.dt.md.ui.aef.wizards.viewModels.impl
Classes in com._1c.g5.v8.dt.md.ui.aef.wizards.viewModels.impl that implement IContainerViewModel Modifier and Type Class Description class
NewWizardPageViewModelImpl
An implementation of the model object 'New Wizard Page View Model'.Methods in com._1c.g5.v8.dt.md.ui.aef.wizards.viewModels.impl that return IContainerViewModel Modifier and Type Method Description IContainerViewModel
NewWizardPageViewModelImpl. basicGetParent()
IContainerViewModel
NewWizardPageViewModelImpl. getParent()
Methods in com._1c.g5.v8.dt.md.ui.aef.wizards.viewModels.impl with parameters of type IContainerViewModel Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChain
NewWizardPageViewModelImpl. basicSetParent(IContainerViewModel newParent, org.eclipse.emf.common.notify.NotificationChain msgs)
void
NewWizardPageViewModelImpl. setParent(IContainerViewModel newParent)
-
Uses of IContainerViewModel in com._1c.g5.v8.dt.md.ui.aef.wizards.viewModels.util
Methods in com._1c.g5.v8.dt.md.ui.aef.wizards.viewModels.util with parameters of type IContainerViewModel Modifier and Type Method Description T
AefWizardsSwitch. caseIContainerViewModel(IContainerViewModel object)
Returns the result of interpreting the object as an instance of 'IContainer View Model'. -
Uses of IContainerViewModel in com._1c.g5.v8.dt.md.ui.extension.aef.components
Methods in com._1c.g5.v8.dt.md.ui.extension.aef.components that return IContainerViewModel Modifier and Type Method Description protected IContainerViewModel
ExtendedFieldComponent. createContainerViewModel()
-
Uses of IContainerViewModel in com._1c.g5.v8.dt.md.ui.wizards.base.aef
Methods in com._1c.g5.v8.dt.md.ui.wizards.base.aef that return IContainerViewModel Modifier and Type Method Description protected IContainerViewModel
NewWizardPageComponent. createContainerViewModel()
-
Uses of IContainerViewModel in com._1c.g5.v8.dt.ui.aef.component
Methods in com._1c.g5.v8.dt.ui.aef.component that return IContainerViewModel Modifier and Type Method Description protected IContainerViewModel
AbstractTabFolderComponent. createContainerViewModel()
protected IContainerViewModel
UnsettablePropertyFieldComponent. createContainerViewModel()
-
Uses of IContainerViewModel in com._1c.g5.v8.dt.ui.aef.viewModels
Subinterfaces of IContainerViewModel in com._1c.g5.v8.dt.ui.aef.viewModels Modifier and Type Interface Description interface
TabFolderViewModel
A representation of the model object 'Tab Folder View Model'. -
Uses of IContainerViewModel in com._1c.g5.v8.dt.ui.aef.viewModels.impl
Classes in com._1c.g5.v8.dt.ui.aef.viewModels.impl that implement IContainerViewModel Modifier and Type Class Description class
TabFolderViewModelImpl
An implementation of the model object 'Tab Folder View Model'.Methods in com._1c.g5.v8.dt.ui.aef.viewModels.impl that return IContainerViewModel Modifier and Type Method Description IContainerViewModel
ButtonItemViewModelImpl. basicGetParent()
IContainerViewModel
GridColumnViewModelImpl. basicGetParent()
IContainerViewModel
TabItemViewModelImpl. basicGetParent()
IContainerViewModel
ToolBarItemViewModelImpl. basicGetParent()
IContainerViewModel
ButtonItemViewModelImpl. getParent()
IContainerViewModel
GridColumnViewModelImpl. getParent()
IContainerViewModel
TabItemViewModelImpl. getParent()
IContainerViewModel
ToolBarItemViewModelImpl. getParent()
Methods in com._1c.g5.v8.dt.ui.aef.viewModels.impl with parameters of type IContainerViewModel Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChain
ButtonItemViewModelImpl. basicSetParent(IContainerViewModel newParent, org.eclipse.emf.common.notify.NotificationChain msgs)
org.eclipse.emf.common.notify.NotificationChain
GridColumnViewModelImpl. basicSetParent(IContainerViewModel newParent, org.eclipse.emf.common.notify.NotificationChain msgs)
org.eclipse.emf.common.notify.NotificationChain
TabItemViewModelImpl. basicSetParent(IContainerViewModel newParent, org.eclipse.emf.common.notify.NotificationChain msgs)
org.eclipse.emf.common.notify.NotificationChain
ToolBarItemViewModelImpl. basicSetParent(IContainerViewModel newParent, org.eclipse.emf.common.notify.NotificationChain msgs)
void
ButtonItemViewModelImpl. setParent(IContainerViewModel newParent)
void
GridColumnViewModelImpl. setParent(IContainerViewModel newParent)
void
TabItemViewModelImpl. setParent(IContainerViewModel newParent)
void
ToolBarItemViewModelImpl. setParent(IContainerViewModel newParent)
-
Uses of IContainerViewModel in com._1c.g5.v8.dt.ui.aef.viewModels.util
Methods in com._1c.g5.v8.dt.ui.aef.viewModels.util with parameters of type IContainerViewModel Modifier and Type Method Description T1
DtAefSwitch. caseIContainerViewModel(IContainerViewModel object)
Returns the result of interpreting the object as an instance of 'IContainer View Model'. -
Uses of IContainerViewModel in com._1c.g5.v8.dt.ui.editor.aef.components
Methods in com._1c.g5.v8.dt.ui.editor.aef.components that return IContainerViewModel Modifier and Type Method Description protected IContainerViewModel
DtGranularEditorPageSectionComponent. createContainerViewModel()
-