jmix-framework / jmix-docs

Documentation for Jmix framework
https://www.jmix.io
Creative Commons Attribution 4.0 International
18 stars 43 forks source link

Add description to all events #778

Open gmmars opened 3 months ago

gmmars commented 3 months ago

It should be clear for any reader when the corresponding event occur. For example, FileUploadFinishedEvent io.jmix.flowui.kit.component.upload.event.FileUploadFinishedEvent is fired when FinishedEvent of Upload is occurred. The description repeats the “question”. It is not clear from the description at what conditions the particular event occurs.

Vaadin provides more detailed description - “FinishedEvent is sent when the upload receives a file, regardless of whether the reception was successful or failed”.

It is very important to provide Jmix users with detailed description without forcing them to search for the information on external resources.