vaadin
Here are 654 public repositories matching this topic...
-
Updated
Jul 1, 2020 - Java
-
Updated
Dec 14, 2020 - JavaScript
-
Updated
Dec 14, 2020 - JavaScript
For use cases of conditional cell content, it would be helpful to render empty Div in ComponentRenderer and IconRenderer when given null value.
This is request for convenience and improved DX. It is possible to give empty Div already now as a component.
-
Updated
Dec 14, 2020 - Java
-
Updated
Dec 16, 2020 - Java
The reinitializeSession is a helper that the application can use to change the user's session id in order to protect against session fixation attacks. It works by extracting all contents of the old session, invalidating it and then populating the original content into a new session.
This whole procedure is redundant as of Servlet 3.1 which introduced the servletRequest.changeSessionId() met
-
Updated
Oct 26, 2018 - Java
-
Updated
Dec 14, 2020 - Java
-
Updated
Dec 15, 2020 - JavaScript
-
Updated
Dec 16, 2020 - Java
-
Updated
Dec 15, 2020 - JavaScript
-
Updated
Dec 13, 2020 - Java
-
Updated
Dec 15, 2020 - JavaScript
The following methods/functionality need to be tested:
- Test that
findById()successfully returns the correctCustomShelfwhen a valid ID is passed in - A null pointer exception is thrown if a null
CustomShelfis pased intodelete() - A custom shelf can be successfully deleted
findAll()gets all custom shelvesfindAll(String shelfName)returns a list of all custom shelves if
-
Updated
Dec 8, 2020 - Kotlin
-
Updated
Mar 3, 2020 - Java
-
Updated
Dec 2, 2020 - HTML
-
Updated
Apr 6, 2018 - Java
-
Updated
Feb 14, 2019 - JavaScript
-
Updated
Dec 15, 2020 - Java
-
Updated
Dec 11, 2020 - Java
Minor adjustment: when creating a SplitLayout, the only constructor overloads are for no parameters or primary/secondary Component. It would make sense to have a constructor that takes Orientation as well (there used to be separate Horizontal and VerticalSplitLayout components).
-
Updated
Dec 6, 2019 - CSS
Improve this page
Add a description, image, and links to the vaadin topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the vaadin topic, visit your repo's landing page and select "manage topics."
Vaadin Framework version: 8, all versions
There is a major error in the class com.vaadin.server.VaadinSession (and possibly other classes too, if this is some kind of cargo cult programming in the Vaadin team)
Most public methods in the class use assertions to "check" if the session has the lock. This is fundamentally wrong. Assertions are the wrong tool to check preconditions in public meth