I have this in my uiBinder:

<e:ValueBoxEditorDecorator ui:field="importoEditor">
                                                <e:valuebox>
                                                        <g:DoubleBox />
                                                </e:valuebox>
                                        </e:ValueBoxEditorDecorator>

Declared as @UiField ValueBoxEditorDecorator<Double> importoEditor; in
my code.

It behaves correctly: "50" displays as "50.0".
Now I want to display it as "50.00", since it is a currency euro
value.

How can I set a number formatter on that field?

-- 
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-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to