aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Reaction/UI/Widget/Field/Number.pm
blob: 0691768c5c5fc0495c6d7860e7c076c5a5d18455 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
package Reaction::UI::Widget::Field::Number;

use Reaction::UI::WidgetClass;

class Number is 'Reaction::UI::Widget::Field', which {

};

1;

__END__;

=head1 NAME

Reaction::UI::Widget::DisplayField::Number

=head1 DESCRIPTION

See L<Reaction::UI::Widget::Display>

=head1 AUTHORS

See L<Reaction::Class> for authors.

=head1 LICENSE

See L<Reaction::Class> for the license.

=cut