RowColumnController handles a single row or column of content depending
on its setting (remember Motif ? :). Since there's a sequence to manage,
it uses only the "position" attribute of portlet to order it within the
sequence.

MultiColumnController handles a compsite layout with multiple columns, thus
it uses coordinates constraints (row and column attributes) to layout its
content. It's much closer to a grid layout except that it actually outputs
several HTML columns instead of putting each portlet into a single cell as
a grid would do.

So in summary 
RomColumnControllerAction = suitable for controller doing layout based on a 
                            single dimension (position)
MultiColumnControllerAction = suitable for controller doing layout on planar
                              coordinates (row and column coordinates)

Does that answer your question ?

--
Rapha�l Luta - [EMAIL PROTECTED]
Jakarta Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/

> -----Message d'origine-----
> De : Glenn R. Golden [mailto:[EMAIL PROTECTED]]
> Envoy� : jeudi 26 septembre 2002 16:47
> � : jetspeed-dev
> Objet : RowColumnControllerAction v.s. MultiColumnControllerAction
> 
> 
> Does anybody know the difference between these and how they are used?
> 
> Thanks.
> 
> - Glenn
> 
> ---------------------------------------------------------------------
> Glenn R. Golden    Systems Research Programmer
> School of Information             University of Michigan
> [EMAIL PROTECTED]                            734-615-1419
> ---------------------------------------------------------------------
> 
> 
> --
> To unsubscribe, e-mail:   
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: 
> <mailto:[EMAIL PROTECTED]>
> 

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to