documentation update, some api docs, overview and tutorial upto first DM and IM inclu...
[catagits/Reaction.git] / lib / Reaction / UI / Widget / Collection / Grid / Member.pm
1 package Reaction::UI::Widget::Collection::Grid::Member;
2
3 use Reaction::UI::WidgetClass;
4
5 use namespace::clean -except => [ qw(meta) ];
6 extends 'Reaction::UI::Widget::Object';
7
8 __PACKAGE__->meta->make_immutable;
9
10 1;
11
12 __END__;
13
14 =head1 NAME
15
16 Reaction::UI::Widget::Collection::Grid::Member
17
18 =head1 DESCRIPTION
19
20 =head1 FRAGMENTS
21
22 =head1 AUTHORS
23
24 See L<Reaction::Class> for authors.
25
26 =head1 LICENSE
27
28 See L<Reaction::Class> for the license.
29
30 =cut