TextField Document model (original) (raw)

Tom Eugelink tbee at tbee.org
Mon Oct 22 06:28:53 PDT 2012


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