Interface TableViewModel
-
- All Superinterfaces:
ControlViewModel,org.eclipse.emf.ecore.EObject,IControlViewModel,IViewModel,org.eclipse.emf.common.notify.Notifier,StructuredViewModel
- All Known Subinterfaces:
AccountingFlagsViewModel,CharacteristicsTableViewModel,CommonAttributesDataViewModel,DataExchangeViewModel,DataSeparatorsViewModel,ExtDimensionTypesViewModel,HttpServicesViewModel,MobileApplicationUrlsViewModel,OpenIdReturnToViewModel,RequiredPermissionMessagesViewModel,WebServicesViewModel
- All Known Implementing Classes:
AccountingFlagsViewModelImpl,CharacteristicsTableViewModelImpl,CommonAttributesDataViewModelImpl,DataExchangeViewModelImpl,DataSeparatorsViewModelImpl,ExtDimensionTypesViewModelImpl,HttpServicesViewModelImpl,MobileApplicationUrlsViewModelImpl,OpenIdReturnToViewModelImpl,RequiredPermissionMessagesViewModelImpl,TableViewModelImpl,WebServicesViewModelImpl
public interface TableViewModel extends StructuredViewModel
A representation of the model object 'Table View Model'. The view model for table.The following features are supported:
- See Also:
AefStandardPackage.getTableViewModel()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ITableInputgetInput()Returns the value of the 'Input' containment reference.voidsetInput(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 Detail
-
getInput
ITableInput getInput()
Returns the value of the 'Input' containment reference. Table input.- Returns:
- the value of the 'Input' containment reference.
- See Also:
setInput(ITableInput),AefStandardPackage.getTableViewModel_Input()
-
setInput
void setInput(ITableInput value)
Sets the value of the 'Input' containment reference.- Parameters:
value- the new value of the 'Input' containment reference.- See Also:
getInput()
-
-