Package | Description |
---|---|
org.apache.jetspeed.layout |
Modifier and Type | Method and Description |
---|---|
Coordinate |
PortletPlacementContext.add(ContentFragment fragment,
Coordinate coordinate)
Add a portlet to its managed page.
|
Coordinate |
PortletPlacementContext.moveAbsolute(ContentFragment fragment,
Coordinate coordinate)
Move a portlet fragment to a new absolute position as specified in the Coordinate parameter.
|
Coordinate |
PortletPlacementContext.moveAbsolute(ContentFragment fragment,
Coordinate coordinate,
boolean addFragment)
Move a portlet fragment to a new absolute position as specified in the Coordinate parameter.
|
Coordinate |
PortletPlacementContext.moveDown(ContentFragment fragment)
Move a portlet relative to its current position DOWN one row.
|
Coordinate |
PortletPlacementContext.moveLeft(ContentFragment fragment)
Move a portlet relative to its current position LEFT one column.
|
Coordinate |
PortletPlacementContext.moveRight(ContentFragment fragment)
Move a portlet relative to its current position RIGHT one column.
|
Coordinate |
PortletPlacementContext.moveUp(ContentFragment fragment)
Move a portlet relative to its current position UP one row.
|
Coordinate |
PortletPlacementContext.remove(ContentFragment fragment)
Remove the specified fragment.
|
Modifier and Type | Method and Description |
---|---|
Coordinate |
PortletPlacementContext.add(ContentFragment fragment,
Coordinate coordinate)
Add a portlet to its managed page.
|
ContentFragment |
PortletPlacementContext.getFragmentAtNewCoordinate(Coordinate coordinate)
Retrieve a portlet fragment for the given coordinate.
|
ContentFragment |
PortletPlacementContext.getFragmentAtOldCoordinate(Coordinate coordinate)
Retrieve the old portlet fragment for the given coordinate (prior to placement).
|
Coordinate |
PortletPlacementContext.moveAbsolute(ContentFragment fragment,
Coordinate coordinate)
Move a portlet fragment to a new absolute position as specified in the Coordinate parameter.
|
Coordinate |
PortletPlacementContext.moveAbsolute(ContentFragment fragment,
Coordinate coordinate,
boolean addFragment)
Move a portlet fragment to a new absolute position as specified in the Coordinate parameter.
|
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.