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 SectionViewModelSectionComponent. 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.SectionLwtSectionView. createHeavyControl(org.eclipse.swt.widgets.Composite composite, SectionViewModel viewModel)protected voidLwtSectionView. 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 intSwtSectionView. computeNativeStyle(SectionViewModel viewModel)protected org.eclipse.swt.widgets.CompositeSwtSectionView. createControl(org.eclipse.swt.widgets.Composite parent, SectionViewModel viewModel)protected voidSwtSectionView. 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 SectionViewModelAefStandardFactory. 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 classSectionViewModelImplAn 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 SectionViewModelAefStandardFactoryImpl. 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 T1AefStandardSwitch. 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 SectionViewModelDtGranularEditorPageSectionComponent. getSectionViewModel()
-