Interface CheckedItemViewModel

All Superinterfaces:
org.eclipse.emf.ecore.EObject, ItemViewModel, IViewModel, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
AccountingFlagsItemViewModel, AllowedIncomingShareRequestTypeItemViewModel, CharacteristicsTableItemViewModel, CommonAttributeContentItemViewModel, CommonAttributesDataItemViewModel, ConfigurationStandaloneContentItemViewModel, DataExchangeItemViewModel, DataSeparatorItemModel, DistributionSupportItemViewModel, ExchangePlanContentItemViewModel, ExtDimensionTypesItemViewModel, ExtendedCommonAttributeContentItemViewModel, ExtendedExchangePlanContentItemViewModel, ExtendedPredefinedDataItemViewModel, HttpServicesItemModel, MobileApplicationUrlItemViewModel, PredefinedDataItemViewModel, RequiredPermissionMessageItemViewModel, RequiredPermissionsItemViewModel, StaticTableItemViewModel, StaticTreeItemViewModel, TableItemViewModel, TreeItemViewModel, WebServicesItemModel, WebSocketClientHeaderItemViewModel
All Known Implementing Classes:
AccountingFlagsItemViewModelImpl, AllowedIncomingShareRequestTypeItemViewModelImpl, CharacteristicsTableItemViewModelImpl, CheckedItemViewModelImpl, CommonAttributeContentItemViewModelImpl, CommonAttributesDataItemViewModelImpl, ConfigurationStandaloneContentItemViewModelImpl, DataExchangeItemViewModelImpl, DataSeparatorItemModelImpl, DistributionSupportItemViewModelImpl, ExchangePlanContentItemViewModelImpl, ExtDimensionTypesItemViewModelImpl, ExtendedCommonAttributeContentItemViewModelImpl, ExtendedExchangePlanContentItemViewModelImpl, ExtendedPredefinedDataItemViewModelImpl, HttpServicesItemModelImpl, MobileApplicationUrlItemViewModelImpl, PredefinedDataItemViewModelImpl, RequiredPermissionMessageItemViewModelImpl, RequiredPermissionsItemViewModelImpl, StaticTableItemViewModelImpl, StaticTreeItemViewModelImpl, TableItemViewModelImpl, TreeItemViewModelImpl, WebServicesItemModelImpl, WebSocketClientHeaderItemViewModelImpl

public interface CheckedItemViewModel extends ItemViewModel
A representation of the model object 'Checked Item View Model'. The checked item view model.

The following features are supported:

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the value of the 'Check State' attribute.
    boolean
    Returns the value of the 'Bold' attribute.
    boolean
    Returns the value of the 'Editable' attribute.
    boolean
    Returns the value of the 'Unresolved' attribute.
    void
    setBold(boolean value)
    Sets the value of the 'Bold' attribute.
    void
    Sets the value of the 'Check State' attribute.
    void
    setEditable(boolean value)
    Sets the value of the 'Editable' attribute.
    void
    setUnresolved(boolean value)
    Sets the value of the 'Unresolved' 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.standard.viewModels.ItemViewModel

    getIcon, getText, setIcon, setText

    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