FormBuilder - tool for build form through annotations in model class
-Using annotation to build form -Simple validation -Set fields width for all form -Can build couple forms basic on single object -Can build form with relation -Disable selected fields -List and multiselect -Build any Object extends com.vaadin.ui.AbstractComponent
Extension use default vaadin itembinder to bind object
More deep documentation and help on github
Install
Framework Support
Vaadin 7.0+
Browser Independent
Install with
Release notes - Version 1.0.5
- Add new construct to class FormBuilder with param boolean called superClass. This provides creating fields from parent class.
- Fixed bug with creating InnerForm in layer deeper than 2