You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There should be API for setting the portlet WindowState from the server.
The API should be easy to use from the portlet view component.
If portlet is in 3.0 mode the window state should be set through the PortletHub,
for 2.0 portlets we should have a fallback to use ActionURL or RenderURL with window state information.
For both 2.0 and 3.0 mode the server should probably implement and handle public void processAction(ActionRequest request, ActionResponse response)
Acceptance criteria
There is an api to set the current WindowState (suggestion setWindowState(WindowState))
The text was updated successfully, but these errors were encountered:
There should be API for setting the portlet WindowState from the server.
The API should be easy to use from the portlet view component.
If portlet is in 3.0 mode the window state should be set through the PortletHub,
for 2.0 portlets we should have a fallback to use ActionURL or RenderURL with window state information.
For both 2.0 and 3.0 mode the server should probably implement and handle
public void processAction(ActionRequest request, ActionResponse response)
Acceptance criteria
setWindowState(WindowState)
)The text was updated successfully, but these errors were encountered: