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

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

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

Methods in org.apache.jetspeed.portlets.layout that throw FragmentNotInLayoutException
 LayoutCoordinate ColumnLayout.getCoordinate(org.apache.jetspeed.om.page.Fragment fragment)
           
 void ColumnLayout.moveDown(org.apache.jetspeed.om.page.Fragment fragment)
           
 void ColumnLayout.moveLeft(org.apache.jetspeed.om.page.Fragment fragment)
          Moves a fragment one column to the left.
 void ColumnLayout.moveRight(org.apache.jetspeed.om.page.Fragment fragment)
          Moves a fragment one column to the right.
 void ColumnLayout.moveUp(org.apache.jetspeed.om.page.Fragment fragment)
          Moves a fragment one row to the up.
 



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