
Oak::Web::Container - Superclass for all web containers

This class implements the behavior of a container, which holds another components inside it.


The content of the tag. Printed before the start_row.

Overrided to call the show method of all the components it has inside it.
Any component that define a grid_width property will cause the container to skip the next columns according to the defined value.
Show the html before the first row
Show the html before the first column in one row receives an array reference with the columns in this line
Show the html before the component in this row receives the component that will be shown in this column
Show the html after the component in this row
Show the html between columns
Show the html after the last column in one row
Show the html between rows
Show the html after the last row

use base qw(Oak::Web::Container);

Copyright (c) 2001 Daniel Ruoso <daniel@ruoso.com> All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.