widget documentation
[catagits/Reaction.git] / lib / Reaction / UI / Widget / Value / DateTime.pm
1 package Reaction::UI::Widget::Value::DateTime;
2
3 use Reaction::UI::WidgetClass;
4
5 use namespace::clean -except => [ qw(meta) ];
6 extends 'Reaction::UI::Widget::Value';
7
8
9
10 __PACKAGE__->meta->make_immutable;
11
12
13 1;
14
15 __END__;
16
17 =head1 NAME
18
19 Reaction::UI::Widget::Value::DateTime
20
21 =head1 DESCRIPTION
22
23 See L<Reaction::UI::Widget::Value>
24
25 =head1 FRAGMENTS
26
27 =head2 value
28
29 C<value> contains the viewport's value_string.
30
31 =head1 AUTHORS
32
33 See L<Reaction::Class> for authors.
34
35 =head1 LICENSE
36
37 See L<Reaction::Class> for the license.
38
39 =cut