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
A representation of the model object 'Checked Item View Model'.
The checked item view model.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Check State' attribute.booleanisBold()Returns the value of the 'Bold' attribute.booleanReturns the value of the 'Editable' attribute.booleanReturns the value of the 'Unresolved' attribute.voidsetBold(boolean value) Sets the value of the 'Bold' attribute.voidsetCheckState(CheckState value) Sets the value of the 'Check State' attribute.voidsetEditable(boolean value) Sets the value of the 'Editable' attribute.voidsetUnresolved(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, eUnsetMethods inherited from interface com._1c.g5.aef2.standard.viewModels.ItemViewModel
getIcon, getText, setIcon, setTextMethods 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
-
getCheckState
CheckState getCheckState()Returns the value of the 'Check State' attribute. The literals are from the enumerationCheckState. Check state of the item.- Returns:
- the value of the 'Check State' attribute.
- See Also:
-
setCheckState
Sets the value of the 'Check State' attribute.- Parameters:
value- the new value of the 'Check State' attribute.- See Also:
-
isEditable
boolean isEditable()Returns the value of the 'Editable' attribute. The default value is"true". Indicates whether view item is editable (inline editing in cells)- Returns:
- the value of the 'Editable' attribute.
- See Also:
-
setEditable
void setEditable(boolean value) Sets the value of the 'Editable' attribute.- Parameters:
value- the new value of the 'Editable' attribute.- See Also:
-
isBold
boolean isBold()Returns the value of the 'Bold' attribute. Indicates whether view item is bold- Returns:
- the value of the 'Bold' attribute.
- See Also:
-
setBold
void setBold(boolean value) Sets the value of the 'Bold' attribute.- Parameters:
value- the new value of the 'Bold' attribute.- See Also:
-
isUnresolved
boolean isUnresolved()Returns the value of the 'Unresolved' attribute. Indicates whether view item is unresolved- Returns:
- the value of the 'Unresolved' attribute.
- See Also:
-
setUnresolved
void setUnresolved(boolean value) Sets the value of the 'Unresolved' attribute.- Parameters:
value- the new value of the 'Unresolved' attribute.- See Also:
-