Uses of Interface
com._1c.g5.aef2.standard.viewModels.LinkViewModel
-
-
Uses of LinkViewModel in com._1c.g5.aef2.standard.components
Methods in com._1c.g5.aef2.standard.components that return LinkViewModel Modifier and Type Method Description protected LinkViewModel
LinkComponent. createControlViewModel()
-
Uses of LinkViewModel in com._1c.g5.aef2.standard.lwt.views
Methods in com._1c.g5.aef2.standard.lwt.views with parameters of type LinkViewModel Modifier and Type Method Description protected void
LwtLinkView. bind(LinkViewModel viewModel, SwtLightControl lightControl)
protected org.eclipse.ui.forms.widgets.Hyperlink
LwtLinkView. createHeavyControl(org.eclipse.swt.widgets.Composite parent, LinkViewModel viewModel)
-
Uses of LinkViewModel in com._1c.g5.aef2.standard.swt.views
Methods in com._1c.g5.aef2.standard.swt.views with parameters of type LinkViewModel Modifier and Type Method Description protected void
SwtLinkView. bind(LinkViewModel viewModel, org.eclipse.ui.forms.widgets.Hyperlink nativeControl)
org.eclipse.ui.forms.widgets.Hyperlink
SwtLinkView. createControl(org.eclipse.swt.widgets.Composite parent, LinkViewModel viewModel)
-
Uses of LinkViewModel in com._1c.g5.aef2.standard.viewModels
Methods in com._1c.g5.aef2.standard.viewModels that return LinkViewModel Modifier and Type Method Description LinkViewModel
AefStandardFactory. createLinkViewModel()
Returns a new object of class 'Link View Model'. -
Uses of LinkViewModel in com._1c.g5.aef2.standard.viewModels.impl
Classes in com._1c.g5.aef2.standard.viewModels.impl that implement LinkViewModel Modifier and Type Class Description class
LinkViewModelImpl
An implementation of the model object 'Link View Model'.Methods in com._1c.g5.aef2.standard.viewModels.impl that return LinkViewModel Modifier and Type Method Description LinkViewModel
AefStandardFactoryImpl. createLinkViewModel()
-
Uses of LinkViewModel in com._1c.g5.aef2.standard.viewModels.util
Methods in com._1c.g5.aef2.standard.viewModels.util with parameters of type LinkViewModel Modifier and Type Method Description T1
AefStandardSwitch. caseLinkViewModel(LinkViewModel object)
Returns the result of interpreting the object as an instance of 'Link View Model'.
-