Release Notes - 1.0
1.0.2-funcrel
Other Updates
| Details |
|---|
| Minor update to remove unnecessary files and libraries. |
1.0.1-funcrel
Other Updates
| Details |
|---|
| Added support for Jakarta EE 9.0+. |
1.0.0-funcrel
Other Updates
| Details |
|---|
| This update corrects erroneous link types that were previously created between methods of anonymous classes/java methods to Vaadin external API methods. |
| This update fixes missing links between methods of anonymous classes/java methods to Vaadin external API methods. |
1.0.0-beta1
Other Updates
| Details |
|---|
| Enhance support of addClickListener and Button for Vaadin |
| Enhance support of addClickListener and Button for Vaadin Flow |
| Enhance support of addFocusListener and addBlurListener for Vaadin Flow |
| Enhance support of addFocusListener and addBlurListener for Vaadin |
New Support
| Summary | Details |
|---|---|
| Support for addValueChangeListener | Creation of new objects “Vaadin Event Handler” via callback on value change listener (on generic component). |
| Support of Checkbox (Vaadin & Vaadin Flow) | Creation of new objects “Vaadin Event Handler” via callback on value change, focus and blur listener for Checkboxes (Vaadin & Vaadin Flow). |
| Support ComboBox (Vaadin) | Creation of new objects “Vaadin Event Handler” via callback on value change, focus and blur listener for ComboBoxes (Vaadin). |
| Support ComboBox (Vaadin Flow) | Creation of new objects “Vaadin Event Handler” via callback on value change, focus and blur listener for ComboBoxes (Vaadin Flow). |
1.0.0-alpha2
Other Updates
| Details |
|---|
| The extension will now only create Vaadin Views for the top most layouts and not for sub-layouts. |
| Introduction of new object Method of Anonymous Class for overrided method of external class instantiated anonymously. |
| Support added for the annotations @addListener and @addListeners from the custom Vaadin fork ’themis.fmk.ihm'. |
New Support
| Summary | Details |
|---|---|
| Support listener declared with overriden Method of API class instantiated Anonymously | Creation of link from Vaadin Event Handler to new object Method of Anonymous Class |
| Support class instantiation for listener | Creation of link from Vaadin Event Handler to override “action” method.(example: method ButtonClick for class Button) |
| Support for regular method call for listener | Creation of link from Vaadin Event Handler to return statement of these methods. |
1.0.0-alpha1
Note
Initial release of this extension.
New Support
| Summary | Details |
|---|---|
| Support of Vaadin View | Creation of new objects “Vaadin View” via class inheriting from Vaadin Views API class |
| Support of Vaadin Flow View | Creation of new objects “Vaadin View” via class annotated with Vaadin annotation @Route |
| Support of Vaadin Button Click Listener | Creation of new objects “Vaadin Event Handler” via callback on button click listener. |
| Support of Vaadin Flow Button Click Listener | Creation of new objects “Vaadin Event Handler” via callback on button click listener |
| Support of addFocusListener from Vaadin and Vaadin Flow | Creation of new objects “Vaadin Event Handler” via callback on addFocusListener |
| Support of addBlurListener from Vaadin and Vaadin Flow | Creation of new objects “Vaadin Event Handler” via callback on addBlurListener |
| Linking protocol from View to Event Handler (Vaadin) | Creation of callLink between Vaadin (Flow) View and Vaadin Event Handler |
| Linking protocol from Vaadin Event Handler to Java | Creation of callLink between Vaadin Event Handler and Java objects responsible of handling the event |