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 TextViewModelTextComponent. 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 voidLwtTextView. bind(TextViewModel viewModel, LightText nativeControl)protected LightTextLwtTextView. 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 voidSwtTextView. bind(TextViewModel viewModel, org.eclipse.swt.widgets.Text nativeControl)protected intSwtTextView. computeNativeStyle(TextViewModel viewModel)org.eclipse.swt.widgets.TextSwtTextView. 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 TextViewModelAefStandardFactory. 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 classTextViewModelImplAn 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 TextViewModelAefStandardFactoryImpl. 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 T1AefStandardSwitch. caseTextViewModel(TextViewModel object)Returns the result of interpreting the object as an instance of 'Text View Model'.
-