UI to create SQL "Where" criteria, or Container's Filter
This component allow user to filter data. You can add "where" condition to SQL-query, or set Filter in container, or write your own specific builder (hibernate criteria builder)
Install
Framework Support
Vaadin 7.3+
Install with
Release notes - Version 0.1.3
- "Not flag" in groups work correctly in CriteriaContainerFilterBuilder
- Some JavaDocs added