Hi Isomorphic,
please see the SpinnerItem docs (12.1p (2023-04-07)):
There are min/max setters accepting Double and Integer. Only the double ones are fluent.
Then setStep() is only available as primitive double. This seems strange.
setDefaultValue() is available as Double or Integer, but again not fluent.
In general I'd think that those setters/getters should be primitive type, if there is no good reason for objects?
Best regards
Blama
please see the SpinnerItem docs (12.1p (2023-04-07)):
There are min/max setters accepting Double and Integer. Only the double ones are fluent.
Then setStep() is only available as primitive double. This seems strange.
setDefaultValue() is available as Double or Integer, but again not fluent.
In general I'd think that those setters/getters should be primitive type, if there is no good reason for objects?
Best regards
Blama
Comment