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
A representation of the model object 'Abstract Spinner View Model'.
Abstract spinner control view model
The following features are supported:
-
Method Summary
Methods inherited from interface com._1c.g5.aef2.standard.viewModels.ControlViewModel
getApplyValueChange, getContexts, getExternalValidationStatus, getLayoutData, getStatus, isEditable, isEnabled, setApplyValueChange, setEditable, setEnabled, setExternalValidationStatus, setLayoutData, setStatus
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface com._1c.g5.aef2.viewModels.IViewModel
getEventChannel, getParent, setEventChannel, setParent
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getMin
int getMin()Returns the value of the 'Min' attribute. Minimum value- Returns:
- the value of the 'Min' attribute.
- See Also:
-
setMin
void setMin(int value) Sets the value of the 'Min
' attribute.- Parameters:
value
- the new value of the 'Min' attribute.- See Also:
-
getMax
int getMax()Returns the value of the 'Max' attribute. Maximum value- Returns:
- the value of the 'Max' attribute.
- See Also:
-
setMax
void setMax(int value) Sets the value of the 'Max
' attribute.- Parameters:
value
- the new value of the 'Max' attribute.- See Also:
-