Interface LabelViewModel
-
- All Superinterfaces:
ControlViewModel
,org.eclipse.emf.ecore.EObject
,IControlViewModel
,IViewModel
,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
CheckableLabelViewModel
,ComboLabelExtensionViewModel
,ComboLabelViewModel
,LabelExtensionViewModel
,SelectableLabelViewModel
- All Known Implementing Classes:
CheckableLabelViewModelImpl
,ComboLabelExtensionViewModelImpl
,ComboLabelViewModelImpl
,LabelExtensionViewModelImpl
,LabelViewModelImpl
,SelectableLabelViewModelImpl
public interface LabelViewModel extends ControlViewModel
A representation of the model object 'Label View Model'. Label control view model.The following features are supported:
- See Also:
AefStandardPackage.getLabelViewModel()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getText()
Returns the value of the 'Text' attribute.void
setText(String value)
Sets the value of the 'Text
' attribute.-
Methods inherited from interface com._1c.g5.aef2.standard.viewModels.ControlViewModel
getApplyValueChange, getContexts, getExternalValidationStatus, getLayoutData, getStatus, isEditable, isEnabled, setApplyValueChange, setEditable, setEnabled, setExternalValidationStatus, setLayoutData, setStatus
-
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
-
getText
String getText()
Returns the value of the 'Text' attribute. Label text.- Returns:
- the value of the 'Text' attribute.
- See Also:
setText(String)
,AefStandardPackage.getLabelViewModel_Text()
-
-