Class StructuredViewModelImpl
- java.lang.Object
- 
- org.eclipse.emf.common.notify.impl.BasicNotifierImpl
- 
- org.eclipse.emf.ecore.impl.BasicEObjectImpl
- 
- org.eclipse.emf.ecore.impl.MinimalEObjectImpl
- 
- org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
- 
- com._1c.g5.aef2.standard.viewModels.impl.ControlViewModelImpl
- 
- com._1c.g5.aef2.standard.viewModels.impl.StructuredViewModelImpl
 
 
 
 
 
 
- 
- All Implemented Interfaces:
- ControlViewModel,- StructuredViewModel,- IControlViewModel,- IViewModel,- org.eclipse.emf.common.notify.Notifier,- org.eclipse.emf.ecore.EObject,- org.eclipse.emf.ecore.EStructuralFeature.Internal.DynamicValueHolder,- org.eclipse.emf.ecore.InternalEObject
 - Direct Known Subclasses:
- TableViewModelImpl,- TreeViewModelImpl
 
 public abstract class StructuredViewModelImpl extends ControlViewModelImpl implements StructuredViewModel An implementation of the model object 'Structured View Model'.The following features are implemented: 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Containerorg.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container.Dynamic
 - 
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImplorg.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
 - 
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImplorg.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImpl
 - 
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImplorg.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EScannableAdapterList
 
- 
 - 
Field SummaryFields Modifier and Type Field Description protected booleanboldThe cached value of the 'Bold' attribute.protected static booleanBOLD_EDEFAULTThe default value of the 'Bold' attribute.protected Comparator<Object>comparatorThe cached value of the 'Comparator' attribute.protected static booleanEMPTY_CHOICE_ALLOWED_EDEFAULTThe default value of the 'Empty Choice Allowed' attribute.protected booleanemptyChoiceAllowedThe cached value of the 'Empty Choice Allowed' attribute.protected StringheaderThe cached value of the 'Header' attribute.protected static StringHEADER_EDEFAULTThe default value of the 'Header' attribute.protected static StringIMAGE_KEY_PREFIX_EDEFAULTThe default value of the 'Image Key Prefix' attribute.protected StringimageKeyPrefixThe cached value of the 'Image Key Prefix' attribute.protected booleanmultiThe cached value of the 'Multi' attribute.protected static booleanMULTI_EDEFAULTThe default value of the 'Multi' attribute.protected static booleanSEARCH_BOX_VISIBLE_EDEFAULTThe default value of the 'Search Box Visible' attribute.protected static StringSEARCH_HISTORY_ID_EDEFAULTThe default value of the 'Search History Id' attribute.protected booleansearchBoxVisibleThe cached value of the 'Search Box Visible' attribute.protected StringsearchHistoryIdThe cached value of the 'Search History Id' attribute.protected static booleanSHOW_CHECKBOXES_EDEFAULTThe default value of the 'Show Checkboxes' attribute.protected static booleanSHOW_CONTEXT_MENU_EDEFAULTThe default value of the 'Show Context Menu' attribute.protected static booleanSHOW_IMAGES_EDEFAULTThe default value of the 'Show Images' attribute.protected static booleanSHOW_LINES_EDEFAULTThe default value of the 'Show Lines' attribute.protected booleanshowCheckboxesThe cached value of the 'Show Checkboxes' attribute.protected booleanshowContextMenuThe cached value of the 'Show Context Menu' attribute.protected booleanshowImagesThe cached value of the 'Show Images' attribute.protected booleanshowLinesThe cached value of the 'Show Lines' attribute.- 
Fields inherited from class com._1c.g5.aef2.standard.viewModels.impl.ControlViewModelImplAPPLY_VALUE_CHANGE_EDEFAULT, applyValueChange, contexts, editable, EDITABLE_EDEFAULT, enabled, ENABLED_EDEFAULT, EVENT_CHANNEL_EDEFAULT, eventChannel, externalValidationStatus, layoutData, status, STATUS_EDEFAULT
 - 
Fields inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImplEVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET
 
- 
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedStructuredViewModelImpl()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjecteGet(int featureID, boolean resolve, boolean coreType)booleaneIsSet(int featureID)voideSet(int featureID, Object newValue)protected org.eclipse.emf.ecore.EClasseStaticClass()voideUnset(int featureID)Comparator<Object>getComparator()StringgetHeader()StringgetImageKeyPrefix()StringgetSearchHistoryId()booleanisBold()booleanisEmptyChoiceAllowed()booleanisMulti()booleanisSearchBoxVisible()booleanisShowCheckboxes()booleanisShowContextMenu()booleanisShowImages()booleanisShowLines()voidsetBold(boolean newBold)voidsetComparator(Comparator<Object> newComparator)voidsetEmptyChoiceAllowed(boolean newEmptyChoiceAllowed)voidsetHeader(String newHeader)voidsetImageKeyPrefix(String newImageKeyPrefix)voidsetMulti(boolean newMulti)voidsetSearchBoxVisible(boolean newSearchBoxVisible)voidsetSearchHistoryId(String newSearchHistoryId)voidsetShowCheckboxes(boolean newShowCheckboxes)voidsetShowContextMenu(boolean newShowContextMenu)voidsetShowImages(boolean newShowImages)voidsetShowLines(boolean newShowLines)StringtoString()- 
Methods inherited from class com._1c.g5.aef2.standard.viewModels.impl.ControlViewModelImplbasicGetLayoutData, basicGetParent, basicSetExternalValidationStatus, basicSetParent, eBasicRemoveFromContainerFeature, eInverseAdd, eInverseRemove, getApplyValueChange, getContexts, getEventChannel, getExternalValidationStatus, getLayoutData, getParent, getStatus, isEditable, isEnabled, setApplyValueChange, setEditable, setEnabled, setEventChannel, setExternalValidationStatus, setLayoutData, setParent, setStatus
 - 
Methods inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.ContainereBasicSetContainer, eInternalContainer
 - 
Methods inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpldynamicGet, dynamicSet, dynamicUnset, eAdapters, eBasicAdapterArray, eBasicAdapterListeners, eBasicAdapters, eBasicHasAdapters, eBasicProperties, eBasicSetAdapterArray, eBasicSetAdapterListeners, eBasicSetContainer, eBasicSetContainerFeatureID, eBasicSetSettings, eBasicSettings, eClass, eContainerFeatureID, eContents, eCrossReferences, eDeliver, eDirectResource, eDynamicClass, eHasSettings, eIsProxy, eProperties, eProxyURI, eSetClass, eSetDeliver, eSetDirectResource, eSetProxyURI, eSettings
 - 
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpleAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDynamicBasicRemoveFromContainer, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseRemove, eInvocationDelegate, eInvoke, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eSettingDelegate, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues
 - 
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpleNotificationRequired, eNotify
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface com._1c.g5.aef2.standard.viewModels.ControlViewModelgetApplyValueChange, getContexts, getExternalValidationStatus, getLayoutData, getStatus, isEditable, isEnabled, setApplyValueChange, setEditable, setEnabled, setExternalValidationStatus, setLayoutData, setStatus
 - 
Methods inherited from interface org.eclipse.emf.ecore.EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 - 
Methods inherited from interface com._1c.g5.aef2.viewModels.IViewModelgetEventChannel, getParent, setEventChannel, setParent
 
- 
 
- 
- 
- 
Field Detail- 
SEARCH_BOX_VISIBLE_EDEFAULTprotected static final boolean SEARCH_BOX_VISIBLE_EDEFAULT The default value of the 'Search Box Visible' attribute.- See Also:
- isSearchBoxVisible(), Constant Field Values
 
 - 
searchBoxVisibleprotected boolean searchBoxVisible The cached value of the 'Search Box Visible' attribute.- See Also:
- isSearchBoxVisible()
 
 - 
SEARCH_HISTORY_ID_EDEFAULTprotected static final String SEARCH_HISTORY_ID_EDEFAULT The default value of the 'Search History Id' attribute.- See Also:
- getSearchHistoryId(), Constant Field Values
 
 - 
searchHistoryIdprotected String searchHistoryId The cached value of the 'Search History Id' attribute.- See Also:
- getSearchHistoryId()
 
 - 
IMAGE_KEY_PREFIX_EDEFAULTprotected static final String IMAGE_KEY_PREFIX_EDEFAULT The default value of the 'Image Key Prefix' attribute.- See Also:
- getImageKeyPrefix(), Constant Field Values
 
 - 
imageKeyPrefixprotected String imageKeyPrefix The cached value of the 'Image Key Prefix' attribute.- See Also:
- getImageKeyPrefix()
 
 - 
SHOW_IMAGES_EDEFAULTprotected static final boolean SHOW_IMAGES_EDEFAULT The default value of the 'Show Images' attribute.- See Also:
- isShowImages(), Constant Field Values
 
 - 
showImagesprotected boolean showImages The cached value of the 'Show Images' attribute.- See Also:
- isShowImages()
 
 - 
SHOW_CHECKBOXES_EDEFAULTprotected static final boolean SHOW_CHECKBOXES_EDEFAULT The default value of the 'Show Checkboxes' attribute.- See Also:
- isShowCheckboxes(), Constant Field Values
 
 - 
showCheckboxesprotected boolean showCheckboxes The cached value of the 'Show Checkboxes' attribute.- See Also:
- isShowCheckboxes()
 
 - 
MULTI_EDEFAULTprotected static final boolean MULTI_EDEFAULT The default value of the 'Multi' attribute.- See Also:
- isMulti(), Constant Field Values
 
 - 
EMPTY_CHOICE_ALLOWED_EDEFAULTprotected static final boolean EMPTY_CHOICE_ALLOWED_EDEFAULT The default value of the 'Empty Choice Allowed' attribute.- See Also:
- isEmptyChoiceAllowed(), Constant Field Values
 
 - 
emptyChoiceAllowedprotected boolean emptyChoiceAllowed The cached value of the 'Empty Choice Allowed' attribute.- See Also:
- isEmptyChoiceAllowed()
 
 - 
HEADER_EDEFAULTprotected static final String HEADER_EDEFAULT The default value of the 'Header' attribute.- See Also:
- getHeader()
 
 - 
headerprotected String header The cached value of the 'Header' attribute.- See Also:
- getHeader()
 
 - 
SHOW_LINES_EDEFAULTprotected static final boolean SHOW_LINES_EDEFAULT The default value of the 'Show Lines' attribute.- See Also:
- isShowLines(), Constant Field Values
 
 - 
showLinesprotected boolean showLines The cached value of the 'Show Lines' attribute.- See Also:
- isShowLines()
 
 - 
BOLD_EDEFAULTprotected static final boolean BOLD_EDEFAULT The default value of the 'Bold' attribute.- See Also:
- isBold(), Constant Field Values
 
 - 
SHOW_CONTEXT_MENU_EDEFAULTprotected static final boolean SHOW_CONTEXT_MENU_EDEFAULT The default value of the 'Show Context Menu' attribute.- See Also:
- isShowContextMenu(), Constant Field Values
 
 - 
showContextMenuprotected boolean showContextMenu The cached value of the 'Show Context Menu' attribute.- See Also:
- isShowContextMenu()
 
 - 
comparatorprotected Comparator<Object> comparator The cached value of the 'Comparator' attribute.- See Also:
- getComparator()
 
 
- 
 - 
Method Detail- 
eStaticClassprotected org.eclipse.emf.ecore.EClass eStaticClass() - Overrides:
- eStaticClassin class- ControlViewModelImpl
 
 - 
isSearchBoxVisiblepublic boolean isSearchBoxVisible() - Specified by:
- isSearchBoxVisiblein interface- StructuredViewModel
- Returns:
- the value of the 'Search Box Visible' attribute.
- See Also:
- StructuredViewModel.setSearchBoxVisible(boolean),- AefStandardPackage.getStructuredViewModel_SearchBoxVisible()
 
 - 
setSearchBoxVisiblepublic void setSearchBoxVisible(boolean newSearchBoxVisible) - Specified by:
- setSearchBoxVisiblein interface- StructuredViewModel
- Parameters:
- newSearchBoxVisible- the new value of the 'Search Box Visible' attribute.
- See Also:
- StructuredViewModel.isSearchBoxVisible()
 
 - 
getSearchHistoryIdpublic String getSearchHistoryId() - Specified by:
- getSearchHistoryIdin interface- StructuredViewModel
- Returns:
- the value of the 'Search History Id' attribute.
- See Also:
- StructuredViewModel.setSearchHistoryId(String),- AefStandardPackage.getStructuredViewModel_SearchHistoryId()
 
 - 
setSearchHistoryIdpublic void setSearchHistoryId(String newSearchHistoryId) - Specified by:
- setSearchHistoryIdin interface- StructuredViewModel
- Parameters:
- newSearchHistoryId- the new value of the 'Search History Id' attribute.
- See Also:
- StructuredViewModel.getSearchHistoryId()
 
 - 
getImageKeyPrefixpublic String getImageKeyPrefix() - Specified by:
- getImageKeyPrefixin interface- StructuredViewModel
- Returns:
- the value of the 'Image Key Prefix' attribute.
- See Also:
- StructuredViewModel.setImageKeyPrefix(String),- AefStandardPackage.getStructuredViewModel_ImageKeyPrefix()
 
 - 
setImageKeyPrefixpublic void setImageKeyPrefix(String newImageKeyPrefix) - Specified by:
- setImageKeyPrefixin interface- StructuredViewModel
- Parameters:
- newImageKeyPrefix- the new value of the 'Image Key Prefix' attribute.
- See Also:
- StructuredViewModel.getImageKeyPrefix()
 
 - 
isShowImagespublic boolean isShowImages() - Specified by:
- isShowImagesin interface- StructuredViewModel
- Returns:
- the value of the 'Show Images' attribute.
- See Also:
- StructuredViewModel.setShowImages(boolean),- AefStandardPackage.getStructuredViewModel_ShowImages()
 
 - 
setShowImagespublic void setShowImages(boolean newShowImages) - Specified by:
- setShowImagesin interface- StructuredViewModel
- Parameters:
- newShowImages- the new value of the 'Show Images' attribute.
- See Also:
- StructuredViewModel.isShowImages()
 
 - 
isShowCheckboxespublic boolean isShowCheckboxes() - Specified by:
- isShowCheckboxesin interface- StructuredViewModel
- Returns:
- the value of the 'Show Checkboxes' attribute.
- See Also:
- StructuredViewModel.setShowCheckboxes(boolean),- AefStandardPackage.getStructuredViewModel_ShowCheckboxes()
 
 - 
setShowCheckboxespublic void setShowCheckboxes(boolean newShowCheckboxes) - Specified by:
- setShowCheckboxesin interface- StructuredViewModel
- Parameters:
- newShowCheckboxes- the new value of the 'Show Checkboxes' attribute.
- See Also:
- StructuredViewModel.isShowCheckboxes()
 
 - 
isMultipublic boolean isMulti() - Specified by:
- isMultiin interface- StructuredViewModel
- Returns:
- the value of the 'Multi' attribute.
- See Also:
- StructuredViewModel.setMulti(boolean),- AefStandardPackage.getStructuredViewModel_Multi()
 
 - 
setMultipublic void setMulti(boolean newMulti) - Specified by:
- setMultiin interface- StructuredViewModel
- Parameters:
- newMulti- the new value of the 'Multi' attribute.
- See Also:
- StructuredViewModel.isMulti()
 
 - 
isEmptyChoiceAllowedpublic boolean isEmptyChoiceAllowed() - Specified by:
- isEmptyChoiceAllowedin interface- StructuredViewModel
- Returns:
- the value of the 'Empty Choice Allowed' attribute.
- See Also:
- StructuredViewModel.setEmptyChoiceAllowed(boolean),- AefStandardPackage.getStructuredViewModel_EmptyChoiceAllowed()
 
 - 
setEmptyChoiceAllowedpublic void setEmptyChoiceAllowed(boolean newEmptyChoiceAllowed) - Specified by:
- setEmptyChoiceAllowedin interface- StructuredViewModel
- Parameters:
- newEmptyChoiceAllowed- the new value of the 'Empty Choice Allowed' attribute.
- See Also:
- StructuredViewModel.isEmptyChoiceAllowed()
 
 - 
getHeaderpublic String getHeader() - Specified by:
- getHeaderin interface- StructuredViewModel
- Returns:
- the value of the 'Header' attribute.
- See Also:
- StructuredViewModel.setHeader(String),- AefStandardPackage.getStructuredViewModel_Header()
 
 - 
setHeaderpublic void setHeader(String newHeader) - Specified by:
- setHeaderin interface- StructuredViewModel
- Parameters:
- newHeader- the new value of the 'Header' attribute.
- See Also:
- StructuredViewModel.getHeader()
 
 - 
isShowLinespublic boolean isShowLines() - Specified by:
- isShowLinesin interface- StructuredViewModel
- Returns:
- the value of the 'Show Lines' attribute.
- See Also:
- StructuredViewModel.setShowLines(boolean),- AefStandardPackage.getStructuredViewModel_ShowLines()
 
 - 
setShowLinespublic void setShowLines(boolean newShowLines) - Specified by:
- setShowLinesin interface- StructuredViewModel
- Parameters:
- newShowLines- the new value of the 'Show Lines' attribute.
- See Also:
- StructuredViewModel.isShowLines()
 
 - 
isBoldpublic boolean isBold() - Specified by:
- isBoldin interface- StructuredViewModel
- Returns:
- the value of the 'Bold' attribute.
- See Also:
- StructuredViewModel.setBold(boolean),- AefStandardPackage.getStructuredViewModel_Bold()
 
 - 
setBoldpublic void setBold(boolean newBold) - Specified by:
- setBoldin interface- StructuredViewModel
- Parameters:
- newBold- the new value of the 'Bold' attribute.
- See Also:
- StructuredViewModel.isBold()
 
 - 
isShowContextMenupublic boolean isShowContextMenu() - Specified by:
- isShowContextMenuin interface- StructuredViewModel
- Returns:
- the value of the 'Show Context Menu' attribute.
- See Also:
- StructuredViewModel.setShowContextMenu(boolean),- AefStandardPackage.getStructuredViewModel_ShowContextMenu()
 
 - 
setShowContextMenupublic void setShowContextMenu(boolean newShowContextMenu) - Specified by:
- setShowContextMenuin interface- StructuredViewModel
- Parameters:
- newShowContextMenu- the new value of the 'Show Context Menu' attribute.
- See Also:
- StructuredViewModel.isShowContextMenu()
 
 - 
getComparatorpublic Comparator<Object> getComparator() - Specified by:
- getComparatorin interface- StructuredViewModel
- Returns:
- the value of the 'Comparator' attribute.
- See Also:
- StructuredViewModel.setComparator(Comparator),- AefStandardPackage.getStructuredViewModel_Comparator()
 
 - 
setComparatorpublic void setComparator(Comparator<Object> newComparator) - Specified by:
- setComparatorin interface- StructuredViewModel
- Parameters:
- newComparator- the new value of the 'Comparator' attribute.
- See Also:
- StructuredViewModel.getComparator()
 
 - 
eGetpublic Object eGet(int featureID, boolean resolve, boolean coreType) - Specified by:
- eGetin interface- org.eclipse.emf.ecore.InternalEObject
- Overrides:
- eGetin class- ControlViewModelImpl
 
 - 
eSetpublic void eSet(int featureID, Object newValue)- Specified by:
- eSetin interface- org.eclipse.emf.ecore.InternalEObject
- Overrides:
- eSetin class- ControlViewModelImpl
 
 - 
eUnsetpublic void eUnset(int featureID) - Specified by:
- eUnsetin interface- org.eclipse.emf.ecore.InternalEObject
- Overrides:
- eUnsetin class- ControlViewModelImpl
 
 - 
eIsSetpublic boolean eIsSet(int featureID) - Specified by:
- eIsSetin interface- org.eclipse.emf.ecore.InternalEObject
- Overrides:
- eIsSetin class- ControlViewModelImpl
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- ControlViewModelImpl
 
 
- 
 
-