ObjectView converted
[catagits/Reaction.git] / lib / Reaction / UI / Widget / DisplayField / RelatedObject.pm
1 package Reaction::UI::Widget::DisplayField::RelatedObject;
2
3 use Reaction::UI::WidgetClass;
4
5 class RelatedObject is 'Reaction::UI::Widget::DisplayField', which {
6
7 };
8
9 1;
10
11 __END__;
12
13 =head1 NAME
14
15 Reaction::UI::Widget::DisplayField::RelatedObject
16
17 =head1 DESCRIPTION
18
19 See L<Reaction::UI::Widget::DisplayField>
20
21 =head1 FRAGMENTS
22
23 =head2 value
24
25 C<content> contains the viewport's value_string
26
27 =head1 AUTHORS
28
29 See L<Reaction::Class> for authors.
30
31 =head1 LICENSE
32
33 See L<Reaction::Class> for the license.
34
35 =cut