Interface ExtendedCommonAttributeContentViewModel
- All Superinterfaces:
CommonAttributeContentViewModel
,ControlViewModel
,org.eclipse.emf.ecore.EObject
,IControlViewModel
,IViewModel
,org.eclipse.emf.common.notify.Notifier
,StructuredViewModel
,TreeViewModel
- All Known Implementing Classes:
ExtendedCommonAttributeContentViewModelImpl
A representation of the model object 'Extended Common Attribute Content View Model'.
* The exteneded common attribute content view model.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns the value of the 'Property State Editable' attribute.void
setPropertyStateEditable
(boolean value) Sets the value of the 'Property State Editable
' attribute.Methods inherited from interface com._1c.g5.v8.dt.md.ui.aef.viewModels.CommonAttributeContentViewModel
getSplitterSelectionTreeProvider, isShowConditionalSplitColumn, setShowConditionalSplitColumn, setSplitterSelectionTreeProvider
Methods inherited from interface com._1c.g5.aef2.standard.viewModels.ControlViewModel
getApplyValueChange, getContexts, getExternalValidationStatus, getLayoutData, getStatus, isEditable, isEnabled, setApplyValueChange, setEditable, setEnabled, setExternalValidationStatus, setLayoutData, setStatus
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
Methods inherited from interface com._1c.g5.aef2.standard.viewModels.StructuredViewModel
getComparator, getHeader, getImageKeyPrefix, getSearchHistoryId, isBold, isEmptyChoiceAllowed, isMulti, isSearchBoxVisible, isShowCheckboxes, isShowContextMenu, isShowImages, isShowLines, setBold, setComparator, setEmptyChoiceAllowed, setHeader, setImageKeyPrefix, setMulti, setSearchBoxVisible, setSearchHistoryId, setShowCheckboxes, setShowContextMenu, setShowImages, setShowLines
Methods inherited from interface com._1c.g5.aef2.standard.viewModels.TreeViewModel
getExpandLevel, getInput, getSelectedItem, isSubtreeMulti, setExpandLevel, setInput, setSelectedItem, setSubtreeMulti
-
Method Details
-
isPropertyStateEditable
boolean isPropertyStateEditable()Returns the value of the 'Property State Editable' attribute. Whether metadata object property state is editable.- Returns:
- the value of the 'Property State Editable' attribute.
- See Also:
-
setPropertyStateEditable
void setPropertyStateEditable(boolean value) Sets the value of the 'Property State Editable
' attribute.- Parameters:
value
- the new value of the 'Property State Editable' attribute.- See Also:
-