Interface GridViewModel
- 
- All Superinterfaces:
- ControlViewModel,- org.eclipse.emf.ecore.EObject,- IControlViewModel,- IViewModel,- org.eclipse.emf.common.notify.Notifier
 - All Known Implementing Classes:
- GridViewModelImpl
 
 public interface GridViewModel extends ControlViewModel A representation of the model object 'Grid View Model'. The grid view modelThe following features are supported: - See Also:
- DtAefPackage.getGridViewModel()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<GridColumnViewModel>getColumns()Returns the value of the 'Columns' containment reference list.IGridInputgetInput()Returns the value of the 'Input' containment reference.voidsetInput(IGridInput value)Sets the value of the 'Input' containment reference.- 
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<GridColumnViewModel> getColumns() Returns the value of the 'Columns' containment reference list. The list contents are of typeGridColumnViewModel. The column structure of the grid- Returns:
- the value of the 'Columns' containment reference list.
- See Also:
- DtAefPackage.getGridViewModel_Columns()
 
 - 
getInputIGridInput getInput() Returns the value of the 'Input' containment reference. The input of the grid- Returns:
- the value of the 'Input' containment reference.
- See Also:
- setInput(IGridInput),- DtAefPackage.getGridViewModel_Input()
 
 - 
setInputvoid setInput(IGridInput value) Sets the value of the 'Input' containment reference.- Parameters:
- value- the new value of the 'Input' containment reference.
- See Also:
- getInput()
 
 
- 
 
-