| Package | Description |
|---|---|
| org.apache.jetspeed.portlets.layout |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
InvalidLayoutLocationException(LayoutCoordinate coordinate) |
LayoutEvent(int eventType,
ContentFragment fragment,
LayoutCoordinate originalCoordinate,
LayoutCoordinate newCoordinate) |
Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.