Serialized Form


Package org.apache.jetspeed.portlets.layout

Class org.apache.jetspeed.portlets.layout.ColumnLayout extends Object implements Serializable

Serialized Fields

numberOfColumns

int numberOfColumns
Constrains the columns for this layout


columns

SortedMap columns
SortedMap of Columns (which are also sorted maps


columnWidthes

String[] columnWidthes
Width settings for eacah column


layoutType

String layoutType
The type of layout this is, required for extract row/column properties from a fragment.


nextRowNumber

int[] nextRowNumber
Efficent way to always be aware of the next available row in a column


coordinates

Map coordinates
maps Fragments (key) to it's current LayoutCoordinate (value) in this layout


eventListeners

List eventListeners
All of the LayoutEventListeners registered to this layout

Class org.apache.jetspeed.portlets.layout.EmptyLayoutLocationException extends LayoutException implements Serializable

Class org.apache.jetspeed.portlets.layout.FragmentNotInLayoutException extends LayoutException implements Serializable

Class org.apache.jetspeed.portlets.layout.InvalidLayoutLocationException extends LayoutException implements Serializable

Class org.apache.jetspeed.portlets.layout.LayoutCoordinate extends Object implements Serializable

Serialized Fields

x

int x

y

int y

Class org.apache.jetspeed.portlets.layout.LayoutError extends Error implements Serializable

Class org.apache.jetspeed.portlets.layout.LayoutEventException extends LayoutException implements Serializable

Class org.apache.jetspeed.portlets.layout.LayoutException extends org.apache.jetspeed.exception.JetspeedException implements Serializable



Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.