Uses of Class
org.apache.jetspeed.portlets.layout.InvalidLayoutLocationException

Packages that use InvalidLayoutLocationException
org.apache.jetspeed.portlets.layout   
 

Uses of InvalidLayoutLocationException in org.apache.jetspeed.portlets.layout
 

Methods in org.apache.jetspeed.portlets.layout that throw InvalidLayoutLocationException
protected  void ColumnLayout.doAdd(int columnNumber, int rowNumber, org.apache.jetspeed.om.page.Fragment fragment)
          Adds a fragment at the indicated columnNumber and rowNumber.
protected  void ColumnLayout.doMove(org.apache.jetspeed.om.page.Fragment fragment, LayoutCoordinate oldCoordinate, LayoutCoordinate newCoordinate)
          Performs the actual movement of a fragment.
 Collection ColumnLayout.getColumn(int columnNumber)
           
protected  SortedMap ColumnLayout.getColumnMap(int columnNumber)
          Retrieves this specified columnNumber as a SortedMap.
 org.apache.jetspeed.om.page.Fragment ColumnLayout.getFragmentAt(int columnNumber, int rowNumber)
          Retrieves the fragment at the specified loaction.
 org.apache.jetspeed.om.page.Fragment ColumnLayout.getFragmentAt(LayoutCoordinate coodinate)
          Retrieves the fragment at the specified loaction.
 



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