Interface ToolBarViewModel
- 
- All Superinterfaces:
- ControlViewModel,- org.eclipse.emf.ecore.EObject,- IControlViewModel,- IViewModel,- org.eclipse.emf.common.notify.Notifier
 - All Known Implementing Classes:
- ToolBarViewModelImpl
 
 public interface ToolBarViewModel extends ControlViewModel A representation of the model object 'Tool Bar View Model'. The view model for ToolBarThe following features are supported: - See Also:
- DtAefPackage.getToolBarViewModel()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<ToolBarItemViewModel>getItems()Returns the value of the 'Items' containment reference list.booleanisHorizontal()Returns the value of the 'Horizontal' attribute.voidsetHorizontal(boolean value)Sets the value of the 'Horizontal' 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- 
isHorizontalboolean isHorizontal() Returns the value of the 'Horizontal' attribute. The default value is"true". The horizontal flag- Returns:
- the value of the 'Horizontal' attribute.
- See Also:
- setHorizontal(boolean),- DtAefPackage.getToolBarViewModel_Horizontal()
 
 - 
setHorizontalvoid setHorizontal(boolean value) Sets the value of the 'Horizontal' attribute.- Parameters:
- value- the new value of the 'Horizontal' attribute.
- See Also:
- isHorizontal()
 
 - 
getItemsorg.eclipse.emf.common.util.EList<ToolBarItemViewModel> getItems() Returns the value of the 'Items' containment reference list. The list contents are of typeToolBarItemViewModel. ToolBar items- Returns:
- the value of the 'Items' containment reference list.
- See Also:
- DtAefPackage.getToolBarViewModel_Items()
 
 
- 
 
-