Interface AggregatesTableViewModel
- 
- All Superinterfaces:
- ControlViewModel,- org.eclipse.emf.ecore.EObject,- IControlViewModel,- IViewModel,- org.eclipse.emf.common.notify.Notifier
 - All Known Implementing Classes:
- AggregatesTableViewModelImpl
 
 public interface AggregatesTableViewModel extends ControlViewModel A representation of the model object 'Aggregates Table View Model'.The following features are supported: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<AggregatesTableColumnViewModel>getColumns()Returns the value of the 'Columns' containment reference list.org.eclipse.emf.common.util.EList<AggregateTableItemViewModel>getInput()Returns the value of the 'Input' containment reference list.- 
Methods inherited from interface com._1c.g5.aef2.standard.viewModels.ControlViewModelgetApplyValueChange, getContexts, getExternalValidationStatus, getLayoutData, getStatus, isEditable, isEnabled, setApplyValueChange, setEditable, setEnabled, setExternalValidationStatus, setLayoutData, setStatus
 - 
Methods inherited from interface org.eclipse.emf.ecore.EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 - 
Methods inherited from interface com._1c.g5.aef2.viewModels.IViewModelgetEventChannel, getParent, setEventChannel, setParent
 
- 
 
- 
- 
- 
Method Detail- 
getColumnsorg.eclipse.emf.common.util.EList<AggregatesTableColumnViewModel> getColumns() Returns the value of the 'Columns' containment reference list. The list contents are of typeAggregatesTableColumnViewModel.- Returns:
- the value of the 'Columns' containment reference list.
- See Also:
- AggregatesAefPackage.getAggregatesTableViewModel_Columns()
 
 - 
getInputorg.eclipse.emf.common.util.EList<AggregateTableItemViewModel> getInput() Returns the value of the 'Input' containment reference list. The list contents are of typeAggregateTableItemViewModel.- Returns:
- the value of the 'Input' containment reference list.
- See Also:
- AggregatesAefPackage.getAggregatesTableViewModel_Input()
 
 
- 
 
-