Interface GridViewModel
- All Superinterfaces:
ControlViewModel
,org.eclipse.emf.ecore.EObject
,IControlViewModel
,IViewModel
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
GridViewModelImpl
A representation of the model object 'Grid View Model'.
The grid view model
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<GridColumnViewModel>
Returns the value of the 'Columns' containment reference list.getInput()
Returns the value of the 'Input' containment reference.void
setInput
(IGridInput value) Sets the value of the 'Input
' containment reference.Methods inherited from interface com._1c.g5.aef2.standard.viewModels.ControlViewModel
getApplyValueChange, getContexts, getExternalValidationStatus, getLayoutData, getStatus, isEditable, isEnabled, setApplyValueChange, setEditable, setEnabled, setExternalValidationStatus, setLayoutData, setStatus
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface com._1c.g5.aef2.viewModels.IViewModel
getEventChannel, getParent, setEventChannel, setParent
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getColumns
org.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:
-
getInput
IGridInput 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
Sets the value of the 'Input
' containment reference.- Parameters:
value
- the new value of the 'Input' containment reference.- See Also:
-