Is vaadin generator based on vaadin forms and datasources or something else?
VaadinMetawidget automates adding com.vaadin.ui.Components into a com.vaadin.ui.Layout (by default com.vaadin.ui.FormLayout).The 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!
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!