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

NAME

IWL::NavBar - a navigation bar

INHERITANCE

IWL::Error -> IWL::Object -> IWL::Widget -> IWL::Container -> IWL::NavBar

DESCRIPTION

The Navigation Bar provides a breadcrumb style navigation

CONSTRUCTOR

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

Where %ARGS is an optional hash parameter with with key-values.

delimete

The delimeter between the crumbs (defaults to "/")

SIGNALS

load

Fires when the navbar has finished loading

activate_path

Fires when a path has been activated. Receives the path and values arrays as second and third arguments.

EVENTS

IWL-NavBar-activatePath

Emitted when a path has been activated. The paramaters hashref contains the path arrayref and values arrayref.

METHODS

appendPath (TEXT, VALUE)

Appends a crumb to the navbar.

Parameters: TEXT - the label of the crumb, VALUE - the data value

prependPath (TEXT, VALUE)

Prepends a crumb to the navbar.

Parameters: TEXT - the label of the crumb, VALUE - the data value

appendOption (TEXT, VALUE)

Appends an option to the combo of the navbar.

Parameters: TEXT - the label of the option, VALUE - the data value

prependOption (TEXT, VALUE)

Prepends an option to the combo of the navbar.

Parameters: TEXT - the label of the option, VALUE - the data value

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

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