Uses of Interface
org.apache.jetspeed.layout.Coordinate

Packages that use Coordinate
org.apache.jetspeed.layout   
 

Uses of Coordinate in org.apache.jetspeed.layout
 

Methods in org.apache.jetspeed.layout that return Coordinate
 Coordinate PortletPlacementContext.add(Fragment fragment, Coordinate coordinate)
          Add a portlet to its managed page.
 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.
 

Methods in org.apache.jetspeed.layout with parameters of type Coordinate
 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).
 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.
 



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