grid is starting to work, actions and view to go
[catagits/Reaction.git] / lib / Reaction / UI / Widget / Field / Number.pm
1 package Reaction::UI::Widget::Field::Number;
2
3 use Reaction::UI::WidgetClass;
4
5 class Number is 'Reaction::UI::Widget::Field', which {
6
7 };
8
9 1;
10
11 __END__;
12
13 =head1 NAME
14
15 Reaction::UI::Widget::DisplayField::Number
16
17 =head1 DESCRIPTION
18
19 See L<Reaction::UI::Widget::Display>
20
21 =head1 AUTHORS
22
23 See L<Reaction::Class> for authors.
24
25 =head1 LICENSE
26
27 See L<Reaction::Class> for the license.
28
29 =cut