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(Fragment fragment, Coordinate coordinate)
          Add a portlet to its managed page.
 Fragment PortletPlacementContext.getFragmentAtNewCoordinate(Coordinate coordinate)
          Retrieve a portlet fragment for the given coordinate.
 Fragment PortletPlacementContext.getFragmentAtOldCoordinate(Coordinate coordinate)
          Retrieve the old portlet fragment for the given coordinate (prior to placement).
 Fragment PortletPlacementContext.getFragmentById(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(Fragment fragment, Coordinate coordinate)
          Move a portlet fragment to a new absolute position as specified in the Coordinate parameter.
 Coordinate PortletPlacementContext.moveAbsolute(Fragment fragment, Coordinate coordinate, boolean addFragment)
          Move a portlet fragment to a new absolute position as specified in the Coordinate parameter.
 Coordinate PortletPlacementContext.moveDown(Fragment fragment)
          Move a portlet relative to its current position DOWN one row.
 Coordinate PortletPlacementContext.moveLeft(Fragment fragment)
          Move a portlet relative to its current position LEFT one column.
 Coordinate PortletPlacementContext.moveRight(Fragment fragment)
          Move a portlet relative to its current position RIGHT one column.
 Coordinate PortletPlacementContext.moveUp(Fragment fragment)
          Move a portlet relative to its current position UP one row.
 Coordinate PortletPlacementContext.remove(Fragment fragment)
          Remove the specified fragment.
 



Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.