Interface AbstractSpinnerViewModel
- 
- All Superinterfaces:
- ControlViewModel,- org.eclipse.emf.ecore.EObject,- IControlViewModel,- IViewModel,- org.eclipse.emf.common.notify.Notifier
 - All Known Subinterfaces:
- NullableSpinnerViewModel,- SpinnerViewModel
 - All Known Implementing Classes:
- AbstractSpinnerViewModelImpl,- NullableSpinnerViewModelImpl,- SpinnerViewModelImpl
 
 public interface AbstractSpinnerViewModel extends ControlViewModel A representation of the model object 'Abstract Spinner View Model'. Abstract spinner control view modelThe following features are supported: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetMax()Returns the value of the 'Max' attribute.intgetMin()Returns the value of the 'Min' attribute.voidsetMax(int value)Sets the value of the 'Max' attribute.voidsetMin(int value)Sets the value of the 'Min' 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- 
getMinint getMin() Returns the value of the 'Min' attribute. Minimum value- Returns:
- the value of the 'Min' attribute.
- See Also:
- setMin(int),- AefStandardPackage.getAbstractSpinnerViewModel_Min()
 
 - 
setMinvoid setMin(int value) Sets the value of the 'Min' attribute.- Parameters:
- value- the new value of the 'Min' attribute.
- See Also:
- getMin()
 
 - 
getMaxint getMax() Returns the value of the 'Max' attribute. Maximum value- Returns:
- the value of the 'Max' attribute.
- See Also:
- setMax(int),- AefStandardPackage.getAbstractSpinnerViewModel_Max()
 
 
- 
 
-