Uses of Interface
com._1c.g5.aef2.standard.viewModels.SectionActionItemViewModel
-
-
Uses of SectionActionItemViewModel in com._1c.g5.aef2.standard.components
Methods in com._1c.g5.aef2.standard.components with parameters of type SectionActionItemViewModel Modifier and Type Method Description protected void
SectionComponent. 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 SectionActionItemViewModel Modifier and Type Method Description SectionActionItemViewModel
AefStandardFactory. 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 SectionActionItemViewModel Modifier and Type Method Description org.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 SectionActionItemViewModel Modifier and Type Class Description class
SectionActionItemViewModelImpl
An implementation of the model object 'Section Action Item View Model'.Fields in com._1c.g5.aef2.standard.viewModels.impl with type parameters of type SectionActionItemViewModel Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<SectionActionItemViewModel>
SectionViewModelImpl. actionItems
The cached value of the 'Action Items
' containment reference list.Methods in com._1c.g5.aef2.standard.viewModels.impl that return SectionActionItemViewModel Modifier and Type Method Description SectionActionItemViewModel
AefStandardFactoryImpl. createSectionActionItemViewModel()
Methods in com._1c.g5.aef2.standard.viewModels.impl that return types with arguments of type SectionActionItemViewModel Modifier and Type Method Description org.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 SectionActionItemViewModel Modifier and Type Method Description T1
AefStandardSwitch. 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 SectionActionItemViewModel Modifier and Type Method Description protected void
DtGranularEditorPageSectionComponent. handleAction(SectionActionItemViewModel action)
Handles the section action.
-