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 LinkViewModelLinkComponent. 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 voidLwtLinkView. bind(LinkViewModel viewModel, SwtLightControl lightControl)protected org.eclipse.ui.forms.widgets.HyperlinkLwtLinkView. 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 voidSwtLinkView. bind(LinkViewModel viewModel, org.eclipse.ui.forms.widgets.Hyperlink nativeControl)org.eclipse.ui.forms.widgets.HyperlinkSwtLinkView. 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 LinkViewModelAefStandardFactory. 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 classLinkViewModelImplAn 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 LinkViewModelAefStandardFactoryImpl. 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 T1AefStandardSwitch. caseLinkViewModel(LinkViewModel object)Returns the result of interpreting the object as an instance of 'Link View Model'.
-