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

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

Methods in org.apache.jetspeed.portlets.layout that throw InvalidLayoutLocationException
 Collection ColumnLayout.getColumn(int columnNumber)
           
 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.
protected  void ColumnLayout.doMove(org.apache.jetspeed.om.page.Fragment fragment, LayoutCoordinate oldCoordinate, LayoutCoordinate newCoordinate)
          Performs the actual movement of a fragment.
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  SortedMap ColumnLayout.getColumnMap(int columnNumber)
          Retrieves this specified columnNumber as a SortedMap.
 



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