ColumnLayout
is the model used to support any 1 to n column-based layout. ColumnLayout
is constrained by a number columns that will not be exceeded, even if a fragment specifies a column outside of this constraint. Any fragment exceeded the specified column constraint will be deposited into the right-most column.
null
.When any move*() method is invoked and a portlet is actually moved (see indvidual methods for what causes these circumstances), an initial LayoutEvent is dispatched. This may cause a cascade of LayoutEvents to be fired in turn if the movement of the target fragment cause other fragments to be repositioned. In this case a LayoutEvent is dispatched for each portlet moved, which in turn may our may not cause another LayoutEvent to be fired.
@see org.apache.jetspeed.portlets.layout.LayoutEvent @see org.apache.jetspeed.portlets.layout.LayoutEventListener @see org.apache.jetspeed.portlets.layout.LayoutCoordinate @see org.apache.jetspeed.om.page.Fragment @author
|
|