Uses of Interface
com._1c.g5.aef2.viewModels.IViewModel
Packages that use IViewModel
Package
Description
-
Uses of IViewModel in com._1c.g5.aef2.components
Methods in com._1c.g5.aef2.components that return types with arguments of type IViewModelMethods in com._1c.g5.aef2.components with parameters of type IViewModelModifier and TypeMethodDescriptionprotected void
Component.addViewModel
(IViewModel viewModel) Adds the view model to the view models of this component.protected void
Component.removeViewModel
(IViewModel viewModel) Removes the view model from the view models of this component. -
Uses of IViewModel in com._1c.g5.aef2.events
Methods in com._1c.g5.aef2.events that return IViewModelConstructors in com._1c.g5.aef2.events with parameters of type IViewModelModifierConstructorDescriptionFocusEvent
(IViewModel viewModel) Instantiates a new event.ViewModelEvent
(IViewModel viewModel) Instantiates a newViewModelEvent
with the givenviewModel
. -
Uses of IViewModel in com._1c.g5.aef2.lwt
Methods in com._1c.g5.aef2.lwt with parameters of type IViewModelModifier and TypeMethodDescriptionprotected boolean
LwtRenderer.viewCanBeReused
(IView<?, ?, ?> view, IViewModel oldViewModel, IViewModel newViewModel) Checks if the specified view associated with theoldViewModel
can be reused for the givennewViewModel
.Method parameters in com._1c.g5.aef2.lwt with type arguments of type IViewModelModifier and TypeMethodDescriptionvoid
LwtDialogRenderer.render
(Iterable<IViewModel> viewModels) void
LwtRenderer.render
(Iterable<IViewModel> viewModels) -
Uses of IViewModel in com._1c.g5.aef2.renderers
Methods in com._1c.g5.aef2.renderers that return types with arguments of type IViewModelModifier and TypeMethodDescriptionChangelessTreeTransformation.getChildren
(IViewModel viewModel) ITreeTransformation.getChildren
(IViewModel viewModel) Returns the child view models of the given view model.ChangelessTreeTransformation.getRoots
(Iterable<IViewModel> viewModels) ITreeTransformation.getRoots
(Iterable<IViewModel> roots) Returns the transformed root view models.Methods in com._1c.g5.aef2.renderers with parameters of type IViewModelModifier and TypeMethodDescriptionChangelessTreeTransformation.getChildren
(IViewModel viewModel) ITreeTransformation.getChildren
(IViewModel viewModel) Returns the child view models of the given view model.ChangelessTreeTransformation.getParent
(IViewModel viewModel) ITreeTransformation.getParent
(IViewModel viewModel) Returns the parent view model of the given one.Method parameters in com._1c.g5.aef2.renderers with type arguments of type IViewModelModifier and TypeMethodDescriptionChangelessTreeTransformation.getRoots
(Iterable<IViewModel> viewModels) ITreeTransformation.getRoots
(Iterable<IViewModel> roots) Returns the transformed root view models.void
IRenderer.render
(Iterable<IViewModel> viewModels) Renders the provided view models. -
Uses of IViewModel in com._1c.g5.aef2.standard.components
Methods in com._1c.g5.aef2.standard.components with parameters of type IViewModelModifier and TypeMethodDescriptionprotected void
LinkComponent.handleLinkClicked
(IViewModel viewModel) Handles the link clicked event. -
Uses of IViewModel in com._1c.g5.aef2.standard.events
Methods in com._1c.g5.aef2.standard.events that return IViewModelModifier and TypeMethodDescriptionSelectionEvent.getFirstSelectedViewModel()
Returns the first view mpdel in this selection, ornull
if the selection is empty.SelectionEvent.getSelectedViewModels()
Returns the event selected view models.Constructors in com._1c.g5.aef2.standard.events with parameters of type IViewModelModifierConstructorDescriptionClickEvent
(IViewModel viewModel) Instantiates a new event with the given args.ExecuteActionEvent
(IViewModel viewModel) Creates a new event.SelectionEvent
(SelectionEvent.SelectionType type, IViewModel... viewModels) Instantiates a new event with the given type.SelectionEvent
(IViewModel... viewModels) Instantiates a new event.ValidationRequiredEvent
(IViewModel viewModel, Object target, boolean discardModelChanges) Creates a new event. -
Uses of IViewModel in com._1c.g5.aef2.standard.lwt.renderers
Methods in com._1c.g5.aef2.standard.lwt.renderers with type parameters of type IViewModelModifier and TypeMethodDescriptionprotected <VM extends IViewModel>
booleanLwtStandardRenderer.containsHeavyControls
(VM viewModel) Returnstrue
if the view model or one of its child corresponds to heavy view.Method parameters in com._1c.g5.aef2.standard.lwt.renderers with type arguments of type IViewModelModifier and TypeMethodDescriptionvoid
LwtStandardRenderer.render
(Iterable<IViewModel> viewModels) -
Uses of IViewModel in com._1c.g5.aef2.standard.models
Methods in com._1c.g5.aef2.standard.models that return IViewModelConstructors in com._1c.g5.aef2.standard.models with parameters of type IViewModelModifierConstructorDescriptionViewModelList
(IViewModel object, org.eclipse.emf.ecore.EStructuralFeature feature, IEventChannel channel) Instantiates a new ViewModel list.ViewModelValue
(IViewModel object, org.eclipse.emf.ecore.EStructuralFeature feature, IEventChannel channel) Instantiates a new ViewModel value. -
Uses of IViewModel in com._1c.g5.aef2.standard.swt.renderers
Method parameters in com._1c.g5.aef2.standard.swt.renderers with type arguments of type IViewModelModifier and TypeMethodDescriptionvoid
SwtStandardRenderer.render
(Iterable<IViewModel> viewModels) -
Uses of IViewModel in com._1c.g5.aef2.standard.viewModels
Subinterfaces of IViewModel in com._1c.g5.aef2.standard.viewModelsModifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Abstract Double Spinner View Model'.interface
A representation of the model object 'Abstract Long Spinner View Model'.interface
A representation of the model object 'Abstract Spinner View Model'.interface
A representation of the model object 'Big Decimal Spinner View Model'.interface
A representation of the model object 'Button View Model'.interface
A representation of the model object 'Checkable Label View Model'.interface
A representation of the model object 'Checkbox View Model'.interface
A representation of the model object 'Checked Item View Model'.interface
A representation of the model object 'Combo Item View Model'.interface
A representation of the model object 'Combo Label View Model'.interface
A representation of the model object 'Combo View Model'.interface
A representation of the model object 'Composite Control View Model'.interface
A representation of the model object 'Composite View Model'.interface
A representation of the model object 'Container View Model'.interface
A representation of the model object 'Control View Model'.interface
A representation of the model object 'Dialog View Model'.interface
A representation of the model object 'Double Spinner View Model'.interface
A representation of the model object 'Field View Model'.interface
A representation of the model object 'Image Button View Model'.interface
A representation of the model object 'Item View Model'.interface
A representation of the model object 'Label View Model'.interface
A representation of the model object 'Link View Model'.interface
A representation of the model object 'Long Spinner View Model'.interface
A representation of the model object 'Radio Group Item View Model'.interface
A representation of the model object 'Radio Group View Model'.interface
A representation of the model object 'Scrolled Composite Content View Model'.interface
A representation of the model object 'Scrolled Composite View Model'.interface
A representation of the model object 'Section Action Item View Model'.interface
A representation of the model object 'Section View Model'.interface
A representation of the model object 'Separator View Model'.interface
A representation of the model object 'Spinner View Model'.interface
A representation of the model object 'Static Table Item View Model'.interface
A representation of the model object 'Static Tree Item View Model'.interface
A representation of the model object 'Structured View Model'.interface
A representation of the model object 'Table Item View Model'.interface
A representation of the model object 'Table View Model'.interface
A representation of the model object 'Text View Model'.interface
A representation of the model object 'Tree Item View Model'.interface
A representation of the model object 'Tree View Model'.Methods in com._1c.g5.aef2.standard.viewModels that return IViewModelModifier and TypeMethodDescriptionDialogViewModel.getActiveChildViewModel()
Returns the value of the 'Active Child View Model' reference.Methods in com._1c.g5.aef2.standard.viewModels with parameters of type IViewModelModifier and TypeMethodDescriptionvoid
DialogViewModel.setActiveChildViewModel
(IViewModel value) Sets the value of the 'Active Child View Model
' reference. -
Uses of IViewModel in com._1c.g5.aef2.standard.viewModels.impl
Classes in com._1c.g5.aef2.standard.viewModels.impl that implement IViewModelModifier and TypeClassDescriptionclass
An implementation of the model object 'Abstract Double Spinner View Model'.class
An implementation of the model object 'Abstract Long Spinner View Model'.class
An implementation of the model object 'Abstract Spinner View Model'.class
An implementation of the model object 'Big Decimal Spinner View Model'.class
An implementation of the model object 'Button View Model'.class
An implementation of the model object 'Checkable Label View Model'.class
An implementation of the model object 'Checkbox View Model'.class
An implementation of the model object 'Checked Item View Model'.class
An implementation of the model object 'Combo Item View Model'.class
An implementation of the model object 'Combo Label View Model'.class
An implementation of the model object 'Combo View Model'.class
An implementation of the model object 'Composite Control View Model'.class
An implementation of the model object 'Composite View Model'.class
An implementation of the model object 'Container View Model'.class
An implementation of the model object 'Control View Model'.class
An implementation of the model object 'Dialog View Model'.class
An implementation of the model object 'Double Spinner View Model'.class
An implementation of the model object 'Field View Model'.class
An implementation of the model object 'Image Button View Model'.class
An implementation of the model object 'Item View Model'.class
An implementation of the model object 'Label View Model'.class
An implementation of the model object 'Link View Model'.class
An implementation of the model object 'Long Spinner View Model'.class
An implementation of the model object 'Radio Group Item View Model'.class
An implementation of the model object 'Radio Group View Model'.class
An implementation of the model object 'Scrolled Composite Content View Model'.class
An implementation of the model object 'Scrolled Composite View Model'.class
An implementation of the model object 'Section Action Item View Model'.class
An implementation of the model object 'Section View Model'.class
An implementation of the model object 'Separator View Model'.class
An implementation of the model object 'Spinner View Model'.class
An implementation of the model object 'Static Table Item View Model'.class
An implementation of the model object 'Static Tree Item View Model'.class
An implementation of the model object 'Structured View Model'.class
An implementation of the model object 'Table Item View Model'.class
An implementation of the model object 'Table View Model'.class
An implementation of the model object 'Text View Model'.class
An implementation of the model object 'Tree Item View Model'.class
An implementation of the model object 'Tree View Model'.Fields in com._1c.g5.aef2.standard.viewModels.impl declared as IViewModelModifier and TypeFieldDescriptionprotected IViewModel
DialogViewModelImpl.activeChildViewModel
The cached value of the 'Active Child View Model
' reference.Fields in com._1c.g5.aef2.standard.viewModels.impl with type parameters of type IViewModelModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList<IViewModel>
CompositeControlViewModelImpl.children
The cached value of the 'Children
' containment reference list.protected org.eclipse.emf.common.util.EList<IViewModel>
ContainerViewModelImpl.children
The cached value of the 'Children
' containment reference list.protected org.eclipse.emf.common.util.EList<IViewModel>
DialogViewModelImpl.children
The cached value of the 'Children
' containment reference list.Methods in com._1c.g5.aef2.standard.viewModels.impl that return IViewModelModifier and TypeMethodDescriptionDialogViewModelImpl.basicGetActiveChildViewModel()
DialogViewModelImpl.getActiveChildViewModel()
Methods in com._1c.g5.aef2.standard.viewModels.impl that return types with arguments of type IViewModelModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<IViewModel>
CompositeControlViewModelImpl.getChildren()
org.eclipse.emf.common.util.EList<IViewModel>
ContainerViewModelImpl.getChildren()
org.eclipse.emf.common.util.EList<IViewModel>
DialogViewModelImpl.getChildren()
Methods in com._1c.g5.aef2.standard.viewModels.impl with parameters of type IViewModelModifier and TypeMethodDescriptionvoid
DialogViewModelImpl.setActiveChildViewModel
(IViewModel newActiveChildViewModel) -
Uses of IViewModel in com._1c.g5.aef2.standard.viewModels.util
Methods in com._1c.g5.aef2.standard.viewModels.util with parameters of type IViewModelModifier and TypeMethodDescriptionAefStandardSwitch.caseIViewModel
(IViewModel object) Returns the result of interpreting the object as an instance of 'IView Model'. -
Uses of IViewModel in com._1c.g5.aef2.swt.renderers
Method parameters in com._1c.g5.aef2.swt.renderers with type arguments of type IViewModelModifier and TypeMethodDescriptionvoid
SwtDialogRenderer.render
(Iterable<IViewModel> viewModels) void
SwtRenderer.render
(Iterable<IViewModel> viewModels) -
Uses of IViewModel in com._1c.g5.aef2.viewModels
Subinterfaces of IViewModel in com._1c.g5.aef2.viewModelsModifier and TypeInterfaceDescriptioninterface
A representation of the model object 'IContainer Control View Model'.interface
A representation of the model object 'IContainer View Model'.interface
A representation of the model object 'IControl View Model'.interface
A representation of the model object 'IDialog View Model'.Methods in com._1c.g5.aef2.viewModels that return types with arguments of type IViewModelModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<IViewModel>
IContainerViewModel.getChildren()
Returns the value of the 'Children' containment reference list. -
Uses of IViewModel in com._1c.g5.aef2.viewModels.util
Methods in com._1c.g5.aef2.viewModels.util with parameters of type IViewModelModifier and TypeMethodDescriptionAefSwitch.caseIViewModel
(IViewModel object) Returns the result of interpreting the object as an instance of 'IView Model'. -
Uses of IViewModel in com._1c.g5.properties.ui.transformation
Methods in com._1c.g5.properties.ui.transformation that return types with arguments of type IViewModelModifier and TypeMethodDescriptionAlphabeticalTreeTransformation.getChildren
(IViewModel viewModel) CategoreisTreeTransformation.getChildren
(IViewModel viewModel) Methods in com._1c.g5.properties.ui.transformation with parameters of type IViewModelModifier and TypeMethodDescriptionAlphabeticalTreeTransformation.getChildren
(IViewModel viewModel) CategoreisTreeTransformation.getChildren
(IViewModel viewModel) AlphabeticalTreeTransformation.getParent
(IViewModel viewModel) CategoreisTreeTransformation.getParent
(IViewModel viewModel) -
Uses of IViewModel in com._1c.g5.v8.dt.aggregates.ui.viewmodel
Subinterfaces of IViewModel in com._1c.g5.v8.dt.aggregates.ui.viewmodelModifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Aggregates Table Column View Model'.interface
A representation of the model object 'Aggregates Table View Model'.interface
A representation of the model object 'Aggregate Table Item View Model'. -
Uses of IViewModel in com._1c.g5.v8.dt.aggregates.ui.viewmodel.impl
Classes in com._1c.g5.v8.dt.aggregates.ui.viewmodel.impl that implement IViewModelModifier and TypeClassDescriptionclass
An implementation of the model object 'Aggregates Table Column View Model'.class
An implementation of the model object 'Aggregates Table View Model'.class
An implementation of the model object 'Aggregate Table Item View Model'. -
Uses of IViewModel in com._1c.g5.v8.dt.aggregates.ui.viewmodel.util
Methods in com._1c.g5.v8.dt.aggregates.ui.viewmodel.util with parameters of type IViewModelModifier and TypeMethodDescriptionAggregatesAefSwitch.caseIViewModel
(IViewModel object) Returns the result of interpreting the object as an instance of 'IView Model'. -
Uses of IViewModel in com._1c.g5.v8.dt.bp.scheme.ui.aef.components
Methods in com._1c.g5.v8.dt.bp.scheme.ui.aef.components with parameters of type IViewModelModifier and TypeMethodDescriptionprotected void
GraphicalSchemeLineComponent.handleButtonClicked
(IViewModel viewModel) protected void
HandlerSelectionComponent.handleButtonClicked
(IViewModel viewModel) -
Uses of IViewModel in com._1c.g5.v8.dt.form.internal.ui.aef.components
Methods in com._1c.g5.v8.dt.form.internal.ui.aef.components with parameters of type IViewModelModifier and TypeMethodDescriptionprotected void
ButtonDataPathComponent.handleButtonClicked
(IViewModel viewModel) protected void
ChoiceFormSelectionComponent.handleButtonClicked
(IViewModel viewModel) protected void
ChoiceListComponent.handleButtonClicked
(IViewModel viewModel) protected void
CommandChooserComponent.handleButtonClicked
(IViewModel viewModel) protected void
GroupListComponent.handleButtonClicked
(IViewModel viewModel) Handles the button clicked event.protected void
TableNameSelectionComponent.handleButtonClicked
(IViewModel viewModel) protected void
TableNameValueSelectionComponent.handleButtonClicked
(IViewModel viewModel) protected void
UserSettingsGroupComponent.handleButtonClicked
(IViewModel viewModel) protected void
FormConditionalAppearanceComponent.handleLinkClicked
(IViewModel viewModel) protected void
UserVisibilityComponent.handleLinkClicked
(IViewModel viewModel) -
Uses of IViewModel in com._1c.g5.v8.dt.form.internal.ui.aef.components.datapath
Methods in com._1c.g5.v8.dt.form.internal.ui.aef.components.datapath with parameters of type IViewModelModifier and TypeMethodDescriptionprotected void
FormAttributeComponent.handleButtonClicked
(IViewModel viewModel) -
Uses of IViewModel in com._1c.g5.v8.dt.form.internal.ui.aef.components.valuelist
Methods in com._1c.g5.v8.dt.form.internal.ui.aef.components.valuelist with parameters of type IViewModelModifier and TypeMethodDescriptionprotected void
OpenMobileCommandBarElementsByLinkComponent.handleLinkClicked
(IViewModel viewModel) -
Uses of IViewModel in com._1c.g5.v8.dt.form.ui.aef.components
Methods in com._1c.g5.v8.dt.form.ui.aef.components with parameters of type IViewModelModifier and TypeMethodDescriptionprotected void
HandlerSelectionComponent.handleButtonClicked
(IViewModel viewModel) protected void
FormCommandSetComponent.handleLinkClicked
(IViewModel viewModel) protected void
OpenEditorInFormByLinkComponent.handleLinkClicked
(IViewModel viewModel) protected void
OpenGeographicalSchemaEditorInFormByLinkComponent.handleLinkClicked
(IViewModel viewModel) protected void
OpenGraphicalSchemeEditorInFormByLinkComponent.handleLinkClicked
(IViewModel viewModel) protected void
OpenMoxelEditorByLinkComponent.handleLinkClicked
(IViewModel viewModel) -
Uses of IViewModel in com._1c.g5.v8.dt.form.ui.aef.components.datapath
Methods in com._1c.g5.v8.dt.form.ui.aef.components.datapath with parameters of type IViewModelModifier and TypeMethodDescriptionprotected void
DataPathComponent.handleButtonClicked
(IViewModel viewModel) -
Uses of IViewModel in com._1c.g5.v8.dt.form.ui.aef.viewModels
Subinterfaces of IViewModel in com._1c.g5.v8.dt.form.ui.aef.viewModelsModifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Conditional Appearance Control View Model'.interface
A representation of the model object 'Data Path Item'.interface
A representation of the model object 'Data Path Row Item'.interface
A representation of the model object 'Data Path Table Item'.interface
A representation of the model object 'Data Path View Model'. -
Uses of IViewModel in com._1c.g5.v8.dt.form.ui.aef.viewModels.impl
Classes in com._1c.g5.v8.dt.form.ui.aef.viewModels.impl that implement IViewModelModifier and TypeClassDescriptionclass
An implementation of the model object 'Conditional Appearance Control View Model'.class
An implementation of the model object 'Data Path Item'.class
An implementation of the model object 'Data Path Row Item'.class
An implementation of the model object 'Data Path Table Item'.class
An implementation of the model object 'Data Path View Model'. -
Uses of IViewModel in com._1c.g5.v8.dt.form.ui.aef.viewModels.util
Methods in com._1c.g5.v8.dt.form.ui.aef.viewModels.util with parameters of type IViewModelModifier and TypeMethodDescriptionFormAefSwitch.caseIViewModel
(IViewModel object) Returns the result of interpreting the object as an instance of 'IView Model'. -
Uses of IViewModel in com._1c.g5.v8.dt.form.ui.chart.aef.components
Methods in com._1c.g5.v8.dt.form.ui.chart.aef.components with parameters of type IViewModelModifier and TypeMethodDescriptionprotected void
IntervalBoundComponent.handleButtonClicked
(IViewModel viewModel) protected void
OpenTimeScaleEditorByLinkComponent.handleLinkClicked
(IViewModel viewModel) -
Uses of IViewModel in com._1c.g5.v8.dt.form.ui.internal.chart.aef.components
Methods in com._1c.g5.v8.dt.form.ui.internal.chart.aef.components with parameters of type IViewModelModifier and TypeMethodDescriptionprotected void
ChartLineComponent.handleButtonClicked
(IViewModel viewModel) protected void
ChartOptionalIntegerComponent.handleButtonClicked
(IViewModel viewModel) protected void
CustomPaletteComponent.handleButtonClicked
(IViewModel viewModel) protected void
GaugeChartQualityBandsComponent.handleButtonClicked
(IViewModel viewModel) protected void
OpenGanttChartSettingsEditorByLinkComponent.handleLinkClicked
(IViewModel viewModel) -
Uses of IViewModel in com._1c.g5.v8.dt.form.ui.internal.chart.aef.components.chartscale
Methods in com._1c.g5.v8.dt.form.ui.internal.chart.aef.components.chartscale with parameters of type IViewModelModifier and TypeMethodDescriptionprotected void
ChartScaleComponent.handleButtonClicked
(IViewModel viewModel) -
Uses of IViewModel in com._1c.g5.v8.dt.form.ui.internal.chart.aef.components.colorpalettedescription
Methods in com._1c.g5.v8.dt.form.ui.internal.chart.aef.components.colorpalettedescription with parameters of type IViewModelModifier and TypeMethodDescriptionprotected void
ChartColorPaletteDescriptionComponent.handleButtonClicked
(IViewModel viewModel) -
Uses of IViewModel in com._1c.g5.v8.dt.form.ui.internal.chart.aef.components.labelarea
Methods in com._1c.g5.v8.dt.form.ui.internal.chart.aef.components.labelarea with parameters of type IViewModelModifier and TypeMethodDescriptionprotected void
LabelAreaComponent.handleButtonClicked
(IViewModel viewModel) -
Uses of IViewModel in com._1c.g5.v8.dt.form.ui.internal.chart.aef.components.reference
Methods in com._1c.g5.v8.dt.form.ui.internal.chart.aef.components.reference with parameters of type IViewModelModifier and TypeMethodDescriptionprotected void
ChartReferenceBandsComponent.handleButtonClicked
(IViewModel viewModel) protected void
ChartReferenceLinesComponent.handleButtonClicked
(IViewModel viewModel) -
Uses of IViewModel in com._1c.g5.v8.dt.form.ui.internal.chart.aef.components.timescale
Methods in com._1c.g5.v8.dt.form.ui.internal.chart.aef.components.timescale with parameters of type IViewModelModifier and TypeMethodDescriptionprotected void
TimeScaleLabelSelectionComponent.handleButtonClicked
(IViewModel viewModel) -
Uses of IViewModel in com._1c.g5.v8.dt.form.ui.internal.chart.aef.components.trendline
Methods in com._1c.g5.v8.dt.form.ui.internal.chart.aef.components.trendline with parameters of type IViewModelModifier and TypeMethodDescriptionprotected void
TrendlineArrayComponent.handleButtonClicked
(IViewModel viewModel) -
Uses of IViewModel in com._1c.g5.v8.dt.form.ui.internal.planner.aef.components
Methods in com._1c.g5.v8.dt.form.ui.internal.planner.aef.components with parameters of type IViewModelModifier and TypeMethodDescriptionprotected void
OpenPlannerDimensionsEditorByLinkComponent.handleLinkClicked
(IViewModel viewModel) -
Uses of IViewModel in com._1c.g5.v8.dt.geographicalschema.ui.internal.aef.models
Methods in com._1c.g5.v8.dt.geographicalschema.ui.internal.aef.models with parameters of type IViewModelModifier and TypeMethodDescriptionprotected void
GeographicalCoordinatesSelectionComponent.handleButtonClicked
(IViewModel viewModel) protected void
LayerItemsComponent.handleLinkClicked
(IViewModel viewModel) protected void
LegendElementsComponent.handleLinkClicked
(IViewModel viewModel) -
Uses of IViewModel in com._1c.g5.v8.dt.internal.form.ui.dynamiclist.aef.components
Methods in com._1c.g5.v8.dt.internal.form.ui.dynamiclist.aef.components with parameters of type IViewModelModifier and TypeMethodDescriptionprotected void
FormDynamicListComponent.handleLinkClicked
(IViewModel viewModel) -
Uses of IViewModel in com._1c.g5.v8.dt.internal.form.ui.extension.properties.aef.components
Methods in com._1c.g5.v8.dt.internal.form.ui.extension.properties.aef.components with parameters of type IViewModelModifier and TypeMethodDescriptionprotected void
HandlerExtensionSelectionComponent.handleButtonClicked
(IViewModel viewModel) -
Uses of IViewModel in com._1c.g5.v8.dt.internal.platform.services.ui.aef.components
Methods in com._1c.g5.v8.dt.internal.platform.services.ui.aef.components with parameters of type IViewModelModifier and TypeMethodDescriptionprotected void
InfobaseAccessSettingsComponent.handleLinkClicked
(IViewModel viewModel) protected void
PublicationLinkComponent.handleLinkClicked
(IViewModel viewModel) -
Uses of IViewModel in com._1c.g5.v8.dt.md.help.ui.aef
Methods in com._1c.g5.v8.dt.md.help.ui.aef with parameters of type IViewModelModifier and TypeMethodDescriptionprotected void
OpenMdHelpComponent.handleLinkClicked
(IViewModel viewModel) -
Uses of IViewModel in com._1c.g5.v8.dt.md.mobiledigisign.ui
Methods in com._1c.g5.v8.dt.md.mobiledigisign.ui with parameters of type IViewModelModifier and TypeMethodDescriptionprotected void
MobileDigiSignComponent.handleLinkClicked
(IViewModel viewModel) -
Uses of IViewModel in com._1c.g5.v8.dt.md.ui.aef.components
Methods in com._1c.g5.v8.dt.md.ui.aef.components with parameters of type IViewModelModifier and TypeMethodDescriptionprotected void
AbstractChoiceParameterLinksComponent.handleButtonClicked
(IViewModel viewModel) protected void
AbstractDtActionBarHandlerSelectComponent.handleButtonClicked
(IViewModel viewModel) protected void
AbstractMultilanguageComponent.handleButtonClicked
(IViewModel viewModel) protected void
AbstractSingleLanguageComponent.handleButtonClicked
(IViewModel viewModel) protected void
AbstractTypeLinkComponent.handleButtonClicked
(IViewModel viewModel) protected void
ColorComponent.handleButtonClicked
(IViewModel viewModel) protected void
FontSelectionComponent.handleButtonClicked
(IViewModel viewModel) protected void
FormatStringComponent.handleButtonClicked
(IViewModel viewModel) protected void
FormSelectionComponent.handleButtonClicked
(IViewModel viewModel) protected void
HandlerSelectComponent.handleButtonClicked
(IViewModel viewModel) protected void
MainDataCompositionSchemeComponent.handleButtonClicked
(IViewModel viewModel) protected void
PictureSelectionComponent.handleButtonClicked
(IViewModel viewModel) protected void
ReportFormSelectionComponent.handleButtonClicked
(IViewModel viewModel) protected void
SourceUrlComponent.handleButtonClicked
(IViewModel viewModel) protected void
MdPictureComponent.handleLinkClicked
(IViewModel viewModel) protected void
OpenEditorByLinkComponent.handleLinkClicked
(IViewModel viewModel) protected void
AbstractDtActionBarHandlerSelectComponent.handleOpenButton
(IViewModel viewModel) Handle of open button click event.protected void
AbstractDtActionBarHandlerSelectComponent.handleSelectButton
(IViewModel viewModel) Handle of select button click event. -
Uses of IViewModel in com._1c.g5.v8.dt.md.ui.aef.components.choiceparameters
Methods in com._1c.g5.v8.dt.md.ui.aef.components.choiceparameters with parameters of type IViewModelModifier and TypeMethodDescriptionprotected void
ChoiceParametersComponent.handleButtonClicked
(IViewModel viewModel) -
Uses of IViewModel in com._1c.g5.v8.dt.md.ui.aef.components.value
Methods in com._1c.g5.v8.dt.md.ui.aef.components.value with parameters of type IViewModelModifier and TypeMethodDescriptionprotected void
ValueComponent.handleButtonClicked
(IViewModel viewModel) -
Uses of IViewModel in com._1c.g5.v8.dt.md.ui.aef.lwt
Methods in com._1c.g5.v8.dt.md.ui.aef.lwt with type parameters of type IViewModelModifier and TypeMethodDescriptionprotected <VM extends IViewModel>
booleanMdLwtRenderer.containsHeavyControls
(VM viewModel) -
Uses of IViewModel in com._1c.g5.v8.dt.md.ui.aef.viewModels
Subinterfaces of IViewModel in com._1c.g5.v8.dt.md.ui.aef.viewModelsModifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Accounting Flags Item View Model'.interface
A representation of the model object 'Accounting Flags View Model'.interface
A representation of the model object 'Allowed Incoming Share Request Type Item View Model'.interface
A representation of the model object 'Allowed Incoming Share Request Types View Model'.interface
A representation of the model object 'Boolean Value Control View Model'.interface
A representation of the model object 'Border Value Control View Model'.interface
A representation of the model object 'Characteristics Table Item View Model'.interface
A representation of the model object 'Characteristics Table View Model'.interface
A representation of the model object 'Choice Parameter Item'.interface
A representation of the model object 'Choice Parameters View Model'.interface
A representation of the model object 'Color Value Control View Model'.interface
A representation of the model object 'Common Attribute Content Item View Model'.interface
A representation of the model object 'Common Attribute Content View Model'.interface
A representation of the model object 'Common Attributes Data Item View Model'.interface
A representation of the model object 'Common Attributes Data View Model'.interface
A representation of the model object 'Data Exchange Item View Model'.interface
A representation of the model object 'Data Exchange View Model'.interface
A representation of the model object 'Date Value Control View Model'.interface
A representation of the model object 'Enum Value Control View Model'.interface
A representation of the model object 'Exchange Plan Content Item View Model'.interface
A representation of the model object 'Exchange Plan Content View Model'.interface
A representation of the model object 'Ext Dimension Types Item View Model'.interface
A representation of the model object 'Ext Dimension Types View Model'.interface
A representation of the model object 'Font Value Control View Model'.interface
A representation of the model object 'Mobile Application Url Item View Model'.interface
A representation of the model object 'Mobile Application Urls View Model'.interface
A representation of the model object 'Number Value Control View Model'.interface
A representation of the model object 'Predefined Data Item View Model'.interface
A representation of the model object 'Predefined Data View Model'.interface
A representation of the model object 'Predefined Item Code View Model'.interface
A representation of the model object 'Predefined Value Control View Model'.interface
A representation of the model object 'Required Permission Message Item View Model'.interface
A representation of the model object 'Required Permission Messages View Model'.interface
A representation of the model object 'Required Permissions Item View Model'.interface
A representation of the model object 'Required Permissions View Model'.interface
A representation of the model object 'String Value Control View Model'.interface
A representation of the model object 'Sys Enum Value Control View Model'.interface
A representation of the model object 'Type Selection Control View Model'.interface
A representation of the model object 'Value Control View Model'.interface
A representation of the model object 'Web Socket Client Header Item View Model'.interface
A representation of the model object 'Web Socket Client Headers View Model'. -
Uses of IViewModel in com._1c.g5.v8.dt.md.ui.aef.viewModels.impl
Classes in com._1c.g5.v8.dt.md.ui.aef.viewModels.impl that implement IViewModelModifier and TypeClassDescriptionclass
An implementation of the model object 'Accounting Flags Item View Model'.class
An implementation of the model object 'Accounting Flags View Model'.class
An implementation of the model object 'Allowed Incoming Share Request Type Item View Model'.class
An implementation of the model object 'Allowed Incoming Share Request Types View Model'.class
An implementation of the model object 'Boolean Value Control View Model'.class
An implementation of the model object 'Border Value Control View Model'.class
An implementation of the model object 'Characteristics Table Item View Model'.class
An implementation of the model object 'Characteristics Table View Model'.class
An implementation of the model object 'Choice Parameter Item'.class
An implementation of the model object 'Choice Parameters View Model'.class
An implementation of the model object 'Color Value Control View Model'.class
An implementation of the model object 'Common Attribute Content Item View Model'.class
An implementation of the model object 'Common Attribute Content View Model'.class
An implementation of the model object 'Common Attributes Data Item View Model'.class
An implementation of the model object 'Common Attributes Data View Model'.class
An implementation of the model object 'Data Exchange Item View Model'.class
An implementation of the model object 'Data Exchange View Model'.class
An implementation of the model object 'Date Value Control View Model'.class
An implementation of the model object 'Enum Value Control View Model'.class
An implementation of the model object 'Exchange Plan Content Item View Model'.class
An implementation of the model object 'Exchange Plan Content View Model'.class
An implementation of the model object 'Ext Dimension Types Item View Model'.class
An implementation of the model object 'Ext Dimension Types View Model'.class
An implementation of the model object 'Font Value Control View Model'.class
An implementation of the model object 'Mobile Application Url Item View Model'.class
An implementation of the model object 'Mobile Application Urls View Model'.class
An implementation of the model object 'Number Value Control View Model'.class
An implementation of the model object 'Predefined Data Item View Model'.class
An implementation of the model object 'Predefined Data View Model'.class
An implementation of the model object 'Predefined Item Code View Model'.class
An implementation of the model object 'Predefined Value Control View Model'.class
An implementation of the model object 'Required Permission Message Item View Model'.class
An implementation of the model object 'Required Permission Messages View Model'.class
An implementation of the model object 'Required Permissions Item View Model'.class
An implementation of the model object 'Required Permissions View Model'.class
An implementation of the model object 'String Value Control View Model'.class
An implementation of the model object 'Sys Enum Value Control View Model'.class
An implementation of the model object 'Type Selection Control View Model'.class
An implementation of the model object 'Value Control View Model'.class
An implementation of the model object 'Web Socket Client Header Item View Model'.class
An implementation of the model object 'Web Socket Client Headers View Model'. -
Uses of IViewModel in com._1c.g5.v8.dt.md.ui.aef.viewModels.util
Methods in com._1c.g5.v8.dt.md.ui.aef.viewModels.util with parameters of type IViewModelModifier and TypeMethodDescriptionMdAefSwitch.caseIViewModel
(IViewModel object) Returns the result of interpreting the object as an instance of 'IView Model'. -
Uses of IViewModel in com._1c.g5.v8.dt.md.ui.aef.wizards.viewModels
Subinterfaces of IViewModel in com._1c.g5.v8.dt.md.ui.aef.wizards.viewModelsModifier and TypeInterfaceDescriptioninterface
A representation of the model object 'New Wizard Page View Model'. -
Uses of IViewModel in com._1c.g5.v8.dt.md.ui.aef.wizards.viewModels.impl
Classes in com._1c.g5.v8.dt.md.ui.aef.wizards.viewModels.impl that implement IViewModelModifier and TypeClassDescriptionclass
An implementation of the model object 'New Wizard Page View Model'.Fields in com._1c.g5.v8.dt.md.ui.aef.wizards.viewModels.impl with type parameters of type IViewModelModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList<IViewModel>
NewWizardPageViewModelImpl.children
The cached value of the 'Children
' containment reference list.Methods in com._1c.g5.v8.dt.md.ui.aef.wizards.viewModels.impl that return types with arguments of type IViewModelModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<IViewModel>
NewWizardPageViewModelImpl.getChildren()
-
Uses of IViewModel in com._1c.g5.v8.dt.md.ui.aef.wizards.viewModels.util
Methods in com._1c.g5.v8.dt.md.ui.aef.wizards.viewModels.util with parameters of type IViewModelModifier and TypeMethodDescriptionAefWizardsSwitch.caseIViewModel
(IViewModel object) Returns the result of interpreting the object as an instance of 'IView Model'. -
Uses of IViewModel in com._1c.g5.v8.dt.md.ui.editor.aef
Methods in com._1c.g5.v8.dt.md.ui.editor.aef that return types with arguments of type IViewModelModifier and TypeMethodDescriptionSkipEmptySectionTreeTransformation.getChildren
(IViewModel viewModel) Methods in com._1c.g5.v8.dt.md.ui.editor.aef with parameters of type IViewModelModifier and TypeMethodDescriptionSkipEmptySectionTreeTransformation.getChildren
(IViewModel viewModel) -
Uses of IViewModel in com._1c.g5.v8.dt.md.ui.extension.aef.components
Methods in com._1c.g5.v8.dt.md.ui.extension.aef.components with parameters of type IViewModelModifier and TypeMethodDescriptionprotected void
ExtendedConfigurationObjectComponent.handleButtonClicked
(IViewModel viewModel) -
Uses of IViewModel in com._1c.g5.v8.dt.md.ui.extension.editor.viewModels
Subinterfaces of IViewModel in com._1c.g5.v8.dt.md.ui.extension.editor.viewModelsModifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Extended Common Attribute Content Item View Model'.interface
A representation of the model object 'Extended Common Attribute Content View Model'.interface
A representation of the model object 'Extended Exchange Plan Content Item View Model'.interface
A representation of the model object 'Extended Exchange Plan Content View Model'.interface
A representation of the model object 'Extended Predefined Data Item View Model'.interface
A representation of the model object 'Extended Predefined Data View Model'. -
Uses of IViewModel in com._1c.g5.v8.dt.md.ui.extension.editor.viewModels.impl
Classes in com._1c.g5.v8.dt.md.ui.extension.editor.viewModels.impl that implement IViewModelModifier and TypeClassDescriptionclass
An implementation of the model object 'Extended Common Attribute Content Item View Model'.class
An implementation of the model object 'Extended Common Attribute Content View Model'.class
An implementation of the model object 'Extended Exchange Plan Content Item View Model'.class
An implementation of the model object 'Extended Exchange Plan Content View Model'.class
An implementation of the model object 'Extended Predefined Data Item View Model'.class
An implementation of the model object 'Extended Predefined Data View Model'. -
Uses of IViewModel in com._1c.g5.v8.dt.md.ui.extension.editor.viewModels.util
Methods in com._1c.g5.v8.dt.md.ui.extension.editor.viewModels.util with parameters of type IViewModelModifier and TypeMethodDescriptionAefEditorExtensionSwitch.caseIViewModel
(IViewModel object) Returns the result of interpreting the object as an instance of 'IView Model'. -
Uses of IViewModel in com._1c.g5.v8.dt.md.ui.extension.viewModels
Subinterfaces of IViewModel in com._1c.g5.v8.dt.md.ui.extension.viewModelsModifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Combo Label Extension View Model'.interface
A representation of the model object 'Label Extension View Model'. -
Uses of IViewModel 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 IViewModelModifier and TypeClassDescriptionclass
An implementation of the model object 'Combo Label Extension View Model'.class
An implementation of the model object 'Label Extension View Model'. -
Uses of IViewModel 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 IViewModelModifier and TypeMethodDescriptionAefExtensionSwitch.caseIViewModel
(IViewModel object) Returns the result of interpreting the object as an instance of 'IView Model'. -
Uses of IViewModel in com._1c.g5.v8.dt.md.ui.properties.renderers
Methods in com._1c.g5.v8.dt.md.ui.properties.renderers with parameters of type IViewModelModifier and TypeMethodDescriptionprotected boolean
LwtPropertyPaletteRenderer.viewCanBeReused
(IView<?, ?, ?> view, IViewModel oldViewModel, IViewModel newViewModel) -
Uses of IViewModel in com._1c.g5.v8.dt.moxel.ui.aef.components
Methods in com._1c.g5.v8.dt.moxel.ui.aef.components with parameters of type IViewModelModifier and TypeMethodDescriptionprotected void
MoxelAreaComponent.handleButtonClicked
(IViewModel viewModel) protected void
MoxelSpreadsheetLineComponent.handleButtonClicked
(IViewModel viewModel) -
Uses of IViewModel in com._1c.g5.v8.dt.platform.services.ui.aef
Subinterfaces of IViewModel in com._1c.g5.v8.dt.platform.services.ui.aefModifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Data Separator Item Model'.interface
A representation of the model object 'Data Separators View Model'.interface
A representation of the model object 'Http Services Item Model'.interface
A representation of the model object 'Http Services View Model'.interface
A representation of the model object 'Open Id Return To View Model'.interface
A representation of the model object 'Selectable Label View Model'.interface
A representation of the model object 'Unsupported View Model'.interface
A representation of the model object 'Web Services Item Model'.interface
A representation of the model object 'Web Services View Model'. -
Uses of IViewModel 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 IViewModelModifier and TypeClassDescriptionclass
An implementation of the model object 'Data Separator Item Model'.class
An implementation of the model object 'Data Separators View Model'.class
An implementation of the model object 'Http Services Item Model'.class
An implementation of the model object 'Http Services View Model'.class
An implementation of the model object 'Open Id Return To View Model'.class
An implementation of the model object 'Selectable Label View Model'.class
An implementation of the model object 'Unsupported View Model'.class
An implementation of the model object 'Web Services Item Model'.class
An implementation of the model object 'Web Services View Model'. -
Uses of IViewModel 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 IViewModelModifier and TypeMethodDescriptionAefSwitch.caseIViewModel
(IViewModel object) Returns the result of interpreting the object as an instance of 'IView Model'. -
Uses of IViewModel in com._1c.g5.v8.dt.scc.ui.aef.viewModels
Subinterfaces of IViewModel in com._1c.g5.v8.dt.scc.ui.aef.viewModelsModifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Configuration Standalone Content Item View Model'.interface
A representation of the model object 'Configuration Standalone Content View Model'. -
Uses of IViewModel in com._1c.g5.v8.dt.scc.ui.aef.viewModels.impl
Classes in com._1c.g5.v8.dt.scc.ui.aef.viewModels.impl that implement IViewModelModifier and TypeClassDescriptionclass
An implementation of the model object 'Configuration Standalone Content Item View Model'.class
An implementation of the model object 'Configuration Standalone Content View Model'. -
Uses of IViewModel in com._1c.g5.v8.dt.scc.ui.aef.viewModels.util
Methods in com._1c.g5.v8.dt.scc.ui.aef.viewModels.util with parameters of type IViewModelModifier and TypeMethodDescriptionStandaloneContentAefSwitch.caseIViewModel
(IViewModel object) Returns the result of interpreting the object as an instance of 'IView Model'. -
Uses of IViewModel in com._1c.g5.v8.dt.ui.aef.component
Fields in com._1c.g5.v8.dt.ui.aef.component declared as IViewModelMethods in com._1c.g5.v8.dt.ui.aef.component with parameters of type IViewModelModifier and TypeMethodDescriptionprotected void
AbstractDtSelectComponent.handleButtonClicked
(IViewModel viewModel) Handles the button clicked event.protected void
AbstractSelectionActionBarComponent.handleButtonClicked
(IViewModel viewModel) protected void
DirectorySelectionComponent.handleButtonClicked
(IViewModel viewModel) protected void
DtBorderStyleComponent.handleButtonClicked
(IViewModel viewModel) protected void
DtDateComponent.handleButtonClicked
(IViewModel viewModel) protected void
FileSelectionComponent.handleButtonClicked
(IViewModel viewModel) protected void
ShortcutComponent.handleButtonClicked
(IViewModel viewModel) protected boolean
DtDynamicTreeComponent.setCurrentSelections
(IViewModel... items) Sets current selection. -
Uses of IViewModel in com._1c.g5.v8.dt.ui.aef.events
Constructors in com._1c.g5.v8.dt.ui.aef.events with parameters of type IViewModelModifierConstructorDescriptionTabItemChangedEvent
(IViewModel viewModel) Instantiates a newTabItemChangedEvent
with the givenviewModel
.TableSelectionEvent
(IViewModel... viewModels) Creates a new instance.TreeSelectionEvent
(IViewModel... viewModels) Creates a new instance. -
Uses of IViewModel in com._1c.g5.v8.dt.ui.aef.viewModels
Subinterfaces of IViewModel in com._1c.g5.v8.dt.ui.aef.viewModelsModifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Action Bar View Model'.interface
A representation of the model object 'Button Item View Model'.interface
A representation of the model object 'Color Action Bar View Model'.interface
A representation of the model object 'Combo Select View Model'.interface
A representation of the model object 'Date Control View Model'.interface
A representation of the model object 'Editable Combo View Model'.interface
A representation of the model object 'Gantt Chart Scaling View Model'.interface
A representation of the model object 'Grid Column View Model'.interface
A representation of the model object 'Grid View Model'.interface
A representation of the model object 'Heavy View Model'.interface
A representation of the model object 'Nullable Spinner View Model'.interface
A representation of the model object 'Picture View Model'.interface
A representation of the model object 'Select View Model'.interface
A representation of the model object 'Shortcut View Model'.interface
A representation of the model object 'Tab Folder View Model'.interface
A representation of the model object 'Tab Item View Model'.interface
A representation of the model object 'Text Preview Control View Model'.interface
A representation of the model object 'Tool Bar Item View Model'.interface
A representation of the model object 'Tool Bar View Model'. -
Uses of IViewModel in com._1c.g5.v8.dt.ui.aef.viewModels.impl
Classes in com._1c.g5.v8.dt.ui.aef.viewModels.impl that implement IViewModelModifier and TypeClassDescriptionclass
An implementation of the model object 'Action Bar View Model'.class
An implementation of the model object 'Button Item View Model'.class
An implementation of the model object 'Color Action Bar View Model'.class
An implementation of the model object 'Combo Select View Model'.class
An implementation of the model object 'Date Control View Model'.class
An implementation of the model object 'Editable Combo View Model'.class
An implementation of the model object 'Gantt Chart Scaling View Model'.class
An implementation of the model object 'Grid Column View Model'.class
An implementation of the model object 'Grid View Model'.class
An implementation of the model object 'Heavy View Model'.class
An implementation of the model object 'Nullable Spinner View Model'.class
An implementation of the model object 'Picture View Model'.class
An implementation of the model object 'Select View Model'.class
An implementation of the model object 'Shortcut View Model'.class
An implementation of the model object 'Tab Folder View Model'.class
An implementation of the model object 'Tab Item View Model'.class
An implementation of the model object 'Text Preview Control View Model'.class
An implementation of the model object 'Tool Bar Item View Model'.class
An implementation of the model object 'Tool Bar View Model'. -
Uses of IViewModel in com._1c.g5.v8.dt.ui.aef.viewModels.util
Methods in com._1c.g5.v8.dt.ui.aef.viewModels.util with parameters of type IViewModelModifier and TypeMethodDescriptionDtAefSwitch.caseIViewModel
(IViewModel object) Returns the result of interpreting the object as an instance of 'IView Model'. -
Uses of IViewModel in com.e1c.g5.dt.applications.ui.editor.aef
Subinterfaces of IViewModel in com.e1c.g5.dt.applications.ui.editor.aefModifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Radio Group Item View Model'.interface
A representation of the model object 'Radio Group View Model'.interface
A representation of the model object 'Tree Item View Model'.interface
A representation of the model object 'Tree View Model'. -
Uses of IViewModel in com.e1c.g5.dt.applications.ui.editor.aef.impl
Classes in com.e1c.g5.dt.applications.ui.editor.aef.impl that implement IViewModelModifier and TypeClassDescriptionclass
An implementation of the model object 'Radio Group Item View Model'.class
An implementation of the model object 'Radio Group View Model'.class
An implementation of the model object 'Tree Item View Model'.class
An implementation of the model object 'Tree View Model'. -
Uses of IViewModel in com.e1c.g5.dt.applications.ui.editor.aef.util
Methods in com.e1c.g5.dt.applications.ui.editor.aef.util with parameters of type IViewModelModifier and TypeMethodDescriptionApplicationEditorAefSwitch.caseIViewModel
(IViewModel object) Returns the result of interpreting the object as an instance of 'IView Model'. -
Uses of IViewModel in com.e1c.g5.dt.internal.applications.ui.editor.aef.events
Constructors in com.e1c.g5.dt.internal.applications.ui.editor.aef.events with parameters of type IViewModel -
Uses of IViewModel in com.e1c.g5.dt.internal.applications.ui.editor.infobases.aef.components
Methods in com.e1c.g5.dt.internal.applications.ui.editor.infobases.aef.components with parameters of type IViewModelModifier and TypeMethodDescriptionprotected void
InfobaseAccessSettingsComponent.handleLinkClicked
(IViewModel viewModel) -
Uses of IViewModel in com.e1c.g5.v8.dt.check.suppress.ui.aef.components
Methods in com.e1c.g5.v8.dt.check.suppress.ui.aef.components with parameters of type IViewModelModifier and TypeMethodDescriptionprotected void
OpenSuppressionSettingsEditorByLinkComponent.handleLinkClicked
(IViewModel viewModel) -
Uses of IViewModel in com.e1c.g5.v8.dt.distributionSupport.ui.aef.viewModels
Subinterfaces of IViewModel in com.e1c.g5.v8.dt.distributionSupport.ui.aef.viewModelsModifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Distribution Support Item View Model'.interface
A representation of the model object 'Distribution Support View Model'.interface
A representation of the model object 'Icon Label View Model'. -
Uses of IViewModel in com.e1c.g5.v8.dt.distributionSupport.ui.aef.viewModels.impl
Classes in com.e1c.g5.v8.dt.distributionSupport.ui.aef.viewModels.impl that implement IViewModelModifier and TypeClassDescriptionclass
An implementation of the model object 'Distribution Support Item View Model'.class
An implementation of the model object 'Distribution Support View Model'.class
An implementation of the model object 'Icon Label View Model'. -
Uses of IViewModel in com.e1c.g5.v8.dt.distributionSupport.ui.aef.viewModels.util
Methods in com.e1c.g5.v8.dt.distributionSupport.ui.aef.viewModels.util with parameters of type IViewModelModifier and TypeMethodDescriptionDistributionSupportAefSwitch.caseIViewModel
(IViewModel object) Returns the result of interpreting the object as an instance of 'IView Model'.