Uses of Interface
com._1c.g5.aef2.standard.viewModels.TextViewModel
-
-
Uses of TextViewModel in com._1c.g5.aef2.standard.components
Methods in com._1c.g5.aef2.standard.components that return TextViewModel Modifier and Type Method Description protected TextViewModel
TextComponent. createControlViewModel()
-
Uses of TextViewModel in com._1c.g5.aef2.standard.lwt.views
Methods in com._1c.g5.aef2.standard.lwt.views with parameters of type TextViewModel Modifier and Type Method Description protected void
LwtTextView. bind(TextViewModel viewModel, LightText nativeControl)
protected LightText
LwtTextView. createControl(ILightComposite parent, TextViewModel viewModel)
-
Uses of TextViewModel in com._1c.g5.aef2.standard.swt.views
Methods in com._1c.g5.aef2.standard.swt.views with parameters of type TextViewModel Modifier and Type Method Description protected void
SwtTextView. bind(TextViewModel viewModel, org.eclipse.swt.widgets.Text nativeControl)
protected int
SwtTextView. computeNativeStyle(TextViewModel viewModel)
org.eclipse.swt.widgets.Text
SwtTextView. createControl(org.eclipse.swt.widgets.Composite parent, TextViewModel viewModel)
-
Uses of TextViewModel in com._1c.g5.aef2.standard.viewModels
Methods in com._1c.g5.aef2.standard.viewModels that return TextViewModel Modifier and Type Method Description TextViewModel
AefStandardFactory. createTextViewModel()
Returns a new object of class 'Text View Model'. -
Uses of TextViewModel in com._1c.g5.aef2.standard.viewModels.impl
Classes in com._1c.g5.aef2.standard.viewModels.impl that implement TextViewModel Modifier and Type Class Description class
TextViewModelImpl
An implementation of the model object 'Text View Model'.Methods in com._1c.g5.aef2.standard.viewModels.impl that return TextViewModel Modifier and Type Method Description TextViewModel
AefStandardFactoryImpl. createTextViewModel()
-
Uses of TextViewModel in com._1c.g5.aef2.standard.viewModels.util
Methods in com._1c.g5.aef2.standard.viewModels.util with parameters of type TextViewModel Modifier and Type Method Description T1
AefStandardSwitch. caseTextViewModel(TextViewModel object)
Returns the result of interpreting the object as an instance of 'Text View Model'.
-