It is starting to look like this may actually work after all. Listview is the only...
[catagits/Reaction.git] / lib / Reaction / UI / ViewPort / Field / Number.pm
CommitLineData
7adfd53f 1package Reaction::UI::ViewPort::Field::Number;
2
3use Reaction::Class;
4
5class Number is 'Reaction::UI::ViewPort::Field', which {
6
6ab43711 7 #has '+layout' => (default => 'textfield');
7adfd53f 8
9};
10
6ab43711 111;
7adfd53f 12
13=head1 NAME
14
15Reaction::UI::ViewPort::Field::Number
16
17=head1 DESCRIPTION
18
19=head1 SEE ALSO
20
21=head2 L<Reaction::UI::ViewPort::Field>
22
23=head1 AUTHORS
24
25See L<Reaction::Class> for authors.
26
27=head1 LICENSE
28
29See L<Reaction::Class> for the license.
30
31=cut