search spec components factored out of T365
[catagits/Reaction.git] / lib / Reaction / UI / Widget / Field / RelatedObject.pm
CommitLineData
2f670e13 1package Reaction::UI::Widget::Field::RelatedObject;
7b78a39d 2
3use Reaction::UI::WidgetClass;
4
bae75bee 5use namespace::clean -except => [ qw(meta) ];
6extends 'Reaction::UI::Widget::Field';
7
8
9
10__PACKAGE__->meta->make_immutable;
d7b00a50 11
7b78a39d 12
131;
14
15__END__;
16
5a1a893e 17=head1 NAME
7b78a39d 18
5a1a893e 19Reaction::UI::Widget::DisplayField::RelatedObject
7b78a39d 20
5a1a893e 21=head1 DESCRIPTION
7b78a39d 22
5a1a893e 23See L<Reaction::UI::Widget::DisplayField>
7b78a39d 24
5a1a893e 25=head1 FRAGMENTS
7b78a39d 26
5a1a893e 27=head2 value
28
29C<content> contains the viewport's value_string
30
31=head1 AUTHORS
32
33See L<Reaction::Class> for authors.
34
35=head1 LICENSE
36
37See L<Reaction::Class> for the license.
7b78a39d 38
39=cut