Interface CheckedItemViewModel
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,ItemViewModel,IViewModel,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
AccountingFlagsItemViewModel,CharacteristicsTableItemViewModel,CommonAttributeContentItemViewModel,CommonAttributesDataItemViewModel,ConfigurationStandaloneContentItemViewModel,DataExchangeItemViewModel,DataSeparatorItemModel,ExchangePlanContentItemViewModel,ExtDimensionTypesItemViewModel,ExtendedCommonAttributeContentItemViewModel,ExtendedExchangePlanContentItemViewModel,ExtendedPredefinedDataItemViewModel,HttpServicesItemModel,MobileApplicationUrlItemViewModel,PredefinedDataItemViewModel,RequiredPermissionMessageItemViewModel,RequiredPermissionsItemViewModel,StaticTableItemViewModel,StaticTreeItemViewModel,TableItemViewModel,TreeItemViewModel,WebServicesItemModel
- All Known Implementing Classes:
AccountingFlagsItemViewModelImpl,CharacteristicsTableItemViewModelImpl,CheckedItemViewModelImpl,CommonAttributeContentItemViewModelImpl,CommonAttributesDataItemViewModelImpl,ConfigurationStandaloneContentItemViewModelImpl,DataExchangeItemViewModelImpl,DataSeparatorItemModelImpl,ExchangePlanContentItemViewModelImpl,ExtDimensionTypesItemViewModelImpl,ExtendedCommonAttributeContentItemViewModelImpl,ExtendedExchangePlanContentItemViewModelImpl,ExtendedPredefinedDataItemViewModelImpl,HttpServicesItemModelImpl,MobileApplicationUrlItemViewModelImpl,PredefinedDataItemViewModelImpl,RequiredPermissionMessageItemViewModelImpl,RequiredPermissionsItemViewModelImpl,StaticTableItemViewModelImpl,StaticTreeItemViewModelImpl,TableItemViewModelImpl,TreeItemViewModelImpl,WebServicesItemModelImpl
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:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CheckStategetCheckState()Returns the value of the 'Check State' attribute.booleanisBold()Returns the value of the 'Bold' attribute.booleanisEditable()Returns the value of the 'Editable' attribute.booleanisUnresolved()Returns 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, 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
-
-
-
-
Method Detail
-
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:
CheckState,setCheckState(CheckState),AefStandardPackage.getCheckedItemViewModel_CheckState()
-
setCheckState
void setCheckState(CheckState value)
Sets the value of the 'Check State' attribute.- Parameters:
value- the new value of the 'Check State' attribute.- See Also:
CheckState,getCheckState()
-
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(boolean),AefStandardPackage.getCheckedItemViewModel_Editable()
-
setEditable
void setEditable(boolean value)
Sets the value of the 'Editable' attribute.- Parameters:
value- the new value of the 'Editable' attribute.- See Also:
isEditable()
-
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(boolean),AefStandardPackage.getCheckedItemViewModel_Bold()
-
setBold
void setBold(boolean value)
Sets the value of the 'Bold' attribute.- Parameters:
value- the new value of the 'Bold' attribute.- See Also:
isBold()
-
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(boolean),AefStandardPackage.getCheckedItemViewModel_Unresolved()
-
setUnresolved
void setUnresolved(boolean value)
Sets the value of the 'Unresolved' attribute.- Parameters:
value- the new value of the 'Unresolved' attribute.- See Also:
isUnresolved()
-
-