Thanks for the reply. Can I use NumberFormat for this? if so, how would the pattern? regards
2012/2/13 Ashwin Desikan <[email protected]> > You can use IntergerBox or if using editor framework use > ValueBoxEdiyorDecorator<Integer> > > I don't think you can display in the format u want using the above > options. > > Have you tried using a regular textbox And converting your integer to a > string in whatever format before displaying on screen? > > ~Ashwin > > Sent from my iPhone > > On Feb 14, 2012, at 12:14 AM, Fabricio Pizzichillo <[email protected]> > wrote: > > Hello friends. > I need to implement a TextBox that can be assigned an Integer and it shows > in this format "7732137/6" > > Can you help? > > regards > > Fabricio > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
