gwt /
gwt /
822e0e286d41b3f3b71b70b6f23c7715c7665a3e This patch:
- reuses editors in every IsEditor widget (issue 5479)
- adds a ValueLabel widget, and DateLabel and NumberLabel subclasses
(issue 5507), introduces a NumberFormatRenderer (similar to the
existing DateTimeFormatRenderer) for use in NumberLabel (this one is
a paraterized class to make it usable with Editors:
NumberLabel<Double>, NumberLabel<Integer>, etc.)
- makes ToggleButton an IsEditor<LeafValueEditor<Boolean>> (issue
5571)
- makes SimpleCheckBox a TakesValue<Boolean> and
IsEditor<LeafValueEditor<Boolean>> to put it on par with CheckBox
- makes Hidden implement TakesValue<String> and
IsEditor<LeafValueEditor<String>>, which makes it usable with editors
*and* FormPanel (SimpleEditor is OK if you're not using FormPanel)
Public review at http://gwt-code-reviews.appspot.com/1099801/show
Patch by: tbroyer
Review by: rjrjr, jat
git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@9297 8db76d5a-ed1c-0410-87a9-c151d255dfc7
32 files changed