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

NAME

IWL::Druid::Page - a page in a druid

INHERITANCE

IWL::Object -> IWL::Widget -> IWL::Container -> IWL::Druid::Page

DESCRIPTION

The druid page widget is a helper widget used by the IWL::Druid(3pm)

CONSTRUCTOR

IWL::Druid::Page->new ([%ARGS])

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

SIGNALS

select

Fires when the page is selected

unselect

Fires when the page is unselected

remove

Fires when the page is removed

METHODS

setFinal (BOOL)

Makes the page the last one, thus changing the 'next' button to a 'finish'

isFinal

Returns true if the page is the final page in the druid

setSelected (BOOL)

Sets whether the page is the currently selected page

Parameters: BOOL - true if the page should be the currently selected one

isSelected

Returns true if the page is the currently selected one

setCheckCB (CALLBACK, PARAM)

Sets the check callback for the page

Parameters: CALLBACK - the function to be called when pressing the NEXT button (if it returns true, the druid will proceed to the next page), PARAM the parameter of the callback

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

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