Interface AbstractDoubleSpinnerViewModel
-
- All Superinterfaces:
ControlViewModel
,org.eclipse.emf.ecore.EObject
,IControlViewModel
,IViewModel
,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
DoubleSpinnerViewModel
- All Known Implementing Classes:
AbstractDoubleSpinnerViewModelImpl
,DoubleSpinnerViewModelImpl
public interface AbstractDoubleSpinnerViewModel extends ControlViewModel
A representation of the model object 'Abstract Double Spinner View Model'. Abstract spinner control view model for doubleThe following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getMax()
Returns the value of the 'Max' attribute.double
getMin()
Returns the value of the 'Min' attribute.void
setMax(double value)
Sets the value of the 'Max
' attribute.void
setMin(double value)
Sets the value of the 'Min
' attribute.-
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
-
-
-
-
Method Detail
-
getMin
double getMin()
Returns the value of the 'Min' attribute. Minimum value- Returns:
- the value of the 'Min' attribute.
- See Also:
setMin(double)
,AefStandardPackage.getAbstractDoubleSpinnerViewModel_Min()
-
setMin
void setMin(double value)
Sets the value of the 'Min
' attribute.- Parameters:
value
- the new value of the 'Min' attribute.- See Also:
getMin()
-
getMax
double getMax()
Returns the value of the 'Max' attribute. Maximum value- Returns:
- the value of the 'Max' attribute.
- See Also:
setMax(double)
,AefStandardPackage.getAbstractDoubleSpinnerViewModel_Max()
-
-