Interface NullableSpinnerViewModel
- 
- All Superinterfaces:
- AbstractSpinnerViewModel,- ControlViewModel,- org.eclipse.emf.ecore.EObject,- IControlViewModel,- IViewModel,- org.eclipse.emf.common.notify.Notifier
 - All Known Implementing Classes:
- NullableSpinnerViewModelImpl
 
 public interface NullableSpinnerViewModel extends AbstractSpinnerViewModel A representation of the model object 'Nullable Spinner View Model'. Nullable spinner control view modelThe following features are supported: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description IntegergetValue()Returns the value of the 'Value' attribute.voidsetValue(Integer value)Sets the value of the 'Value' attribute.- 
Methods inherited from interface com._1c.g5.aef2.standard.viewModels.AbstractSpinnerViewModelgetMax, getMin, setMax, setMin
 - 
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- 
getValueInteger getValue() Returns the value of the 'Value' attribute.- Returns:
- the value of the 'Value' attribute.
- See Also:
- setValue(Integer),- DtAefPackage.getNullableSpinnerViewModel_Value()
 
 - 
setValuevoid setValue(Integer value) Sets the value of the 'Value' attribute.- Parameters:
- value- the new value of the 'Value' attribute.
- See Also:
- getValue()
 
 
- 
 
-