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
 

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

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
protected  void ColumnLayout.doMove(org.apache.jetspeed.om.page.Fragment fragment, LayoutCoordinate oldCoordinate, LayoutCoordinate newCoordinate)
          Performs the actual movement of a fragment.
 org.apache.jetspeed.om.page.Fragment 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, org.apache.jetspeed.om.page.Fragment fragment, LayoutCoordinate originalCoordinate, LayoutCoordinate newCoordinate)
           
 



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