fixed field_class
[catagits/Reaction.git] / lib / Reaction / UI / Widget / Field / Integer.pm
CommitLineData
36d54b14 1package Reaction::UI::Widget::Field::Integer;
2
3use Reaction::UI::WidgetClass;
4
5class Integer is 'Reaction::UI::Widget::Field', which {
6
7};
8
91;
10
11__END__;
12
13=head1 NAME
14
15Reaction::UI::Widget::DisplayField::Integer
16
17=head1 DESCRIPTION
18
19See L<Reaction::UI::Widget::Field>
20
21=head1 AUTHORS
22
23See L<Reaction::Class> for authors.
24
25=head1 LICENSE
26
27See L<Reaction::Class> for the license.
28
29=cut