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 TypeInterfaceDescriptioninterface
DynamicTableInput<T extends TableItemViewModel>
A representation of the model object 'Dynamic Table Input'.interface
A 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 TypeMethodDescriptionvoid
TableViewModel.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 TypeClassDescriptionclass
DynamicTableInputImpl<T extends TableItemViewModel>
An implementation of the model object 'Dynamic Table Input'.class
An implementation of the model object 'Static Table Input'.Fields in com._1c.g5.aef2.standard.viewModels.impl declared as ITableInputModifier and TypeFieldDescriptionprotected ITableInput
TableViewModelImpl.input
The 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.NotificationChain
TableViewModelImpl.basicSetInput
(ITableInput newInput, org.eclipse.emf.common.notify.NotificationChain msgs) void
TableViewModelImpl.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 TypeInterfaceDescriptioninterface
A 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 TypeClassDescriptionclass
An 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'.