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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getTitle()
Returns the value of the 'Title' attribute.void
setTitle(String value)
Sets the value of the 'Title
' attribute.-
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
-
-
-
-
Method Detail
-
getTitle
String 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()
-
setTitle
void setTitle(String value)
Sets the value of the 'Title
' attribute.- Parameters:
value
- the new value of the 'Title' attribute.- See Also:
getTitle()
-
-