The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

IWL::Tree::Cell - a cell widget for a tree row

INHERITANCE

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

DESCRIPTION

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

CONSTRUCTOR

IWL::Cell->new ()

METHODS

makeSortable ([CALLBACK, URL])

Sorts the tree when the column is clicked. Should only be used for header row cells

Parameters: CALLBACK - an optional callback to be called instead of the default, URL - URL of an ajax script to sort the tree and return the new content (with getContent()), CALLBACK has no effect if URL is set.

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.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 176:

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