Interface ItemViewModel
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IViewModel
,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
AccountingFlagsItemViewModel
,CharacteristicsTableItemViewModel
,CheckedItemViewModel
,ChoiceParameterItem
,ComboItemViewModel
,CommonAttributeContentItemViewModel
,CommonAttributesDataItemViewModel
,ConfigurationStandaloneContentItemViewModel
,DataExchangeItemViewModel
,DataPathItem
,DataPathRowItem
,DataPathTableItem
,DataSeparatorItemModel
,ExchangePlanContentItemViewModel
,ExtDimensionTypesItemViewModel
,ExtendedCommonAttributeContentItemViewModel
,ExtendedExchangePlanContentItemViewModel
,ExtendedPredefinedDataItemViewModel
,HttpServicesItemModel
,MobileApplicationUrlItemViewModel
,PredefinedDataItemViewModel
,RadioGroupItemViewModel
,RadioGroupItemViewModel
,RequiredPermissionMessageItemViewModel
,RequiredPermissionsItemViewModel
,SectionActionItemViewModel
,StaticTableItemViewModel
,StaticTreeItemViewModel
,TableItemViewModel
,TreeItemViewModel
,TreeItemViewModel
,WebServicesItemModel
- All Known Implementing Classes:
AccountingFlagsItemViewModelImpl
,CharacteristicsTableItemViewModelImpl
,CheckedItemViewModelImpl
,ChoiceParameterItemImpl
,ComboItemViewModelImpl
,CommonAttributeContentItemViewModelImpl
,CommonAttributesDataItemViewModelImpl
,ConfigurationStandaloneContentItemViewModelImpl
,DataExchangeItemViewModelImpl
,DataPathItemImpl
,DataPathRowItemImpl
,DataPathTableItemImpl
,DataSeparatorItemModelImpl
,ExchangePlanContentItemViewModelImpl
,ExtDimensionTypesItemViewModelImpl
,ExtendedCommonAttributeContentItemViewModelImpl
,ExtendedExchangePlanContentItemViewModelImpl
,ExtendedPredefinedDataItemViewModelImpl
,HttpServicesItemModelImpl
,ItemViewModelImpl
,MobileApplicationUrlItemViewModelImpl
,PredefinedDataItemViewModelImpl
,RadioGroupItemViewModelImpl
,RadioGroupItemViewModelImpl
,RequiredPermissionMessageItemViewModelImpl
,RequiredPermissionsItemViewModelImpl
,SectionActionItemViewModelImpl
,StaticTableItemViewModelImpl
,StaticTreeItemViewModelImpl
,TableItemViewModelImpl
,TreeItemViewModelImpl
,TreeItemViewModelImpl
,WebServicesItemModelImpl
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:
AefStandardPackage.getItemViewModel()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
getIcon()
Returns the value of the 'Icon' attribute.String
getText()
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
-
-
-
-
Method Detail
-
getText
String getText()
Returns the value of the 'Text' attribute. Item text- Returns:
- the value of the 'Text' attribute.
- See Also:
setText(String)
,AefStandardPackage.getItemViewModel_Text()
-
setText
void setText(String value)
Sets the value of the 'Text
' attribute.- Parameters:
value
- the new value of the 'Text' attribute.- See Also:
getText()
-
getIcon
Object getIcon()
Returns the value of the 'Icon' attribute. Item image- Returns:
- the value of the 'Icon' attribute.
- See Also:
setIcon(Object)
,AefStandardPackage.getItemViewModel_Icon()
-
-