Interface SpinnerViewModel
-
- All Superinterfaces:
AbstractSpinnerViewModel
,ControlViewModel
,org.eclipse.emf.ecore.EObject
,IControlViewModel
,IViewModel
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
SpinnerViewModelImpl
public interface SpinnerViewModel extends AbstractSpinnerViewModel
A representation of the model object 'Spinner View Model'. Spinner control view modelThe following features are supported:
- See Also:
AefStandardPackage.getSpinnerViewModel()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getValue()
Returns the value of the 'Value' attribute.void
setValue(int value)
Sets the value of the 'Value
' attribute.-
Methods inherited from interface com._1c.g5.aef2.standard.viewModels.AbstractSpinnerViewModel
getMax, getMin, setMax, setMin
-
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
-
getValue
int getValue()
Returns the value of the 'Value' attribute. Value- Returns:
- the value of the 'Value' attribute.
- See Also:
setValue(int)
,AefStandardPackage.getSpinnerViewModel_Value()
-
setValue
void setValue(int value)
Sets the value of the 'Value
' attribute.- Parameters:
value
- the new value of the 'Value' attribute.- See Also:
getValue()
-
-