Directory

GridUtil - Vaadin Add-on Directory

Toolkit to simplify the use of the grid and adds missing features GridUtil - Vaadin Add-on Directory
This toolkil simplify the use of the grid and adds missing features - introduce a easy way to build a filterrow - add renderers that allows to display a combination of button and value within one cell (missing view/edit/delete button) - shorten the lines of code for writing StringConverter - add missing css-settings for cell alignment The GridCellFilter-Component contains filters for the following types: - String - Date - Number (checks if Integer, Long, Double...) - Objects / Enums (via ComboBox with Equals-Filter) - allows to add custom Filters and Components For detailed code-example please take a look in the github demo-application. There I've tried to structure my code so that you can understand the usage and the features...