Interface StructuredViewModel
- 
- All Superinterfaces:
- ControlViewModel,- org.eclipse.emf.ecore.EObject,- IControlViewModel,- IViewModel,- org.eclipse.emf.common.notify.Notifier
 - All Known Subinterfaces:
- AccountingFlagsViewModel,- CharacteristicsTableViewModel,- CommonAttributeContentViewModel,- CommonAttributesDataViewModel,- ConfigurationStandaloneContentViewModel,- DataExchangeViewModel,- DataSeparatorsViewModel,- ExchangePlanContentViewModel,- ExtDimensionTypesViewModel,- ExtendedCommonAttributeContentViewModel,- ExtendedExchangePlanContentViewModel,- ExtendedPredefinedDataViewModel,- HttpServicesViewModel,- MobileApplicationUrlsViewModel,- OpenIdReturnToViewModel,- PredefinedDataViewModel,- RequiredPermissionMessagesViewModel,- RequiredPermissionsViewModel,- TableViewModel,- TreeViewModel,- WebServicesViewModel
 - All Known Implementing Classes:
- AccountingFlagsViewModelImpl,- CharacteristicsTableViewModelImpl,- CommonAttributeContentViewModelImpl,- CommonAttributesDataViewModelImpl,- ConfigurationStandaloneContentViewModelImpl,- DataExchangeViewModelImpl,- DataSeparatorsViewModelImpl,- ExchangePlanContentViewModelImpl,- ExtDimensionTypesViewModelImpl,- ExtendedCommonAttributeContentViewModelImpl,- ExtendedExchangePlanContentViewModelImpl,- ExtendedPredefinedDataViewModelImpl,- HttpServicesViewModelImpl,- MobileApplicationUrlsViewModelImpl,- OpenIdReturnToViewModelImpl,- PredefinedDataViewModelImpl,- RequiredPermissionMessagesViewModelImpl,- RequiredPermissionsViewModelImpl,- StructuredViewModelImpl,- TableViewModelImpl,- TreeViewModelImpl,- WebServicesViewModelImpl
 
 public interface StructuredViewModel extends ControlViewModel A representation of the model object 'Structured View Model'. The abstract view model for trees and tables.The following features are supported: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description Comparator<Object>getComparator()Returns the value of the 'Comparator' attribute.StringgetHeader()Returns the value of the 'Header' attribute.StringgetImageKeyPrefix()Returns the value of the 'Image Key Prefix' attribute.StringgetSearchHistoryId()Returns the value of the 'Search History Id' attribute.booleanisBold()Returns the value of the 'Bold' attribute.booleanisEmptyChoiceAllowed()Returns the value of the 'Empty Choice Allowed' attribute.booleanisMulti()Returns the value of the 'Multi' attribute.booleanisSearchBoxVisible()Returns the value of the 'Search Box Visible' attribute.booleanisShowCheckboxes()Returns the value of the 'Show Checkboxes' attribute.booleanisShowContextMenu()Returns the value of the 'Show Context Menu' attribute.booleanisShowImages()Returns the value of the 'Show Images' attribute.booleanisShowLines()Returns the value of the 'Show Lines' attribute.voidsetBold(boolean value)Sets the value of the 'Bold' attribute.voidsetComparator(Comparator<Object> value)Sets the value of the 'Comparator' attribute.voidsetEmptyChoiceAllowed(boolean value)Sets the value of the 'Empty Choice Allowed' attribute.voidsetHeader(String value)Sets the value of the 'Header' attribute.voidsetImageKeyPrefix(String value)Sets the value of the 'Image Key Prefix' attribute.voidsetMulti(boolean value)Sets the value of the 'Multi' attribute.voidsetSearchBoxVisible(boolean value)Sets the value of the 'Search Box Visible' attribute.voidsetSearchHistoryId(String value)Sets the value of the 'Search History Id' attribute.voidsetShowCheckboxes(boolean value)Sets the value of the 'Show Checkboxes' attribute.voidsetShowContextMenu(boolean value)Sets the value of the 'Show Context Menu' attribute.voidsetShowImages(boolean value)Sets the value of the 'Show Images' attribute.voidsetShowLines(boolean value)Sets the value of the 'Show Lines' attribute.- 
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
 
- 
 
- 
- 
- 
Method Detail- 
isSearchBoxVisibleboolean isSearchBoxVisible() Returns the value of the 'Search Box Visible' attribute. The default value is"true". Indicates to display or not the search box.- Returns:
- the value of the 'Search Box Visible' attribute.
- See Also:
- setSearchBoxVisible(boolean),- AefStandardPackage.getStructuredViewModel_SearchBoxVisible()
 
 - 
setSearchBoxVisiblevoid setSearchBoxVisible(boolean value) Sets the value of the 'Search Box Visible' attribute.- Parameters:
- value- the new value of the 'Search Box Visible' attribute.
- See Also:
- isSearchBoxVisible()
 
 - 
getSearchHistoryIdString getSearchHistoryId() Returns the value of the 'Search History Id' attribute. The default value is"com._1c.g5.aef2.standard.SearchHistoryStateNode". The id for saving search history.- Returns:
- the value of the 'Search History Id' attribute.
- See Also:
- setSearchHistoryId(String),- AefStandardPackage.getStructuredViewModel_SearchHistoryId()
 
 - 
setSearchHistoryIdvoid setSearchHistoryId(String value) Sets the value of the 'Search History Id' attribute.- Parameters:
- value- the new value of the 'Search History Id' attribute.
- See Also:
- getSearchHistoryId()
 
 - 
getImageKeyPrefixString getImageKeyPrefix() Returns the value of the 'Image Key Prefix' attribute. The default value is"default". The image key prefix for caching images.- Returns:
- the value of the 'Image Key Prefix' attribute.
- See Also:
- setImageKeyPrefix(String),- AefStandardPackage.getStructuredViewModel_ImageKeyPrefix()
 
 - 
setImageKeyPrefixvoid setImageKeyPrefix(String value) Sets the value of the 'Image Key Prefix' attribute.- Parameters:
- value- the new value of the 'Image Key Prefix' attribute.
- See Also:
- getImageKeyPrefix()
 
 - 
isShowImagesboolean isShowImages() Returns the value of the 'Show Images' attribute. The default value is"true". Indicates whether images should be shown in the default column- Returns:
- the value of the 'Show Images' attribute.
- See Also:
- setShowImages(boolean),- AefStandardPackage.getStructuredViewModel_ShowImages()
 
 - 
setShowImagesvoid setShowImages(boolean value) Sets the value of the 'Show Images' attribute.- Parameters:
- value- the new value of the 'Show Images' attribute.
- See Also:
- isShowImages()
 
 - 
isShowCheckboxesboolean isShowCheckboxes() Returns the value of the 'Show Checkboxes' attribute. The default value is"true". Indicates whether checkboxes should be shown in the default column- Returns:
- the value of the 'Show Checkboxes' attribute.
- See Also:
- setShowCheckboxes(boolean),- AefStandardPackage.getStructuredViewModel_ShowCheckboxes()
 
 - 
setShowCheckboxesvoid setShowCheckboxes(boolean value) Sets the value of the 'Show Checkboxes' attribute.- Parameters:
- value- the new value of the 'Show Checkboxes' attribute.
- See Also:
- isShowCheckboxes()
 
 - 
isMultiboolean isMulti() Returns the value of the 'Multi' attribute. Multiselection.- Returns:
- the value of the 'Multi' attribute.
- See Also:
- setMulti(boolean),- AefStandardPackage.getStructuredViewModel_Multi()
 
 - 
setMultivoid setMulti(boolean value) Sets the value of the 'Multi' attribute.- Parameters:
- value- the new value of the 'Multi' attribute.
- See Also:
- isMulti()
 
 - 
isEmptyChoiceAllowedboolean isEmptyChoiceAllowed() Returns the value of the 'Empty Choice Allowed' attribute. Empty choice allowed- Returns:
- the value of the 'Empty Choice Allowed' attribute.
- See Also:
- setEmptyChoiceAllowed(boolean),- AefStandardPackage.getStructuredViewModel_EmptyChoiceAllowed()
 
 - 
setEmptyChoiceAllowedvoid setEmptyChoiceAllowed(boolean value) Sets the value of the 'Empty Choice Allowed' attribute.- Parameters:
- value- the new value of the 'Empty Choice Allowed' attribute.
- See Also:
- isEmptyChoiceAllowed()
 
 - 
getHeaderString getHeader() Returns the value of the 'Header' attribute. The header title.- Returns:
- the value of the 'Header' attribute.
- See Also:
- setHeader(String),- AefStandardPackage.getStructuredViewModel_Header()
 
 - 
setHeadervoid setHeader(String value) Sets the value of the 'Header' attribute.- Parameters:
- value- the new value of the 'Header' attribute.
- See Also:
- getHeader()
 
 - 
isShowLinesboolean isShowLines() Returns the value of the 'Show Lines' attribute. Show lines in view.- Returns:
- the value of the 'Show Lines' attribute.
- See Also:
- setShowLines(boolean),- AefStandardPackage.getStructuredViewModel_ShowLines()
 
 - 
setShowLinesvoid setShowLines(boolean value) Sets the value of the 'Show Lines' attribute.- Parameters:
- value- the new value of the 'Show Lines' attribute.
- See Also:
- isShowLines()
 
 - 
isBoldboolean isBold() Returns the value of the 'Bold' attribute. Show checked items with bold font.- Returns:
- the value of the 'Bold' attribute.
- See Also:
- setBold(boolean),- AefStandardPackage.getStructuredViewModel_Bold()
 
 - 
setBoldvoid setBold(boolean value) Sets the value of the 'Bold' attribute.- Parameters:
- value- the new value of the 'Bold' attribute.
- See Also:
- isBold()
 
 - 
isShowContextMenuboolean isShowContextMenu() Returns the value of the 'Show Context Menu' attribute. Show context menu in view.- Returns:
- the value of the 'Show Context Menu' attribute.
- See Also:
- setShowContextMenu(boolean),- AefStandardPackage.getStructuredViewModel_ShowContextMenu()
 
 - 
setShowContextMenuvoid setShowContextMenu(boolean value) Sets the value of the 'Show Context Menu' attribute.- Parameters:
- value- the new value of the 'Show Context Menu' attribute.
- See Also:
- isShowContextMenu()
 
 - 
getComparatorComparator<Object> getComparator() Returns the value of the 'Comparator' attribute. Comparator for view elements.- Returns:
- the value of the 'Comparator' attribute.
- See Also:
- setComparator(Comparator),- AefStandardPackage.getStructuredViewModel_Comparator()
 
 - 
setComparatorvoid setComparator(Comparator<Object> value) Sets the value of the 'Comparator' attribute.- Parameters:
- value- the new value of the 'Comparator' attribute.
- See Also:
- getComparator()
 
 
- 
 
-