aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Reaction/UI/Widget/Value/RelatedObject.pm
blob: b7fbd6fcfb6953644a7ac4818e8f1deb91489bf5 (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
30
31
32
33
34
35
package Reaction::UI::Widget::Value::RelatedObject;

use Reaction::UI::WidgetClass;

class RelatedObject is 'Reaction::UI::Widget::Value', which {

};

1;

__END__;

=head1 NAME

Reaction::UI::Widget::Value::RelatedObject

=head1 DESCRIPTION

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

=head1 FRAGMENTS

=head2 value

C<content> contains the viewport's value_string

=head1 AUTHORS

See L<Reaction::Class> for authors.

=head1 LICENSE

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

=cut