Interface SectionActionItemViewModel
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,ItemViewModel
,IViewModel
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
SectionActionItemViewModelImpl
A representation of the model object 'Section Action Item View Model'.
* Section item view model.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Tooltip' attribute.boolean
Returns the value of the 'Enabled' attribute.void
setEnabled
(boolean value) Sets the value of the 'Enabled
' attribute.void
setTooltip
(String value) Sets the value of the 'Tooltip
' 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.standard.viewModels.ItemViewModel
getIcon, getText, setIcon, setText
Methods inherited from interface com._1c.g5.aef2.viewModels.IViewModel
getEventChannel, getParent, setEventChannel, setParent
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getTooltip
String getTooltip()Returns the value of the 'Tooltip' attribute. Tooltip text.- Returns:
- the value of the 'Tooltip' attribute.
- See Also:
-
setTooltip
Sets the value of the 'Tooltip
' attribute.- Parameters:
value
- the new value of the 'Tooltip' attribute.- See Also:
-
isEnabled
boolean isEnabled()Returns the value of the 'Enabled' attribute. The default value is"true"
. Enabled state.- Returns:
- the value of the 'Enabled' attribute.
- See Also:
-
setEnabled
void setEnabled(boolean value) Sets the value of the 'Enabled
' attribute.- Parameters:
value
- the new value of the 'Enabled' attribute.- See Also:
-