Directory

Enhanced Crud - Vaadin Add-on Directory

Enhanced CRUD offers read only mode, canceling save and access to Editor buttons Enhanced Crud - Vaadin Add-on Directory
Enhanced CRUD is an improved version of the Vaadin CRUD component. The most notable differences are ## Features - Toolbar footer can be hidden - There is read only mode, where Editor dialog has only the close button and data cannot be edited - A new PreSaveEvent is triggered before bean is committed, so that fully customized saving logic is possible to be added. - Cancel save. You can do additional validation in save listener and cancel if needed. Then edits are reverted. - Access to Editor dialog buttons. Button captions can be changed, buttons can be hidden. - Possible to disable confirm dialog on cancel actions ## Fixes - event.getItem() returns new item if opened with new item, https://github.com/vaadin/vaadin-crud-flow/issues/204 - Possible NPE: "Cannot provide an id for null item.", https://github.com/vaadin/vaadin-crud-flow/pull/216 This component requires Vaadin 14+ and npm mode. Compatibility mode not supported. Material theme is not supported. ### Vaadin 23 There is no version planned for Vaadin 23. Important features from this add-on has been integrated to CRUD component of Vaadin 23 instead. ### Vaadin Pro This component is available in the Vaadin Pro subscription. It is still open source, but you need to have a valid VCL license in order to use it. Read more at: [Pricing](https://vaadin.com/pricing) ### Sponsored development Major pieces of development of this add-on has been sponsored by customers of Vaadin. Read more about Expert on Demand at: [Support](https://vaadin.com/support) and [Pricing](https://vaadin.com/pricing)

Enhanced Crud version 1.0.1
### Version 1.0.1 - Fix release

Enhanced Crud version 1.0.2
### - Fixing scroll bar issue in Dialog ( see: https://github.com/vaadin/vaadin-crud-flow/issues/185 )

Enhanced Crud version 1.0.3
### Version 1.0.3 - Fixed the delete button not being disabled when using new item

Enhanced Crud version 1.1.0
### Version 1.1.0 - Added PreSaveEvent and addPreSaveListener(..)

Enhanced Crud version 1.1.1
### Version 1.1.1 - Fixing Edit dialog title issue (see Crud #190)

Enhanced Crud version 1.1.2
### Version 1.1.2 - Fixing delete button visibility and readOnly mode button visibility logic

Enhanced Crud version 1.1.3
### Version 1.1.3 - Fix hidden delete button appearing on display when using crud.edit(..) to open the editor.

Enhanced Crud version 1.1.4
### Version 1.1.4 - Fixing disabled delete button appearing after saving new item

Enhanced Crud version 1.1.5
### Version 1.1.5 - Fixed getItem() to return item in NewItem, see https://github.com/vaadin/vaadin-crud-flow/issues/204

Enhanced Crud version 1.1.6
### Version 1.1.6 - Fix possible NPE: "Cannot provide an id for null item.", see also https://github.com/vaadin/vaadin-crud-flow/pull/216

Enhanced Crud version 1.1.7
### Version 1.1.7 - Fix Binder required validation issue (see: https://github.com/vaadin/vaadin-crud-flow/issues/214 )

Enhanced Crud version 1.1.8
### Version 1.1.8 - Fix issue of Cancel event not dispatched when closing editor via Esc or clicking out.

Enhanced Crud version 1.2.0
### Version 1.2.0 - Added option to disable the confirm dialog on cancel actions

Enhanced Crud version 1.3.0
### Version 1.3.0 - Fixed issues with Vaadin 14.9.2+ - Web component prefix has been changed from vaadin-* to vcf-*, to allow mixed use with normal Vaadin Crud.