Uses of Interface
com._1c.g5.aef2.standard.viewModels.SectionViewModel
-
-
Uses of SectionViewModel in com._1c.g5.aef2.standard.components
Methods in com._1c.g5.aef2.standard.components that return SectionViewModel Modifier and Type Method Description protected SectionViewModel
SectionComponent. getSectionViewModel()
-
Uses of SectionViewModel in com._1c.g5.aef2.standard.lwt.views
Methods in com._1c.g5.aef2.standard.lwt.views with parameters of type SectionViewModel Modifier and Type Method Description protected org.eclipse.ui.forms.widgets.Section
LwtSectionView. createHeavyControl(org.eclipse.swt.widgets.Composite composite, SectionViewModel viewModel)
protected void
LwtSectionView. unbind(SectionViewModel viewModel, SwtLightComposite lightControl)
-
Uses of SectionViewModel in com._1c.g5.aef2.standard.swt.views
Methods in com._1c.g5.aef2.standard.swt.views with parameters of type SectionViewModel Modifier and Type Method Description protected int
SwtSectionView. computeNativeStyle(SectionViewModel viewModel)
protected org.eclipse.swt.widgets.Composite
SwtSectionView. createControl(org.eclipse.swt.widgets.Composite parent, SectionViewModel viewModel)
protected void
SwtSectionView. unbind(SectionViewModel viewModel, org.eclipse.swt.widgets.Composite control)
-
Uses of SectionViewModel in com._1c.g5.aef2.standard.viewModels
Methods in com._1c.g5.aef2.standard.viewModels that return SectionViewModel Modifier and Type Method Description SectionViewModel
AefStandardFactory. createSectionViewModel()
Returns a new object of class 'Section View Model'. -
Uses of SectionViewModel in com._1c.g5.aef2.standard.viewModels.impl
Classes in com._1c.g5.aef2.standard.viewModels.impl that implement SectionViewModel Modifier and Type Class Description class
SectionViewModelImpl
An implementation of the model object 'Section View Model'.Methods in com._1c.g5.aef2.standard.viewModels.impl that return SectionViewModel Modifier and Type Method Description SectionViewModel
AefStandardFactoryImpl. createSectionViewModel()
-
Uses of SectionViewModel in com._1c.g5.aef2.standard.viewModels.util
Methods in com._1c.g5.aef2.standard.viewModels.util with parameters of type SectionViewModel Modifier and Type Method Description T1
AefStandardSwitch. caseSectionViewModel(SectionViewModel object)
Returns the result of interpreting the object as an instance of 'Section View Model'. -
Uses of SectionViewModel in com._1c.g5.v8.dt.ui.editor.aef.components
Methods in com._1c.g5.v8.dt.ui.editor.aef.components that return SectionViewModel Modifier and Type Method Description protected SectionViewModel
DtGranularEditorPageSectionComponent. getSectionViewModel()
-