Uses of Interface
com._1c.g5.aef2.standard.viewModels.LabelViewModel
-
-
Uses of LabelViewModel in com._1c.g5.aef2.standard.components
Methods in com._1c.g5.aef2.standard.components that return LabelViewModel Modifier and Type Method Description protected LabelViewModel
LabelComponent. createControlViewModel()
-
Uses of LabelViewModel in com._1c.g5.aef2.standard.lwt.views
Methods in com._1c.g5.aef2.standard.lwt.views with parameters of type LabelViewModel Modifier and Type Method Description protected void
LwtLabelView. bind(LabelViewModel viewModel, LightLabel lightControl)
LightLabel
LwtLabelView. createControl(ILightComposite lightComposite, LabelViewModel viewModel)
-
Uses of LabelViewModel in com._1c.g5.aef2.standard.swt.views
Methods in com._1c.g5.aef2.standard.swt.views with parameters of type LabelViewModel Modifier and Type Method Description protected void
SwtLabelView. bind(LabelViewModel viewModel, org.eclipse.swt.widgets.Label nativeControl)
org.eclipse.swt.widgets.Label
SwtLabelView. createControl(org.eclipse.swt.widgets.Composite parent, LabelViewModel viewModel)
-
Uses of LabelViewModel in com._1c.g5.aef2.standard.viewModels
Subinterfaces of LabelViewModel in com._1c.g5.aef2.standard.viewModels Modifier and Type Interface Description interface
CheckableLabelViewModel
A representation of the model object 'Checkable Label View Model'.interface
ComboLabelViewModel
A representation of the model object 'Combo Label View Model'.Methods in com._1c.g5.aef2.standard.viewModels that return LabelViewModel Modifier and Type Method Description LabelViewModel
AefStandardFactory. createLabelViewModel()
Returns a new object of class 'Label View Model'. -
Uses of LabelViewModel in com._1c.g5.aef2.standard.viewModels.impl
Classes in com._1c.g5.aef2.standard.viewModels.impl that implement LabelViewModel Modifier and Type Class Description class
CheckableLabelViewModelImpl
An implementation of the model object 'Checkable Label View Model'.class
ComboLabelViewModelImpl
An implementation of the model object 'Combo Label View Model'.class
LabelViewModelImpl
An implementation of the model object 'Label View Model'.Methods in com._1c.g5.aef2.standard.viewModels.impl that return LabelViewModel Modifier and Type Method Description LabelViewModel
AefStandardFactoryImpl. createLabelViewModel()
-
Uses of LabelViewModel in com._1c.g5.aef2.standard.viewModels.util
Methods in com._1c.g5.aef2.standard.viewModels.util with parameters of type LabelViewModel Modifier and Type Method Description T1
AefStandardSwitch. caseLabelViewModel(LabelViewModel object)
Returns the result of interpreting the object as an instance of 'Label View Model'. -
Uses of LabelViewModel in com._1c.g5.v8.dt.md.ui.aef.components.commonpicture
Methods in com._1c.g5.v8.dt.md.ui.aef.components.commonpicture that return LabelViewModel Modifier and Type Method Description protected LabelViewModel
CommonPicturePreviewImageSizeComponent. createControlViewModel()
-
Uses of LabelViewModel in com._1c.g5.v8.dt.md.ui.extension.viewModels
Subinterfaces of LabelViewModel in com._1c.g5.v8.dt.md.ui.extension.viewModels Modifier and Type Interface Description interface
ComboLabelExtensionViewModel
A representation of the model object 'Combo Label Extension View Model'.interface
LabelExtensionViewModel
A representation of the model object 'Label Extension View Model'. -
Uses of LabelViewModel in com._1c.g5.v8.dt.md.ui.extension.viewModels.impl
Classes in com._1c.g5.v8.dt.md.ui.extension.viewModels.impl that implement LabelViewModel Modifier and Type Class Description class
ComboLabelExtensionViewModelImpl
An implementation of the model object 'Combo Label Extension View Model'.class
LabelExtensionViewModelImpl
An implementation of the model object 'Label Extension View Model'. -
Uses of LabelViewModel in com._1c.g5.v8.dt.md.ui.extension.viewModels.util
Methods in com._1c.g5.v8.dt.md.ui.extension.viewModels.util with parameters of type LabelViewModel Modifier and Type Method Description T
AefExtensionSwitch. caseLabelViewModel(LabelViewModel object)
Returns the result of interpreting the object as an instance of 'Label View Model'. -
Uses of LabelViewModel in com._1c.g5.v8.dt.platform.services.ui.aef
Subinterfaces of LabelViewModel in com._1c.g5.v8.dt.platform.services.ui.aef Modifier and Type Interface Description interface
SelectableLabelViewModel
A representation of the model object 'Selectable Label View Model'. -
Uses of LabelViewModel in com._1c.g5.v8.dt.platform.services.ui.aef.impl
Classes in com._1c.g5.v8.dt.platform.services.ui.aef.impl that implement LabelViewModel Modifier and Type Class Description class
SelectableLabelViewModelImpl
An implementation of the model object 'Selectable Label View Model'. -
Uses of LabelViewModel in com._1c.g5.v8.dt.platform.services.ui.aef.util
Methods in com._1c.g5.v8.dt.platform.services.ui.aef.util with parameters of type LabelViewModel Modifier and Type Method Description T
AefSwitch. caseLabelViewModel(LabelViewModel object)
Returns the result of interpreting the object as an instance of 'Label View Model'. -
Uses of LabelViewModel in com._1c.g5.v8.dt.ui.aef.swt.views
Methods in com._1c.g5.v8.dt.ui.aef.swt.views with parameters of type LabelViewModel Modifier and Type Method Description protected void
DtLabelView. bind(LabelViewModel viewModel, DtLabel nativeControl)
DtLabel
DtLabelView. createControl(org.eclipse.swt.widgets.Composite parent, LabelViewModel viewModel)
-