r20434@hades (orig r549): groditi | 2008-01-30 18:09:54 -0300
[catagits/Reaction.git] / lib / Reaction / UI / Widget / Field / Number.pm
CommitLineData
8f19d042 1package Reaction::UI::Widget::Field::Number;
2
3use Reaction::UI::WidgetClass;
4
5class Number is 'Reaction::UI::Widget::Field', which {
6
7};
8
91;
10
6ab43711 11__END__;
8f19d042 12
5a1a893e 13=head1 NAME
8f19d042 14
c03f75a7 15Reaction::UI::Widget::DisplayField::Number
8f19d042 16
5a1a893e 17=head1 DESCRIPTION
8f19d042 18
c03f75a7 19See L<Reaction::UI::Widget::Display>
8f19d042 20
5a1a893e 21=head1 AUTHORS
8f19d042 22
5a1a893e 23See L<Reaction::Class> for authors.
8f19d042 24
5a1a893e 25=head1 LICENSE
26
27See L<Reaction::Class> for the license.
8f19d042 28
29=cut