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

public interface ItemViewModel extends IViewModel
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

    Modifier and Type
    Method
    Description
    Returns the value of the 'Icon' attribute.
    Returns the value of the 'Text' attribute.
    void
    setIcon(Object value)
    Sets the value of the 'Icon' attribute.
    void
    setText(String value)
    Sets the value of the 'Text' attribute.

    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