Interface RadioGroupItemViewModel
- 
- All Superinterfaces:
- org.eclipse.emf.ecore.EObject,- ItemViewModel,- IViewModel,- org.eclipse.emf.common.notify.Notifier
 - All Known Implementing Classes:
- RadioGroupItemViewModelImpl
 
 public interface RadioGroupItemViewModel extends ItemViewModel A representation of the model object 'Radio Group Item View Model'. Radio item view model.The following features are supported: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDescription()Returns the value of the 'Description' attribute.booleanisEnabled()Returns the value of the 'Enabled' attribute.voidsetDescription(String value)Sets the value of the 'Description' attribute.voidsetEnabled(boolean value)Sets the value of the 'Enabled' 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.standard.viewModels.ItemViewModelgetIcon, getText, setIcon, setText
 - 
Methods inherited from interface com._1c.g5.aef2.viewModels.IViewModelgetEventChannel, getParent, setEventChannel, setParent
 
- 
 
- 
- 
- 
Method Detail- 
getDescriptionString getDescription() Returns the value of the 'Description' attribute.- Returns:
- the value of the 'Description' attribute.
- See Also:
- setDescription(String),- ApplicationEditorAefPackage.getRadioGroupItemViewModel_Description()
 
 - 
setDescriptionvoid setDescription(String value) Sets the value of the 'Description' attribute.- Parameters:
- value- the new value of the 'Description' attribute.
- See Also:
- getDescription()
 
 - 
isEnabledboolean isEnabled() Returns the value of the 'Enabled' attribute. The default value is"true". The item enablement state- Returns:
- the value of the 'Enabled' attribute.
- See Also:
- setEnabled(boolean),- ApplicationEditorAefPackage.getRadioGroupItemViewModel_Enabled()
 
 - 
setEnabledvoid setEnabled(boolean value) Sets the value of the 'Enabled' attribute.- Parameters:
- value- the new value of the 'Enabled' attribute.
- See Also:
- isEnabled()
 
 
- 
 
-