[jboss-dev-forums] [Design of JBoss Portal] - Portlet states strategy
radzish
do-not-reply at jboss.com
Fri Jan 5 06:12:12 EST 2007
Hi All!
I have the following requirement and do not see the way how to implement it on JBoss 2.4.0.
For all the portlets within one region the following strategy must be applied:
initially portlet1 is maximazed, all the rest are minimized;
if portletX is maximized, all the rest must be minimized;
if maximazed portletX is minimized, that portletX+1 is maximized.
in other words: within all the portlets of the region, one of them must be always maximized.
I was playing with layout strategy in order to implement this functionality, but unfortunatelly StrategyResponse.addWindowStateChange takes WindowContext as parameter, not WindowLocation and I have access to window locations of other portlets only.
Maybe somebody has other ideas how to solve my problem.
thanks in advance.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3998216#3998216
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3998216
More information about the jboss-dev-forums
mailing list