Uses of Interface
com._1c.g5.aef2.standard.viewModels.CheckableLabelViewModel
Packages that use CheckableLabelViewModel
Package
Description
-
Uses of CheckableLabelViewModel in com._1c.g5.aef2.standard.components
Classes in com._1c.g5.aef2.standard.components with type parameters of type CheckableLabelViewModelModifier and TypeClassDescriptionclass
CheckableLabelComponent<M,
VM extends CheckableLabelViewModel> Checkable label component that shows lable and checkbox. -
Uses of CheckableLabelViewModel in com._1c.g5.aef2.standard.lwt.views
Classes in com._1c.g5.aef2.standard.lwt.views with type parameters of type CheckableLabelViewModelModifier and TypeClassDescriptionclass
LwtCheckableLabelView<VM extends CheckableLabelViewModel>
The LWT checkable label view. -
Uses of CheckableLabelViewModel in com._1c.g5.aef2.standard.swt.views
Classes in com._1c.g5.aef2.standard.swt.views with type parameters of type CheckableLabelViewModelModifier and TypeClassDescriptionclass
SwtCheckableLabelView<VM extends CheckableLabelViewModel>
The SWT checkable label view. -
Uses of CheckableLabelViewModel in com._1c.g5.aef2.standard.viewModels
Methods in com._1c.g5.aef2.standard.viewModels that return CheckableLabelViewModelModifier and TypeMethodDescriptionAefStandardFactory.createCheckableLabelViewModel()
Returns a new object of class 'Checkable Label View Model'. -
Uses of CheckableLabelViewModel in com._1c.g5.aef2.standard.viewModels.impl
Classes in com._1c.g5.aef2.standard.viewModels.impl that implement CheckableLabelViewModelModifier and TypeClassDescriptionclass
An implementation of the model object 'Checkable Label View Model'.Methods in com._1c.g5.aef2.standard.viewModels.impl that return CheckableLabelViewModel -
Uses of CheckableLabelViewModel in com._1c.g5.aef2.standard.viewModels.util
Methods in com._1c.g5.aef2.standard.viewModels.util with parameters of type CheckableLabelViewModelModifier and TypeMethodDescriptionAefStandardSwitch.caseCheckableLabelViewModel
(CheckableLabelViewModel object) Returns the result of interpreting the object as an instance of 'Checkable Label View Model'. -
Uses of CheckableLabelViewModel in com._1c.g5.v8.dt.md.ui.extension.viewModels
Subinterfaces of CheckableLabelViewModel in com._1c.g5.v8.dt.md.ui.extension.viewModelsModifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Label Extension View Model'. -
Uses of CheckableLabelViewModel 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 CheckableLabelViewModelModifier and TypeClassDescriptionclass
An implementation of the model object 'Label Extension View Model'. -
Uses of CheckableLabelViewModel 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 CheckableLabelViewModelModifier and TypeMethodDescriptionAefExtensionSwitch.caseCheckableLabelViewModel
(CheckableLabelViewModel object) Returns the result of interpreting the object as an instance of 'Checkable Label View Model'.