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 LabelViewModelLabelComponent. 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 voidLwtLabelView. bind(LabelViewModel viewModel, LightLabel lightControl)LightLabelLwtLabelView. 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 voidSwtLabelView. bind(LabelViewModel viewModel, org.eclipse.swt.widgets.Label nativeControl)org.eclipse.swt.widgets.LabelSwtLabelView. 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 interfaceCheckableLabelViewModelA representation of the model object 'Checkable Label View Model'.interfaceComboLabelViewModelA 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 LabelViewModelAefStandardFactory. 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 classCheckableLabelViewModelImplAn implementation of the model object 'Checkable Label View Model'.classComboLabelViewModelImplAn implementation of the model object 'Combo Label View Model'.classLabelViewModelImplAn 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 LabelViewModelAefStandardFactoryImpl. 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 T1AefStandardSwitch. 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 LabelViewModelCommonPicturePreviewImageSizeComponent. 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 interfaceComboLabelExtensionViewModelA representation of the model object 'Combo Label Extension View Model'.interfaceLabelExtensionViewModelA 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 classComboLabelExtensionViewModelImplAn implementation of the model object 'Combo Label Extension View Model'.classLabelExtensionViewModelImplAn 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 TAefExtensionSwitch. 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 interfaceSelectableLabelViewModelA 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 classSelectableLabelViewModelImplAn 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 TAefSwitch. 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 voidDtLabelView. bind(LabelViewModel viewModel, DtLabel nativeControl)DtLabelDtLabelView. createControl(org.eclipse.swt.widgets.Composite parent, LabelViewModel viewModel)
-