Uses of Interface
com._1c.g5.aef2.viewModels.IDialogViewModel
Packages that use IDialogViewModel
Package
Description
-
Uses of IDialogViewModel in com._1c.g5.aef2.lwt
Methods in com._1c.g5.aef2.lwt with parameters of type IDialogViewModelModifier and TypeMethodDescriptionprotected abstract org.eclipse.core.databinding.observable.value.IObservableValue<?>LwtDialogRenderer.createOkButtonEnableObservable(IDialogViewModel viewModel) Creates theIObservableValuefor enable state of the ok button.protected abstract org.eclipse.swt.graphics.PointLwtDialogRenderer.getInitialSize(IDialogViewModel viewModel) Returns the initial size of the dialog.protected StringLwtDialogRenderer.getTitle(IDialogViewModel viewModel) Returns the title of the dialog.protected booleanLwtDialogRenderer.isResizable(IDialogViewModel viewModel) Returns the resizable flag of the dialog.protected abstract voidLwtDialogRenderer.onContentRendered(IDialogViewModel viewModel) Performs required modifications of dialog's view model. -
Uses of IDialogViewModel in com._1c.g5.aef2.standard.lwt.renderers
Methods in com._1c.g5.aef2.standard.lwt.renderers with parameters of type IDialogViewModelModifier and TypeMethodDescriptionprotected org.eclipse.core.databinding.observable.value.IObservableValue<?>LwtStandardDialogRenderer.createOkButtonEnableObservable(IDialogViewModel viewModel) protected org.eclipse.swt.graphics.PointLwtStandardDialogRenderer.getInitialSize(IDialogViewModel viewModel) protected StringLwtStandardDialogRenderer.getTitle(IDialogViewModel viewModel) protected booleanLwtStandardDialogRenderer.isResizable(IDialogViewModel viewModel) protected voidLwtStandardDialogRenderer.onContentRendered(IDialogViewModel viewModel) -
Uses of IDialogViewModel in com._1c.g5.aef2.standard.swt.renderers
Methods in com._1c.g5.aef2.standard.swt.renderers with parameters of type IDialogViewModelModifier and TypeMethodDescriptionprotected org.eclipse.core.databinding.observable.value.IObservableValueSwtStandardDialogRenderer.createOkButtonEnableObservable(IDialogViewModel viewModel) protected org.eclipse.swt.graphics.PointSwtStandardDialogRenderer.getInitialSize(IDialogViewModel viewModel) protected StringSwtStandardDialogRenderer.getTitle(IDialogViewModel viewModel) protected booleanSwtStandardDialogRenderer.isResizable(IDialogViewModel viewModel) -
Uses of IDialogViewModel in com._1c.g5.aef2.standard.viewModels
Subinterfaces of IDialogViewModel in com._1c.g5.aef2.standard.viewModelsModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Dialog View Model'. -
Uses of IDialogViewModel in com._1c.g5.aef2.standard.viewModels.impl
Classes in com._1c.g5.aef2.standard.viewModels.impl that implement IDialogViewModelModifier and TypeClassDescriptionclassAn implementation of the model object 'Dialog View Model'. -
Uses of IDialogViewModel in com._1c.g5.aef2.standard.viewModels.util
Methods in com._1c.g5.aef2.standard.viewModels.util with parameters of type IDialogViewModelModifier and TypeMethodDescriptionAefStandardSwitch.caseIDialogViewModel(IDialogViewModel object) Returns the result of interpreting the object as an instance of 'IDialog View Model'. -
Uses of IDialogViewModel in com._1c.g5.aef2.swt.renderers
Methods in com._1c.g5.aef2.swt.renderers with parameters of type IDialogViewModelModifier and TypeMethodDescriptionprotected abstract org.eclipse.core.databinding.observable.value.IObservableValue<?>SwtDialogRenderer.createOkButtonEnableObservable(IDialogViewModel viewModel) Creates theIObservableValuefor enable state of the ok button.protected abstract org.eclipse.swt.graphics.PointSwtDialogRenderer.getInitialSize(IDialogViewModel viewModel) Returns the initial size of the dialog.protected StringSwtDialogRenderer.getTitle(IDialogViewModel viewModel) Returns the title of the dialog.protected booleanSwtDialogRenderer.isResizable(IDialogViewModel viewModel) Returns the resizable flag of the dialog. -
Uses of IDialogViewModel in com._1c.g5.aef2.viewModels.util
Methods in com._1c.g5.aef2.viewModels.util with parameters of type IDialogViewModelModifier and TypeMethodDescriptionAefSwitch.caseIDialogViewModel(IDialogViewModel object) Returns the result of interpreting the object as an instance of 'IDialog View Model'.