TextField Document model
steve.x.northover at oracle.com
steve.x.northover at oracle.com
Mon Oct 22 06:40:26 PDT 2012
.. like I said, a TextField that validated using a RegEx would not be a
replacement for Date/Time etc. validation classes.
On 22/10/2012 9:28 AM, Tom Eugelink wrote:
> With regexp there may be problems with internationalization; some
> write the month at the front, some in between, etc. So you need a
> place where that locale derived information is stored anyhow, why not
> just do the whole text parsing in there? (aka formatters)
>
> Tom
>
>
>
> On 2012-10-22 15:21, steve.x.northover at oracle.com wrote:
>> Another idea is to have a TextField that validates using a RegEx. I
>> expect that this would augment (not replace) the need for specific
>> Date/Time validation classes etc.
>>
>> Steve
>
More information about the openjfx-dev
mailing list