Interface ItemViewModel
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,IViewModel,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
AccountingFlagsItemViewModel,AllowedIncomingShareRequestTypeItemViewModel,CharacteristicsTableItemViewModel,CheckedItemViewModel,ChoiceParameterItem,ComboItemViewModel,CommonAttributeContentItemViewModel,CommonAttributesDataItemViewModel,ConfigurationStandaloneContentItemViewModel,DataExchangeItemViewModel,DataPathItem,DataPathRowItem,DataPathTableItem,DataSeparatorItemModel,DistributionSupportItemViewModel,ExchangePlanContentItemViewModel,ExtDimensionTypesItemViewModel,ExtendedCommonAttributeContentItemViewModel,ExtendedExchangePlanContentItemViewModel,ExtendedPredefinedDataItemViewModel,HttpServicesItemModel,MobileApplicationUrlItemViewModel,PredefinedDataItemViewModel,RadioGroupItemViewModel,RadioGroupItemViewModel,RequiredPermissionMessageItemViewModel,RequiredPermissionsItemViewModel,SectionActionItemViewModel,StaticTableItemViewModel,StaticTreeItemViewModel,TableItemViewModel,TreeItemViewModel,TreeItemViewModel,WebServicesItemModel,WebSocketClientHeaderItemViewModel
- All Known Implementing Classes:
AccountingFlagsItemViewModelImpl,AllowedIncomingShareRequestTypeItemViewModelImpl,CharacteristicsTableItemViewModelImpl,CheckedItemViewModelImpl,ChoiceParameterItemImpl,ComboItemViewModelImpl,CommonAttributeContentItemViewModelImpl,CommonAttributesDataItemViewModelImpl,ConfigurationStandaloneContentItemViewModelImpl,DataExchangeItemViewModelImpl,DataPathItemImpl,DataPathRowItemImpl,DataPathTableItemImpl,DataSeparatorItemModelImpl,DistributionSupportItemViewModelImpl,ExchangePlanContentItemViewModelImpl,ExtDimensionTypesItemViewModelImpl,ExtendedCommonAttributeContentItemViewModelImpl,ExtendedExchangePlanContentItemViewModelImpl,ExtendedPredefinedDataItemViewModelImpl,HttpServicesItemModelImpl,ItemViewModelImpl,MobileApplicationUrlItemViewModelImpl,PredefinedDataItemViewModelImpl,RadioGroupItemViewModelImpl,RadioGroupItemViewModelImpl,RequiredPermissionMessageItemViewModelImpl,RequiredPermissionsItemViewModelImpl,SectionActionItemViewModelImpl,StaticTableItemViewModelImpl,StaticTreeItemViewModelImpl,TableItemViewModelImpl,TreeItemViewModelImpl,TreeItemViewModelImpl,WebServicesItemModelImpl,WebSocketClientHeaderItemViewModelImpl
A representation of the model object 'Item View Model'.
The basic item for view. Represents one element in views like
lists, combos etc.
The following features are supported:
- See Also:
-
Method Summary
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface com._1c.g5.aef2.viewModels.IViewModel
getEventChannel, getParent, setEventChannel, setParentMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getText
String getText()Returns the value of the 'Text' attribute. Item text- Returns:
- the value of the 'Text' attribute.
- See Also:
-
setText
Sets the value of the 'Text' attribute.- Parameters:
value- the new value of the 'Text' attribute.- See Also:
-
getIcon
Object getIcon()Returns the value of the 'Icon' attribute. Item image- Returns:
- the value of the 'Icon' attribute.
- See Also:
-
setIcon
Sets the value of the 'Icon' attribute.- Parameters:
value- the new value of the 'Icon' attribute.- See Also:
-