|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Coordinate | |
---|---|
org.apache.jetspeed.layout | |
org.apache.jetspeed.layout.impl |
Uses of Coordinate in org.apache.jetspeed.layout |
---|
Methods in org.apache.jetspeed.layout that return Coordinate | |
---|---|
Coordinate |
PortletPlacementContext.add(Fragment fragment,
Coordinate coordinate)
Add a portlet to its managed page. |
Coordinate |
PortletPlacementContext.moveAbsolute(Fragment fragment,
Coordinate coordinate)
Move a portlet fragment to a new absolute position as specified in the Coordinate parameter. |
Coordinate |
PortletPlacementContext.moveAbsolute(Fragment fragment,
Coordinate coordinate,
boolean addFragment)
Move a portlet fragment to a new absolute position as specified in the Coordinate parameter. |
Coordinate |
PortletPlacementContext.moveDown(Fragment fragment)
Move a portlet relative to its current position DOWN one row. |
Coordinate |
PortletPlacementContext.moveLeft(Fragment fragment)
Move a portlet relative to its current position LEFT one column. |
Coordinate |
PortletPlacementContext.moveRight(Fragment fragment)
Move a portlet relative to its current position RIGHT one column. |
Coordinate |
PortletPlacementContext.moveUp(Fragment fragment)
Move a portlet relative to its current position UP one row. |
Coordinate |
PortletPlacementContext.remove(Fragment fragment)
Remove the specified fragment. |
Methods in org.apache.jetspeed.layout with parameters of type Coordinate | |
---|---|
Coordinate |
PortletPlacementContext.add(Fragment fragment,
Coordinate coordinate)
Add a portlet to its managed page. |
Fragment |
PortletPlacementContext.getFragmentAtNewCoordinate(Coordinate coordinate)
Retrieve a portlet fragment for the given coordinate. |
Fragment |
PortletPlacementContext.getFragmentAtOldCoordinate(Coordinate coordinate)
Retrieve the old portlet fragment for the given coordinate (prior to placement). |
Coordinate |
PortletPlacementContext.moveAbsolute(Fragment fragment,
Coordinate coordinate)
Move a portlet fragment to a new absolute position as specified in the Coordinate parameter. |
Coordinate |
PortletPlacementContext.moveAbsolute(Fragment fragment,
Coordinate coordinate,
boolean addFragment)
Move a portlet fragment to a new absolute position as specified in the Coordinate parameter. |
Uses of Coordinate in org.apache.jetspeed.layout.impl |
---|
Classes in org.apache.jetspeed.layout.impl that implement Coordinate | |
---|---|
class |
CoordinateImpl
CoordinateImpl |
Methods in org.apache.jetspeed.layout.impl that return Coordinate | |
---|---|
Coordinate |
PortletPlacementContextImpl.add(Fragment fragment,
Coordinate coordinate)
|
protected Coordinate |
MovePortletAction.getCoordinateFromParams(RequestContext requestContext)
|
Coordinate |
PortletPlacementContextImpl.moveAbsolute(Fragment fragment,
Coordinate newCoordinate)
|
Coordinate |
PortletPlacementContextImpl.moveAbsolute(Fragment fragment,
Coordinate newCoordinate,
boolean okToAddFragment)
|
protected Coordinate |
PortletPlacementContextImpl.moveDirection(Fragment fragment,
int deltaCol,
int deltaRow)
|
Coordinate |
PortletPlacementContextImpl.moveDown(Fragment fragment)
|
Coordinate |
PortletPlacementContextImpl.moveLeft(Fragment fragment)
|
Coordinate |
PortletPlacementContextImpl.moveRight(Fragment fragment)
|
Coordinate |
PortletPlacementContextImpl.moveUp(Fragment fragment)
|
Coordinate |
PortletPlacementContextImpl.remove(Fragment fragment)
|
Methods in org.apache.jetspeed.layout.impl with parameters of type Coordinate | |
---|---|
Coordinate |
PortletPlacementContextImpl.add(Fragment fragment,
Coordinate coordinate)
|
protected Fragment |
PortletPlacementContextImpl.getFragmentAtCoordinate(Coordinate coordinate,
boolean useOldCoordinateValues,
boolean suppressExceptions)
|
Fragment |
PortletPlacementContextImpl.getFragmentAtNewCoordinate(Coordinate coordinate)
|
Fragment |
PortletPlacementContextImpl.getFragmentAtOldCoordinate(Coordinate coordinate)
|
protected int |
PortletPlacementContextImpl.getLatestColumn(Coordinate coordinate)
|
protected int |
PortletPlacementContextImpl.getLatestRow(Coordinate coordinate)
|
Coordinate |
PortletPlacementContextImpl.moveAbsolute(Fragment fragment,
Coordinate newCoordinate)
|
Coordinate |
PortletPlacementContextImpl.moveAbsolute(Fragment fragment,
Coordinate newCoordinate,
boolean okToAddFragment)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |