Uses of Class
org.apache.jetspeed.layout.PortletPlacementException

Packages that use PortletPlacementException
org.apache.jetspeed.layout   
 

Uses of PortletPlacementException in org.apache.jetspeed.layout
 

Methods in org.apache.jetspeed.layout that throw PortletPlacementException
 Coordinate PortletPlacementContext.add(ContentFragment fragment, Coordinate coordinate)
          Add a portlet to its managed page.
 ContentFragment PortletPlacementContext.getFragmentAtNewCoordinate(Coordinate coordinate)
          Retrieve a portlet fragment for the given coordinate.
 ContentFragment PortletPlacementContext.getFragmentAtOldCoordinate(Coordinate coordinate)
          Retrieve the old portlet fragment for the given coordinate (prior to placement).
 ContentFragment PortletPlacementContext.getFragmentById(java.lang.String fragmentId)
          Retrieve a fragment by fragment id.
 int PortletPlacementContext.getNumberColumns()
          retrieve the number of columns for the managed layout.
 int PortletPlacementContext.getNumberRows(int column)
          retrieve the number of rows for the managed layout at the given column.
 Coordinate PortletPlacementContext.moveAbsolute(ContentFragment fragment, Coordinate coordinate)
          Move a portlet fragment to a new absolute position as specified in the Coordinate parameter.
 Coordinate PortletPlacementContext.moveAbsolute(ContentFragment fragment, Coordinate coordinate, boolean addFragment)
          Move a portlet fragment to a new absolute position as specified in the Coordinate parameter.
 Coordinate PortletPlacementContext.moveDown(ContentFragment fragment)
          Move a portlet relative to its current position DOWN one row.
 Coordinate PortletPlacementContext.moveLeft(ContentFragment fragment)
          Move a portlet relative to its current position LEFT one column.
 Coordinate PortletPlacementContext.moveRight(ContentFragment fragment)
          Move a portlet relative to its current position RIGHT one column.
 Coordinate PortletPlacementContext.moveUp(ContentFragment fragment)
          Move a portlet relative to its current position UP one row.
 Coordinate PortletPlacementContext.remove(ContentFragment fragment)
          Remove the specified fragment.
 



Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.