--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-we...@googlegroups.com.
To unsubscribe from this group, send email to google-web-tool...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
With a ValueBox you can use the Renderer and Parser of your choice, not necessarily tied to NumberFormat. IntegerBox is simply a ValueBox<Integer> whose Renderer and Parser delegate to a NumberFormat.
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/o2-6ndcv1nAJ.
A TextBox is simply a ValueBox<String> using PassthroughRenderer and PassthroughParser, so it's simpler to simply use ValueBox with your own renderer and parser.
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/Rd_3893ci6kJ.