Interface CommonAttributeContentViewModel
- All Superinterfaces:
ControlViewModel
,org.eclipse.emf.ecore.EObject
,IControlViewModel
,IViewModel
,org.eclipse.emf.common.notify.Notifier
,StructuredViewModel
,TreeViewModel
- All Known Subinterfaces:
ExtendedCommonAttributeContentViewModel
- All Known Implementing Classes:
CommonAttributeContentViewModelImpl
,ExtendedCommonAttributeContentViewModelImpl
A representation of the model object 'Common Attribute Content View Model'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Splitter Selection Tree Provider' attribute.boolean
Returns the value of the 'Show Conditional Split Column' attribute.void
setShowConditionalSplitColumn
(boolean value) Sets the value of the 'Show Conditional Split Column
' attribute.void
Sets the value of the 'Splitter Selection Tree Provider
' attribute.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
-
getSplitterSelectionTreeProvider
IAefTreeContentProvider<ItemViewModel> getSplitterSelectionTreeProvider()Returns the value of the 'Splitter Selection Tree Provider' attribute.- Returns:
- the value of the 'Splitter Selection Tree Provider' attribute.
- See Also:
-
setSplitterSelectionTreeProvider
Sets the value of the 'Splitter Selection Tree Provider
' attribute.- Parameters:
value
- the new value of the 'Splitter Selection Tree Provider' attribute.- See Also:
-
isShowConditionalSplitColumn
boolean isShowConditionalSplitColumn()Returns the value of the 'Show Conditional Split Column' attribute. The default value is"false"
.- Returns:
- the value of the 'Show Conditional Split Column' attribute.
- See Also:
-
setShowConditionalSplitColumn
void setShowConditionalSplitColumn(boolean value) Sets the value of the 'Show Conditional Split Column
' attribute.- Parameters:
value
- the new value of the 'Show Conditional Split Column' attribute.- See Also:
-