Embperl::Form::DataSource.3pm

Langue: en

Version: 2006-05-30 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

NAME

Embperl::Form::DataSource - Base class for data source objects which provides the data for ControlMutlValue objects.

SYNOPSIS

Do not use directly, instead derive a class

DESCRIPTION

This class is not used directly, it is used as a base class for all data source objects. It provides a set of methods that could be overwritten to customize the behaviour of your controls.

METHODS

get_values

returns the values and options. Must be overwritten.

AUTHOR

G. Richter (richter@dev.ecos.de)

SEE ALSO

perl(1), Embperl, Embperl::Form, Embperl::From::ControlMultValue