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

NAME

IWL::Table::Row - a row widget

INHERITANCE

IWL::Error -> IWL::Object -> IWL::Widget -> IWL::Table::Row

DESCRIPTION

The Row widget provides a row for IWL::Table.

CONSTRUCTOR

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

Where %ARGS is an optional hash parameter with with key-values corresponding to the attributes that a regular <tr> markup would have.

METHODS

appendHeaderCell (OBJECT, [ATTRS])

Adds a header cell to the row, with OBJECT as it's content.

Parameters: OBJECT - the IWL::Object, ATTRS - hash of attributes for the cell

prependHeaderCell (OBJECT, [ATTRS])

Prepends a header cell to the row, with OBJECT as it's content.

Parameters: OBJECT - the IWL::Object, ATTRS - hash of attributes for the cell

appendTextHeaderCell (TEXT, [ATTRS])

Adds a header cell to the row, with TEXT as it's text content.

Parameters: TEXT - the text to fill the cell, ATTRS - hash of attributes for the cell

prependTextHeaderCell (TEXT, [ATTRS])

Prepends a header cell to the row, with TEXT as it's text content.

Parameters: TEXT - the text to fill the cell, ATTRS - hash of attributes for the cell

appendCell (OBJECT, [ATTRS])

Adds a regular cell to the row, with OBJECT as it's content.

Parameters: OBJECT - the IWL::Object, ATTRS - hash of attributes for the cell

prependCell (OBJECT, [ATTRS])

Prepends a regular cell to the row, with OBJECT as it's content.

Parameters: OBJECT - the IWL::Object, ATTRS - hash of attributes for the cell

appendTextCell (TEXT, [ATTRS])

Adds a regular cell to the row, with TEXT as it's text content.

Parameters: TEXT - the text to fill the cell, ATTRS - hash of attributes for the cell

prependTextCell (TEXT, [ATTRS])

Prepends a regular cell to the row, with TEXT as it's text content.

Parameters: TEXT - the text to fill the cell, ATTRS - hash of attributes for the cell

LICENCE AND COPYRIGHT

Copyright (c) 2006-2008 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.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 205:

You forgot a '=back' before '=head1'