Uses of Interface
com._1c.g5.aef2.standard.viewModels.ImageButtonViewModel
-
-
Uses of ImageButtonViewModel in com._1c.g5.aef2.standard.components
Methods in com._1c.g5.aef2.standard.components that return ImageButtonViewModel Modifier and Type Method Description protected ImageButtonViewModel
ImageButtonComponent. createControlViewModel()
-
Uses of ImageButtonViewModel in com._1c.g5.aef2.standard.lwt.views
Methods in com._1c.g5.aef2.standard.lwt.views with parameters of type ImageButtonViewModel Modifier and Type Method Description protected void
LwtImageButtonView. bind(ImageButtonViewModel viewModel, LightImageButton lightControl)
protected LightImageButton
LwtImageButtonView. createControl(ILightComposite parent, ImageButtonViewModel viewModel)
-
Uses of ImageButtonViewModel in com._1c.g5.aef2.standard.swt.views
Methods in com._1c.g5.aef2.standard.swt.views with parameters of type ImageButtonViewModel Modifier and Type Method Description protected void
SwtImageButtonView. bind(ImageButtonViewModel viewModel, org.eclipse.swt.widgets.Button nativeControl)
org.eclipse.swt.widgets.Button
SwtImageButtonView. createControl(org.eclipse.swt.widgets.Composite parent, ImageButtonViewModel viewModel)
protected void
SwtImageButtonView. unbind(ImageButtonViewModel viewModel, org.eclipse.swt.widgets.Button nativeControl)
-
Uses of ImageButtonViewModel in com._1c.g5.aef2.standard.viewModels
Methods in com._1c.g5.aef2.standard.viewModels that return ImageButtonViewModel Modifier and Type Method Description ImageButtonViewModel
AefStandardFactory. createImageButtonViewModel()
Returns a new object of class 'Image Button View Model'. -
Uses of ImageButtonViewModel in com._1c.g5.aef2.standard.viewModels.impl
Classes in com._1c.g5.aef2.standard.viewModels.impl that implement ImageButtonViewModel Modifier and Type Class Description class
ImageButtonViewModelImpl
An implementation of the model object 'Image Button View Model'.Methods in com._1c.g5.aef2.standard.viewModels.impl that return ImageButtonViewModel Modifier and Type Method Description ImageButtonViewModel
AefStandardFactoryImpl. createImageButtonViewModel()
-
Uses of ImageButtonViewModel in com._1c.g5.aef2.standard.viewModels.util
Methods in com._1c.g5.aef2.standard.viewModels.util with parameters of type ImageButtonViewModel Modifier and Type Method Description T1
AefStandardSwitch. caseImageButtonViewModel(ImageButtonViewModel object)
Returns the result of interpreting the object as an instance of 'Image Button View Model'.
-