|
Apache::Wyrd::Input::Condenser - Use Wyrd Inputs/Sets as sub-Input Wyrds |
Apache::Wyrd::Input::Condenser - Use Wyrd Inputs/Sets as sub-Input Wyrds
NONE
The Condenser Input is so called because it condenses the results of several enclosed Inputs into a single value. It is meant to be an abstract class from which Inputs can be derived which are used primarily in editing multiple whole related records along with a reference record, for example in relating track information to a CD on the same page/form as the CD information.
see Apache::Wyrd::Input::Complex
(format: (returns) name (arguments after self))
_generate_inputs (void)The result of the generation should be stored under the _data attribute.
_set_template_globals (void)Apache::Wyrd::Interfaces::Setter-style placemarkers which must be set
to proper values for the Condenser Input to display properly. This is
the method one can use in order to set these. However, these
placemarkers will be set AFTER _generate_inputs, so be sure not to use
placemarkers that are going to be used by sub-inputs, such as
$:value.
Reserves the _setup, _format_output, and final_output method on top of
the methods reserved by Apache::Wyrd::Input::Complex.
Additionally, it reserves the Form methods register_errors,
register_error_messages, register_errortag, and _set_input
methods, since it is in essence a mini-form within a form.
Barry King <wyrd@nospam.wyrdwright.com>
Copyright 2002-2004 Wyrdwright, Inc. and licensed under the GNU GPL.
See LICENSE under the documentation for Apache::Wyrd.
|
Apache::Wyrd::Input::Condenser - Use Wyrd Inputs/Sets as sub-Input Wyrds |