Uses of Class
com.arsdigita.portal.Portlet

Packages that use Portlet
com.arsdigita.bebop.portal User interface classes for displaying portals. 
com.arsdigita.populate.portlets   
com.arsdigita.portal Basic portal infrastructure. 
com.arsdigita.portal.apportlet   
 

Uses of Portlet in com.arsdigita.bebop.portal
 

Methods in com.arsdigita.bebop.portal that return Portlet
 Portlet PortletSelectionModel.getSelectedPortlet(PageState state)
           
 

Methods in com.arsdigita.bebop.portal with parameters of type Portlet
protected  void PortletConfigFormSection.initWidgets(PageState state, Portlet portlet)
           
protected  void PortletConfigFormSection.validateWidgets(PageState state, Portlet portlet)
           
protected  void PortletConfigFormSection.processWidgets(PageState state, Portlet portlet)
           
 

Uses of Portlet in com.arsdigita.populate.portlets
 

Methods in com.arsdigita.populate.portlets that return Portlet
 Portlet PopulatePortlet.getPortlet()
           
 Portlet AbstractPopulatePortlet.getPortlet()
           
 

Uses of Portlet in com.arsdigita.portal
 

Subclasses of Portlet in com.arsdigita.portal
 class AgentPortlet
           This Portlet class is used for creating portlets to be rendered in a sub portal.
 

Methods in com.arsdigita.portal that return Portlet
 Portlet PortletCollection.getPortlet()
          Get the current item as a Portlet domain object.
static Portlet Portlet.createPortlet(PortletType portletType, Resource parent)
           
static Portlet Portlet.createPortlet(String portletObjectType, Resource parent)
           
static Portlet Portlet.retrievePortlet(BigDecimal id)
          Retrieve a portlet given its portlet ID.
static Portlet Portlet.retrievePortlet(OID oid)
          Retrieve a portlet given its OID.
static Portlet Portlet.retrievePortlet(DataObject dataObject)
          Retrieve a portlet given its data object.
 Portlet AgentPortlet.getSuperPortlet()
           
 

Methods in com.arsdigita.portal with parameters of type Portlet
 void Portal.addPortlet(Portlet portlet, int cellNumber)
          Add a portlet to this portal or portal template.
 void Portal.swapPortletWithPrevious(Portlet portlet)
           
 void Portal.swapPortletWithNext(Portlet portlet)
           
 void Portal.movePortletToHead(Portlet portlet)
           
 void Portal.movePortletToTail(Portlet portlet)
           
static AgentPortlet AgentPortlet.createAgentPortlet(Portlet p, Resource parent, Portal portal)
           
 void AgentPortlet.setSuperPortlet(Portlet portlet)
           
 

Uses of Portlet in com.arsdigita.portal.apportlet
 

Subclasses of Portlet in com.arsdigita.portal.apportlet
 class AppPortlet
           
 

Constructors in com.arsdigita.portal.apportlet with parameters of type Portlet
TimestampCachingPortletRenderer(Portlet portlet)
           
 



Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC