|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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(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(Fragment fragment,
LayoutCoordinate oldCoordinate,
LayoutCoordinate newCoordinate)
Performs the actual movement of a fragment. |
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,
Fragment fragment,
LayoutCoordinate originalCoordinate,
LayoutCoordinate newCoordinate)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||