- All Superinterfaces:
Accessory
,IntegerTrigger
,Member
,Trigger
@Signal(int.class) public interface SpinBox extends IntegerTrigger
A SpinBox consists of a spinable input mask for real numbers.
or
A SpinBox is disabled if maximum less or equals minimum. This occurs by default. Set at least maximum to enable SpinBox. Example:
SpinBox spinBox : method(int);
or
SpinBox spinBox : method(java.lang.Integer);
A SpinBox is disabled if maximum less or equals minimum. This occurs by default. Set at least maximum to enable SpinBox. Example:
spinBox.maximum = 100;
- Author:
- Dr. Peter Droste, Omix Visualization
-
Method Summary
Methods inherited from interface omix.lang.model.accessory.trigger.IntegerTrigger
maximum, minimum, onchange, recordEnabled, value
Methods inherited from interface omix.lang.reflect.Member
getAnnotation, getAnnotations, getAnnotationsByType, getDeclaredAnnotation, getDeclaredAnnotations, getDeclaredAnnotationsByType, getName, getNamespace, isAnnotationPresent