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

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

Fields in org.apache.jetspeed.portlets.layout declared as LayoutCoordinate
private  LayoutCoordinate LayoutEvent.originalCoordinate
           
private  LayoutCoordinate LayoutEvent.newCoordinate
           
 

Methods in org.apache.jetspeed.portlets.layout that return LayoutCoordinate
 LayoutCoordinate ColumnLayout.getCoordinate(org.apache.jetspeed.om.page.Fragment fragment)
           
 LayoutCoordinate LayoutEvent.getNewCoordinate()
          Returns the new/current coordinate of the Fragment targeted by this event.
 LayoutCoordinate LayoutEvent.getOriginalCoordinate()
          Returns the original (prior to the event) coordinate of the Fragment targeted by this event.
 

Methods in org.apache.jetspeed.portlets.layout with parameters of type LayoutCoordinate
 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.
 

Constructors in org.apache.jetspeed.portlets.layout with parameters of type LayoutCoordinate
LayoutEvent(int eventType, org.apache.jetspeed.om.page.Fragment fragment, LayoutCoordinate originalCoordinate, LayoutCoordinate newCoordinate)
           
InvalidLayoutLocationException(LayoutCoordinate coordinate)
           
 



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