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

NAME

Form::Factory::Control::Role::ScalarValue - scalar valued controls

VERSION

version 0.004

DESCRIPTION

Implemented by single scalar valued controls

METHODS

default_isa

Scalar valued controls are "Str" by default.

set_attribute_value

  $control->set_attribute_value($action, $attribute);

Sets the action attribute to the current value.

AUTHOR

Andrew Sterling Hanenkamp <hanenkamp@cpan.org>

COPYRIGHT AND LICENSE

Copyright 2009 Qubling Software LLC.

This library is free software. You can redistribute it and/or modify it under the same terms as Perl itself.