Uses of Interface
com._1c.g5.aef2.standard.viewModels.ButtonViewModel
Packages that use ButtonViewModel
Package
Description
-
Uses of ButtonViewModel in com._1c.g5.aef2.standard.components
Methods in com._1c.g5.aef2.standard.components that return ButtonViewModelModifier and TypeMethodDescriptionprotected ButtonViewModel
ButtonComponent.createControlViewModel()
-
Uses of ButtonViewModel in com._1c.g5.aef2.standard.lwt.views
Methods in com._1c.g5.aef2.standard.lwt.views with parameters of type ButtonViewModelModifier and TypeMethodDescriptionprotected void
LwtButtonView.bind
(ButtonViewModel viewModel, SwtLightControl lightControl) protected org.eclipse.swt.widgets.Button
LwtButtonView.createHeavyControl
(org.eclipse.swt.widgets.Composite composite, ButtonViewModel viewModel) -
Uses of ButtonViewModel in com._1c.g5.aef2.standard.swt.views
Methods in com._1c.g5.aef2.standard.swt.views with parameters of type ButtonViewModelModifier and TypeMethodDescriptionprotected void
SwtButtonView.bind
(ButtonViewModel viewModel, org.eclipse.swt.widgets.Button nativeControl) org.eclipse.swt.widgets.Button
SwtButtonView.createControl
(org.eclipse.swt.widgets.Composite parent, ButtonViewModel viewModel) -
Uses of ButtonViewModel in com._1c.g5.aef2.standard.viewModels
Subinterfaces of ButtonViewModel in com._1c.g5.aef2.standard.viewModelsModifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Image Button View Model'.Methods in com._1c.g5.aef2.standard.viewModels that return ButtonViewModelModifier and TypeMethodDescriptionAefStandardFactory.createButtonViewModel()
Returns a new object of class 'Button View Model'. -
Uses of ButtonViewModel in com._1c.g5.aef2.standard.viewModels.impl
Classes in com._1c.g5.aef2.standard.viewModels.impl that implement ButtonViewModelModifier and TypeClassDescriptionclass
An implementation of the model object 'Button View Model'.class
An implementation of the model object 'Image Button View Model'.Methods in com._1c.g5.aef2.standard.viewModels.impl that return ButtonViewModel -
Uses of ButtonViewModel in com._1c.g5.aef2.standard.viewModels.util
Methods in com._1c.g5.aef2.standard.viewModels.util with parameters of type ButtonViewModelModifier and TypeMethodDescriptionAefStandardSwitch.caseButtonViewModel
(ButtonViewModel object) Returns the result of interpreting the object as an instance of 'Button View Model'.