Uses of Interface
com._1c.g5.aef2.standard.viewModels.ITableInput
-
-
Uses of ITableInput in com._1c.g5.aef2.standard.viewModels
Subinterfaces of ITableInput in com._1c.g5.aef2.standard.viewModels Modifier and Type Interface Description interface
DynamicTableInput<T extends TableItemViewModel>
A representation of the model object 'Dynamic Table Input'.interface
StaticTableInput
A representation of the model object 'Static Table Input'.Methods in com._1c.g5.aef2.standard.viewModels that return ITableInput Modifier and Type Method Description ITableInput
TableViewModel. 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 void
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 ITableInput Modifier and Type Class Description class
DynamicTableInputImpl<T extends TableItemViewModel>
An implementation of the model object 'Dynamic Table Input'.class
StaticTableInputImpl
An 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 ITableInput
TableViewModelImpl. input
The cached value of the 'Input
' containment reference.Methods in com._1c.g5.aef2.standard.viewModels.impl that return ITableInput Modifier and Type Method Description ITableInput
TableViewModelImpl. 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.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 ITableInput Modifier and Type Method Description T1
AefStandardSwitch. 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.viewModels Modifier and Type Interface Description interface
CharacteristicsDynamicTableInput
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 ITableInput Modifier and Type Class Description class
CharacteristicsDynamicTableInputImpl
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 ITableInput Modifier and Type Method Description T1
MdAefSwitch. caseITableInput(ITableInput object)
Returns the result of interpreting the object as an instance of 'ITable Input'.
-