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

NAME

IWL::List - a list container

INHERITANCE

IWL::Object -> IWL::Widget -> IWL::Container -> IWL::List

DESCRIPTION

A list widget, for ordered, unordered and definition lists

CONSTRUCTOR

IWL::List->new ([%ARGS])

Where %ARGS is an optional hash parameter with with key-values. - type - unordered [default], ordered, definition

METHODS

appendListItem (OBJECT, %ARGS)

Appends an object as a list item to the current list

Parameters: OBJECT - the IWL::Object(3pm), %ARGS - the hash attributes of the list item

prependListItem (OBJECT, %ARGS)

Prepends an object as a list item to the current list

Parameters: OBJECT - the IWL::Object(3pm), %ARGS - the hash attributes of the list item

appendListItemText (TEXT, %ARGS)

Appends text as a list item to the current list

Parameters: TEXT - the text, %ARGS - the hash attributes of the list item

prependListItemText (TEXT, %ARGS)

Prepends text as a list item to the current list

Parameters: TEXT - the text, %ARGS - the hash attributes of the list item

appendDef (OBJECT, TYPE, %ARGS)

Appends an object as a definition to the current list

Parameters: OBJECT - the IWL::Object(3pm), TYPE - the type of the definition (key[default]/value), %ARGS - the hash attributes of the list item

prependDef (OBJECT, TYPE, %ARGS)

Prepends an object as a definition to the current list

Parameters: OBJECT - the IWL::Object(3pm), TYPE - the type of the definition (key[default]/value), %ARGS - the hash attributes of the list item

appendDefText (TEXT, TYPE, %ARGS)

Appends text as a definition to the current list

Parameters: TEXT - the text, TYPE - the type of the definition (key[default]/value), %ARGS - the hash attributes of the list item

prependDefText (TEXT, TYPE, %ARGS)

Prepends text as a definition to the current list

Parameters: TEXT - the text, TYPE - the type of the definition (key[default]/value), %ARGS - the hash attributes of the list item

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 221:

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