Interface RadioGroupViewModel
- 
- All Superinterfaces:
- ControlViewModel,- org.eclipse.emf.ecore.EObject,- IControlViewModel,- IViewModel,- org.eclipse.emf.common.notify.Notifier
 - All Known Implementing Classes:
- RadioGroupViewModelImpl
 
 public interface RadioGroupViewModel extends ControlViewModel A representation of the model object 'Radio Group View Model'. Radio group control view model.The following features are supported: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<RadioGroupItemViewModel>getItems()Returns the value of the 'Items' containment reference list.RadioGroupItemViewModelgetSelectedItem()Returns the value of the 'Selected Item' reference.StringgetText()Returns the value of the 'Text' attribute.voidsetSelectedItem(RadioGroupItemViewModel value)Sets the value of the 'Selected Item' reference.voidsetText(String value)Sets the value of the 'Text' attribute.- 
Methods inherited from interface com._1c.g5.aef2.standard.viewModels.ControlViewModelgetApplyValueChange, getContexts, getExternalValidationStatus, getLayoutData, getStatus, isEditable, isEnabled, setApplyValueChange, setEditable, setEnabled, setExternalValidationStatus, setLayoutData, setStatus
 - 
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.viewModels.IViewModelgetEventChannel, getParent, setEventChannel, setParent
 
- 
 
- 
- 
- 
Method Detail- 
getTextString getText() Returns the value of the 'Text' attribute. The radio group text- Returns:
- the value of the 'Text' attribute.
- See Also:
- setText(String),- ApplicationEditorAefPackage.getRadioGroupViewModel_Text()
 
 - 
setTextvoid setText(String value) Sets the value of the 'Text' attribute.- Parameters:
- value- the new value of the 'Text' attribute.
- See Also:
- getText()
 
 - 
getItemsorg.eclipse.emf.common.util.EList<RadioGroupItemViewModel> getItems() Returns the value of the 'Items' containment reference list. The list contents are of typeRadioGroupItemViewModel. Radio items.- Returns:
- the value of the 'Items' containment reference list.
- See Also:
- ApplicationEditorAefPackage.getRadioGroupViewModel_Items()
 
 - 
getSelectedItemRadioGroupItemViewModel getSelectedItem() Returns the value of the 'Selected Item' reference. Selected radio item ornullif nothing is selected.- Returns:
- the value of the 'Selected Item' reference.
- See Also:
- setSelectedItem(RadioGroupItemViewModel),- ApplicationEditorAefPackage.getRadioGroupViewModel_SelectedItem()
 
 - 
setSelectedItemvoid setSelectedItem(RadioGroupItemViewModel value) Sets the value of the 'Selected Item' reference.- Parameters:
- value- the new value of the 'Selected Item' reference.
- See Also:
- getSelectedItem()
 
 
- 
 
-