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

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

Methods in org.apache.jetspeed.portlets.layout that throw LayoutEventException
 void ColumnLayout.addFragment(org.apache.jetspeed.om.page.Fragment fragment)
           Adds a fragment to the layout using fragment properties of row and column as hints on where to put this fragment.
 void ColumnLayout.moveRight(org.apache.jetspeed.om.page.Fragment fragment)
          Moves a fragment one column to the right.
 void ColumnLayout.moveLeft(org.apache.jetspeed.om.page.Fragment fragment)
          Moves a fragment one column to the left.
 void ColumnLayout.moveUp(org.apache.jetspeed.om.page.Fragment fragment)
          Moves a fragment one row to the up.
 void ColumnLayout.moveDown(org.apache.jetspeed.om.page.Fragment fragment)
           
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  void ColumnLayout.processEvent(LayoutEvent event)
          Dispatches a LayoutEvent to all LayoutEventListeners registered to this layout.
 void PageManagerLayoutEventListener.handleEvent(LayoutEvent event)
           
 void LayoutEventListener.handleEvent(LayoutEvent event)
          Invoked anytime a LayoutEvent is dispatched.
 

Constructors in org.apache.jetspeed.portlets.layout that throw LayoutEventException
ColumnLayout(int numberOfColumns, String layoutType, Collection fragments, String[] columnWidthes)
          Same as ColumnLayout(int numberOfColumns, String layoutType) but also supplies a Collection of fragmetns to initially populate the layout with.
 



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