Uses of Interface
com._1c.g5.aef2.standard.viewModels.TextViewModel
Packages that use TextViewModel
Package
Description
-
Uses of TextViewModel in com._1c.g5.aef2.standard.components
Methods in com._1c.g5.aef2.standard.components that return TextViewModel -
Uses of TextViewModel in com._1c.g5.aef2.standard.lwt.views
Methods in com._1c.g5.aef2.standard.lwt.views with parameters of type TextViewModelModifier and TypeMethodDescriptionprotected 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 TextViewModelModifier and TypeMethodDescriptionprotected 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 TextViewModelModifier and TypeMethodDescriptionAefStandardFactory.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 TextViewModelModifier and TypeClassDescriptionclass
An implementation of the model object 'Text View Model'.Methods in com._1c.g5.aef2.standard.viewModels.impl that return TextViewModel -
Uses of TextViewModel in com._1c.g5.aef2.standard.viewModels.util
Methods in com._1c.g5.aef2.standard.viewModels.util with parameters of type TextViewModelModifier and TypeMethodDescriptionAefStandardSwitch.caseTextViewModel
(TextViewModel object) Returns the result of interpreting the object as an instance of 'Text View Model'.