spinner component
Tom Eugelink
tbee at tbee.org
Mon Dec 26 00:18:42 PST 2011
Ok, I've added "editable" to the JFXtras code, which checks with the data provider is the entered value is within the domain. Not sure yet how to best handle an error situation there. Need to find out how other controls do that.
Also created a jfxtras.util.StringConverterFactory, so there is a place to put common converters (for string, integers, etc).
Added step size to the integer ranges in the data provider factory. Basically step size is "index * stepsize" (was no biggy), this way the spinner always does steps of 1, only the conversion to value changes (in the end the experience is identical).
On 2011-12-23 00:46, Jonathan Giles wrote:
> We've just made available the UX specs for Date Picker and Spinner here:
> http://openjdk.java.net/projects/openjfx/ux/index.html
>
> -- Jonathan
>
More information about the openjfx-dev
mailing list