Uses of Interface
com._1c.g5.aef2.standard.viewModels.SeparatorViewModel
Packages that use SeparatorViewModel
Package
Description
-
Uses of SeparatorViewModel in com._1c.g5.aef2.standard.components
Methods in com._1c.g5.aef2.standard.components that return SeparatorViewModelModifier and TypeMethodDescriptionprotected SeparatorViewModel
SeparatorComponent.createControlViewModel()
-
Uses of SeparatorViewModel in com._1c.g5.aef2.standard.lwt.views
Methods in com._1c.g5.aef2.standard.lwt.views with parameters of type SeparatorViewModelModifier and TypeMethodDescriptionprotected LightSeparator
LwtSeparatorView.createControl
(ILightComposite parent, SeparatorViewModel viewModel) -
Uses of SeparatorViewModel in com._1c.g5.aef2.standard.swt.views
Methods in com._1c.g5.aef2.standard.swt.views with parameters of type SeparatorViewModelModifier and TypeMethodDescriptionprotected int
SwtSeparatorView.computeNativeStyle
(SeparatorViewModel viewModel) protected org.eclipse.swt.widgets.Label
SwtSeparatorView.createControl
(org.eclipse.swt.widgets.Composite parent, SeparatorViewModel viewModel) -
Uses of SeparatorViewModel in com._1c.g5.aef2.standard.viewModels
Methods in com._1c.g5.aef2.standard.viewModels that return SeparatorViewModelModifier and TypeMethodDescriptionAefStandardFactory.createSeparatorViewModel()
Returns a new object of class 'Separator View Model'. -
Uses of SeparatorViewModel in com._1c.g5.aef2.standard.viewModels.impl
Classes in com._1c.g5.aef2.standard.viewModels.impl that implement SeparatorViewModelModifier and TypeClassDescriptionclass
An implementation of the model object 'Separator View Model'.Methods in com._1c.g5.aef2.standard.viewModels.impl that return SeparatorViewModel -
Uses of SeparatorViewModel in com._1c.g5.aef2.standard.viewModels.util
Methods in com._1c.g5.aef2.standard.viewModels.util with parameters of type SeparatorViewModelModifier and TypeMethodDescriptionAefStandardSwitch.caseSeparatorViewModel
(SeparatorViewModel object) Returns the result of interpreting the object as an instance of 'Separator View Model'.