Version 2.2 of Metawidget, the UI Generator is now available!This release was focused on:
- Vaadin Metawidget
- Bug fixes, documentation and unit tests
As always, the best place to start is the Reference Documentation:
Your continued feedback is invaluable to us. Please download it and let us know what you think.
Is vaadin generator based on vaadin forms and datasources or something else?
ReplyDeleteVaadinMetawidget automates adding com.vaadin.ui.Components into a com.vaadin.ui.Layout (by default com.vaadin.ui.FormLayout).
ReplyDeleteThe default binding implementation does not use DataSources (I tried that but it didn't work out very well), but the implementation is pluggable.
There is a complete working example in the distribution that showcases both these things. (Vaadin Address Book).
Your feedback would be most appreciated!