m-m-m / util

Mature Modular Meta-Framework
http://m-m-m.sourceforge.net
Apache License 2.0
10 stars 5 forks source link

mmm-client-ui-widget: use of input types number and range #81

Closed hohwille closed 11 years ago

hohwille commented 11 years ago

Even though still badly supported we want to migrate web/GWT port so that numeric inputs such as UiWidgetIntegerField, etc. are using HTML5 input types such as number. As an advanced challenge we want to set min and max values automatically from JSR 303 annotations (@Min, @DecimalMin, @Max, @DecimalMax) via data binding.