Uses of Interface
com._1c.g5.aef2.standard.viewModels.SectionActionItemViewModel
Packages that use SectionActionItemViewModel
Package
Description
-
Uses of SectionActionItemViewModel in com._1c.g5.aef2.standard.components
Methods in com._1c.g5.aef2.standard.components with parameters of type SectionActionItemViewModelModifier and TypeMethodDescriptionprotected voidSectionComponent.handleAction(SectionActionItemViewModel action) Handles the section action. -
Uses of SectionActionItemViewModel in com._1c.g5.aef2.standard.viewModels
Methods in com._1c.g5.aef2.standard.viewModels that return SectionActionItemViewModelModifier and TypeMethodDescriptionAefStandardFactory.createSectionActionItemViewModel()Returns a new object of class 'Section Action Item View Model'.Methods in com._1c.g5.aef2.standard.viewModels that return types with arguments of type SectionActionItemViewModelModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<SectionActionItemViewModel>SectionViewModel.getActionItems()Returns the value of the 'Action Items' containment reference list. -
Uses of SectionActionItemViewModel in com._1c.g5.aef2.standard.viewModels.impl
Classes in com._1c.g5.aef2.standard.viewModels.impl that implement SectionActionItemViewModelModifier and TypeClassDescriptionclassAn implementation of the model object 'Section Action Item View Model'.Fields in com._1c.g5.aef2.standard.viewModels.impl with type parameters of type SectionActionItemViewModelModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList<SectionActionItemViewModel>SectionViewModelImpl.actionItemsThe cached value of the 'Action Items' containment reference list.Methods in com._1c.g5.aef2.standard.viewModels.impl that return SectionActionItemViewModelMethods in com._1c.g5.aef2.standard.viewModels.impl that return types with arguments of type SectionActionItemViewModelModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<SectionActionItemViewModel>SectionViewModelImpl.getActionItems() -
Uses of SectionActionItemViewModel in com._1c.g5.aef2.standard.viewModels.util
Methods in com._1c.g5.aef2.standard.viewModels.util with parameters of type SectionActionItemViewModelModifier and TypeMethodDescriptionAefStandardSwitch.caseSectionActionItemViewModel(SectionActionItemViewModel object) Returns the result of interpreting the object as an instance of 'Section Action Item View Model'. -
Uses of SectionActionItemViewModel in com._1c.g5.v8.dt.ui.editor.aef.components
Methods in com._1c.g5.v8.dt.ui.editor.aef.components with parameters of type SectionActionItemViewModelModifier and TypeMethodDescriptionprotected voidDtGranularEditorPageSectionComponent.handleAction(SectionActionItemViewModel action) Handles the section action.