simplify value widgets to reduce PROCESS calls, make some classes immutable which...
[catagits/Reaction.git] / lib / Reaction / UI / Widget / Value / DateTime.pm
CommitLineData
e22de101 1package Reaction::UI::Widget::Value::DateTime;
2
3use Reaction::UI::WidgetClass;
4
5class DateTime is 'Reaction::UI::Widget::Value', which {
a5200252 6
e22de101 7};
8
91;
10
11__END__;
12
13=head1 NAME
14
15Reaction::UI::Widget::Value::DateTime
16
17=head1 DESCRIPTION
18
19See L<Reaction::UI::Widget::Value>
20
21=head1 FRAGMENTS
22
23=head2 value
24
25C<content> contains the viewport's value_string
26
27=head1 AUTHORS
28
29See L<Reaction::Class> for authors.
30
31=head1 LICENSE
32
33See L<Reaction::Class> for the license.
34
35=cut