The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

IWL::Table::Cell - a cell widget for a table

INHERITANCE

IWL::Object -> IWL::Widget -> IWL::Table::Cell

DESCRIPTION

The Cell widget provides a cell for IWL::Table. It shouldn't be used standalone.

CONSTRUCTOR

IWL::Table::Cell->new ([%ARGS])

Where %ARGS is an optional hash parameter with with key-values corresponding to the attributes that a regular <td> and <th> markup would have, and also: type - "header" or regular if unspecified.

LICENCE AND COPYRIGHT

Copyright (c) 2006-2007 Viktor Kojouharov. All rights reserved.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perldoc perlartistic.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.