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 Summary
All 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.IGridInput
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
-
-
-
-
Method Detail
-
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:
DtAefPackage.getGridViewModel_Columns()
-
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(IGridInput)
,DtAefPackage.getGridViewModel_Input()
-
setInput
void setInput(IGridInput value)
Sets the value of the 'Input
' containment reference.- Parameters:
value
- the new value of the 'Input' containment reference.- See Also:
getInput()
-
-