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

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

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

Methods in org.apache.jetspeed.portlets.layout that return LayoutCoordinate
 LayoutCoordinate ColumnLayout.getCoordinate(ContentFragment 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
protected  void ColumnLayout.doMove(ContentFragment fragment, LayoutCoordinate oldCoordinate, LayoutCoordinate newCoordinate)
          Performs the actual movement of a fragment.
 ContentFragment ColumnLayout.getFragmentAt(LayoutCoordinate coodinate)
          Retrieves the fragment at the specified loaction.
 

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



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