Interface PredefinedDataViewModel
- All Superinterfaces:
ControlViewModel
,org.eclipse.emf.ecore.EObject
,IControlViewModel
,IViewModel
,org.eclipse.emf.common.notify.Notifier
,StructuredViewModel
,TreeViewModel
- All Known Subinterfaces:
ExtendedPredefinedDataViewModel
- All Known Implementing Classes:
ExtendedPredefinedDataViewModelImpl
,PredefinedDataViewModelImpl
A representation of the model object 'Predefined Data View Model'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<ItemViewModel>
Returns the value of the 'Columns' reference list.Returns the value of the 'Sort Field' attribute.boolean
Returns the value of the 'Arrange Folders' attribute.void
setArrangeFolders
(boolean value) Sets the value of the 'Arrange Folders
' attribute.void
Sets the value of the 'Sort Field
' 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
-
getSortField
PredefinedPresentaionField getSortField()Returns the value of the 'Sort Field' attribute. The literals are from the enumerationPredefinedPresentaionField
.- Returns:
- the value of the 'Sort Field' attribute.
- See Also:
-
setSortField
Sets the value of the 'Sort Field
' attribute.- Parameters:
value
- the new value of the 'Sort Field' attribute.- See Also:
-
isArrangeFolders
boolean isArrangeFolders()Returns the value of the 'Arrange Folders' attribute.- Returns:
- the value of the 'Arrange Folders' attribute.
- See Also:
-
setArrangeFolders
void setArrangeFolders(boolean value) Sets the value of the 'Arrange Folders
' attribute.- Parameters:
value
- the new value of the 'Arrange Folders' attribute.- See Also:
-
getColumns
org.eclipse.emf.common.util.EList<ItemViewModel> getColumns()Returns the value of the 'Columns' reference list. The list contents are of typeItemViewModel
. Additional dynamics column for view.- Returns:
- the value of the 'Columns' reference list.
- See Also:
-