Uses of Interface
com._1c.g5.aef2.standard.viewModels.ITableInput
Packages that use ITableInput
Package
Description
-
Uses of ITableInput in com._1c.g5.aef2.standard.viewModels
Subinterfaces of ITableInput in com._1c.g5.aef2.standard.viewModelsModifier and TypeInterfaceDescriptioninterfaceDynamicTableInput<T extends TableItemViewModel>A representation of the model object 'Dynamic Table Input'.interfaceA representation of the model object 'Static Table Input'.Methods in com._1c.g5.aef2.standard.viewModels that return ITableInputModifier and TypeMethodDescriptionTableViewModel.getInput()Returns the value of the 'Input' containment reference.Methods in com._1c.g5.aef2.standard.viewModels with parameters of type ITableInputModifier and TypeMethodDescriptionvoidTableViewModel.setInput(ITableInput value) Sets the value of the 'Input' containment reference. -
Uses of ITableInput in com._1c.g5.aef2.standard.viewModels.impl
Classes in com._1c.g5.aef2.standard.viewModels.impl that implement ITableInputModifier and TypeClassDescriptionclassDynamicTableInputImpl<T extends TableItemViewModel>An implementation of the model object 'Dynamic Table Input'.classAn implementation of the model object 'Static Table Input'.Fields in com._1c.g5.aef2.standard.viewModels.impl declared as ITableInputModifier and TypeFieldDescriptionprotected ITableInputTableViewModelImpl.inputThe cached value of the 'Input' containment reference.Methods in com._1c.g5.aef2.standard.viewModels.impl that return ITableInputMethods in com._1c.g5.aef2.standard.viewModels.impl with parameters of type ITableInputModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChainTableViewModelImpl.basicSetInput(ITableInput newInput, org.eclipse.emf.common.notify.NotificationChain msgs) voidTableViewModelImpl.setInput(ITableInput newInput) -
Uses of ITableInput in com._1c.g5.aef2.standard.viewModels.util
Methods in com._1c.g5.aef2.standard.viewModels.util with parameters of type ITableInputModifier and TypeMethodDescriptionAefStandardSwitch.caseITableInput(ITableInput object) Returns the result of interpreting the object as an instance of 'ITable Input'. -
Uses of ITableInput in com._1c.g5.v8.dt.md.ui.aef.viewModels
Subinterfaces of ITableInput in com._1c.g5.v8.dt.md.ui.aef.viewModelsModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Characteristics Dynamic Table Input'. -
Uses of ITableInput 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 ITableInputModifier and TypeClassDescriptionclassAn implementation of the model object 'Characteristics Dynamic Table Input'. -
Uses of ITableInput 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 ITableInputModifier and TypeMethodDescriptionMdAefSwitch.caseITableInput(ITableInput object) Returns the result of interpreting the object as an instance of 'ITable Input'.