| Package | Description |
|---|---|
| org.apache.jetspeed.portlets.layout |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ColumnLayout.doAdd(int columnNumber,
int rowNumber,
ContentFragment fragment)
Adds a fragment at the indicated
columnNumber
and rowNumber. |
protected void |
ColumnLayout.doMove(ContentFragment fragment,
LayoutCoordinate oldCoordinate,
LayoutCoordinate newCoordinate)
Performs the actual movement of a fragment.
|
Collection<ContentFragment> |
ColumnLayout.getColumn(int columnNumber) |
protected SortedMap<Integer,ContentFragment> |
ColumnLayout.getColumnMap(int columnNumber)
Retrieves this specified
columnNumber as a
SortedMap. |
ContentFragment |
ColumnLayout.getFragmentAt(int columnNumber,
int rowNumber)
Retrieves the fragment at the specified loaction.
|
ContentFragment |
ColumnLayout.getFragmentAt(LayoutCoordinate coodinate)
Retrieves the fragment at the specified loaction.
|
Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.