|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LayoutEventException | |
---|---|
org.apache.jetspeed.portlets.layout |
Uses of LayoutEventException in org.apache.jetspeed.portlets.layout |
---|
Methods in org.apache.jetspeed.portlets.layout that throw LayoutEventException | |
---|---|
void |
ColumnLayout.addFragment(Fragment fragment)
Adds a fragment to the layout using fragment properties of row and column as hints on where to put
this fragment. |
protected void |
ColumnLayout.doAdd(int columnNumber,
int rowNumber,
Fragment fragment)
Adds a fragment at the indicated columnNumber
and rowNumber . |
protected void |
ColumnLayout.doMove(Fragment fragment,
LayoutCoordinate oldCoordinate,
LayoutCoordinate newCoordinate)
Performs the actual movement of a fragment. |
void |
LayoutEventListener.handleEvent(LayoutEvent event)
Invoked anytime a LayoutEvent is dispatched. |
void |
PageManagerLayoutEventListener.handleEvent(LayoutEvent event)
|
void |
ColumnLayout.moveDown(Fragment fragment)
|
void |
ColumnLayout.moveLeft(Fragment fragment)
Moves a fragment one column to the left. |
void |
ColumnLayout.moveRight(Fragment fragment)
Moves a fragment one column to the right. |
void |
ColumnLayout.moveUp(Fragment fragment)
Moves a fragment one row to the up. |
protected void |
ColumnLayout.processEvent(LayoutEvent event)
Dispatches a LayoutEvent to all LayoutEventListeners registered to this layout. |
Constructors in org.apache.jetspeed.portlets.layout that throw LayoutEventException | |
---|---|
ColumnLayout(int numberOfColumns,
java.lang.String layoutType,
java.util.Collection fragments,
java.lang.String[] columnWidths)
Same as ColumnLayout(int numberOfColumns, String layoutType) but also supplies a Collection of fragmetns to initially populate the layout with. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |