Interface CheckableLabelViewModel
- All Superinterfaces:
ControlViewModel,org.eclipse.emf.ecore.EObject,IControlViewModel,IViewModel,LabelViewModel,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
LabelExtensionViewModel
- All Known Implementing Classes:
CheckableLabelViewModelImpl,LabelExtensionViewModelImpl
A representation of the model object 'Checkable Label View Model'.
Checkable label control view model.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the value of the 'Checked' attribute.voidsetChecked(boolean value) Sets the value of the 'Checked' attribute.Methods inherited from interface com._1c.g5.aef2.standard.viewModels.ControlViewModel
getApplyValueChange, getContexts, getExternalValidationStatus, getLayoutData, getStatus, isEditable, isEnabled, setApplyValueChange, setEditable, setEnabled, setExternalValidationStatus, setLayoutData, setStatusMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface com._1c.g5.aef2.viewModels.IViewModel
getEventChannel, getParent, setEventChannel, setParentMethods inherited from interface com._1c.g5.aef2.standard.viewModels.LabelViewModel
getText, setTextMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
isChecked
boolean isChecked()Returns the value of the 'Checked' attribute. Check state.- Returns:
- the value of the 'Checked' attribute.
- See Also:
-
setChecked
void setChecked(boolean value) Sets the value of the 'Checked' attribute.- Parameters:
value- the new value of the 'Checked' attribute.- See Also:
-