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, Fragment fragment)
          Adds a fragment at the indicated columnNumber and rowNumber.
protected  void ColumnLayout.doMove(Fragment fragment, LayoutCoordinate oldCoordinate, LayoutCoordinate newCoordinate)
          Performs the actual movement of a fragment.
 java.util.Collection ColumnLayout.getColumn(int columnNumber)
           
protected  java.util.SortedMap ColumnLayout.getColumnMap(int columnNumber)
          Retrieves this specified columnNumber as a SortedMap.
 Fragment ColumnLayout.getFragmentAt(int columnNumber, int rowNumber)
          Retrieves the fragment at the specified loaction.
 Fragment ColumnLayout.getFragmentAt(LayoutCoordinate coodinate)
          Retrieves the fragment at the specified loaction.
 



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