Interface TabItemViewModel
- 
- All Superinterfaces:
- org.eclipse.emf.ecore.EObject,- IViewModel,- org.eclipse.emf.common.notify.Notifier
 - All Known Implementing Classes:
- TabItemViewModelImpl
 
 public interface TabItemViewModel extends IViewModel A representation of the model object 'Tab Item View Model'. The tab item view modelThe following features are supported: - See Also:
- DtAefPackage.getTabItemViewModel()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetTitle()Returns the value of the 'Title' attribute.voidsetTitle(String value)Sets the value of the 'Title' attribute.- 
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- 
getTitleString getTitle() Returns the value of the 'Title' attribute. The default value is"". The title- Returns:
- the value of the 'Title' attribute.
- See Also:
- setTitle(String),- DtAefPackage.getTabItemViewModel_Title()
 
 - 
setTitlevoid setTitle(String value) Sets the value of the 'Title' attribute.- Parameters:
- value- the new value of the 'Title' attribute.
- See Also:
- getTitle()
 
 
- 
 
-