Uses of Interface
com._1c.g5.aef2.standard.viewModels.ITableInput
- 
- 
Uses of ITableInput in com._1c.g5.aef2.standard.viewModelsSubinterfaces of ITableInput in com._1c.g5.aef2.standard.viewModels Modifier and Type Interface Description interfaceDynamicTableInput<T extends TableItemViewModel>A representation of the model object 'Dynamic Table Input'.interfaceStaticTableInputA representation of the model object 'Static Table Input'.Methods in com._1c.g5.aef2.standard.viewModels that return ITableInput Modifier and Type Method Description ITableInputTableViewModel. getInput()Returns the value of the 'Input' containment reference.Methods in com._1c.g5.aef2.standard.viewModels with parameters of type ITableInput Modifier and Type Method Description voidTableViewModel. setInput(ITableInput value)Sets the value of the 'Input' containment reference.
- 
Uses of ITableInput in com._1c.g5.aef2.standard.viewModels.implClasses in com._1c.g5.aef2.standard.viewModels.impl that implement ITableInput Modifier and Type Class Description classDynamicTableInputImpl<T extends TableItemViewModel>An implementation of the model object 'Dynamic Table Input'.classStaticTableInputImplAn implementation of the model object 'Static Table Input'.Fields in com._1c.g5.aef2.standard.viewModels.impl declared as ITableInput Modifier and Type Field Description protected ITableInputTableViewModelImpl. inputThe cached value of the 'Input' containment reference.Methods in com._1c.g5.aef2.standard.viewModels.impl that return ITableInput Modifier and Type Method Description ITableInputTableViewModelImpl. getInput()Methods in com._1c.g5.aef2.standard.viewModels.impl with parameters of type ITableInput Modifier and Type Method Description org.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.utilMethods in com._1c.g5.aef2.standard.viewModels.util with parameters of type ITableInput Modifier and Type Method Description T1AefStandardSwitch. 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.viewModelsSubinterfaces of ITableInput in com._1c.g5.v8.dt.md.ui.aef.viewModels Modifier and Type Interface Description interfaceCharacteristicsDynamicTableInputA representation of the model object 'Characteristics Dynamic Table Input'.
- 
Uses of ITableInput in com._1c.g5.v8.dt.md.ui.aef.viewModels.implClasses in com._1c.g5.v8.dt.md.ui.aef.viewModels.impl that implement ITableInput Modifier and Type Class Description classCharacteristicsDynamicTableInputImplAn implementation of the model object 'Characteristics Dynamic Table Input'.
- 
Uses of ITableInput in com._1c.g5.v8.dt.md.ui.aef.viewModels.utilMethods in com._1c.g5.v8.dt.md.ui.aef.viewModels.util with parameters of type ITableInput Modifier and Type Method Description T1MdAefSwitch. caseITableInput(ITableInput object)Returns the result of interpreting the object as an instance of 'ITable Input'.
 
-