There is the PortletState interface implemented by AbstractPortlet, which has isMinimized()
> -----Original Message----- > From: Jim Birchfield [mailto:[EMAIL PROTECTED]] > Sent: Sunday, December 02, 2001 10:51 AM > To: [EMAIL PROTECTED] > Subject: Different view for minimized and maximized views? > > > I want to show a different view when the portlet is minimized > than when it > is maximized. For instance, I am retruning rows of info, and > only want > show say the first ten whenthe portlet is minimized with a > bunch of other > protlets, but when it is maximized, I want to show a full > list, plus some > images. Is there any info in the portlet class that > indicates what state > the portlet is in? > > Thanks! > > Jim > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
