Interface TableViewModel
- All Superinterfaces:
ControlViewModel
,org.eclipse.emf.ecore.EObject
,IControlViewModel
,IViewModel
,org.eclipse.emf.common.notify.Notifier
,StructuredViewModel
- All Known Subinterfaces:
AccountingFlagsViewModel
,AllowedIncomingShareRequestTypesViewModel
,CharacteristicsTableViewModel
,CommonAttributesDataViewModel
,DataExchangeViewModel
,DataSeparatorsViewModel
,ExtDimensionTypesViewModel
,HttpServicesViewModel
,MobileApplicationUrlsViewModel
,OpenIdReturnToViewModel
,RequiredPermissionMessagesViewModel
,WebServicesViewModel
,WebSocketClientHeadersViewModel
- All Known Implementing Classes:
AccountingFlagsViewModelImpl
,AllowedIncomingShareRequestTypesViewModelImpl
,CharacteristicsTableViewModelImpl
,CommonAttributesDataViewModelImpl
,DataExchangeViewModelImpl
,DataSeparatorsViewModelImpl
,ExtDimensionTypesViewModelImpl
,HttpServicesViewModelImpl
,MobileApplicationUrlsViewModelImpl
,OpenIdReturnToViewModelImpl
,RequiredPermissionMessagesViewModelImpl
,TableViewModelImpl
,WebServicesViewModelImpl
,WebSocketClientHeadersViewModelImpl
A representation of the model object 'Table View Model'.
The view model for table.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetInput()
Returns the value of the 'Input' containment reference.void
setInput
(ITableInput 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
Methods inherited from interface com._1c.g5.aef2.standard.viewModels.StructuredViewModel
getComparator, getHeader, getImageKeyPrefix, getSearchHistoryId, isBold, isEmptyChoiceAllowed, isMulti, isSearchBoxVisible, isShowCheckboxes, isShowContextMenu, isShowImages, isShowLines, setBold, setComparator, setEmptyChoiceAllowed, setHeader, setImageKeyPrefix, setMulti, setSearchBoxVisible, setSearchHistoryId, setShowCheckboxes, setShowContextMenu, setShowImages, setShowLines
-
Method Details
-
getInput
ITableInput getInput()Returns the value of the 'Input' containment reference. Table input.- 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:
-