- Full support for the complete Metawidget pipeline of pluggable Inspectors, InspectionResultProcessors, WidgetBuilders, WidgetProcessors and Layouts
- Support for Vaadin components including Buttons, CheckBoxes, PopupDateFields, Selects, Sliders, TextAreas and more
- Automated property binding including a simple Converter system
- Support for Vaadin layouts including FormLayout, HorizontalLayout, VerticalLayout and TabSheets
VaadinMetawidget metawidget = new VaadinMetawidget();
metawidget.setToInspect( new Person() );
pagebody.addComponent( metawidget );
metawidget.setToInspect( new Person() );
pagebody.addComponent( metawidget );
There's a full Vaadin Address Book example included in the distribution:
This release was made possible by the work of Loghman Barari. Thanks Loghman!