-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Demonstrate window state handling in Vaadin portlets #27
Comments
How I as a user would want to use a window state portlet.
or or
For demo see https://github.com/vaadin/portlet-support/compare/api/27_window_state |
What is |
In that example it is the VaadinPortletInstance that is referenced with the generic For the others the interfaces basically make assumptions of the VaadinPortlet instance. |
How would the same association be expressed with the other alternatives? |
Nothing blocking having them require the portlet either e.g. |
That approach does on the other hand cause some boilerplate if there's only one portlet since you cannot omit the type parameter without getting IDE warnings about using raw types. |
Well this has been turned around as things have been progressing as we have more need to know the PortletView in the portlet instance than knowing the portlet in the view instance. |
Create a Vaadin portlet based on the draft created from #25 which demonstrates how the user can create a portlet which
The demonstration should seek to align itself with the new API draft but also seek ways to improve upon the API, to make the task as easy and clear for the potential user as possible.
The text was updated successfully, but these errors were encountered: