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



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