r20434@hades (orig r549): groditi | 2008-01-30 18:09:54 -0300
[catagits/Reaction.git] / lib / Reaction / UI / Widget / Collection.pm
1 package Reaction::UI::Widget::Collection;
2
3 use Reaction::UI::WidgetClass;
4
5 class Collection, which {
6
7   implements fragment members {
8     render member => over $_{viewport}->members;
9   };
10
11   implements fragment member {
12     render 'viewport';
13   };
14
15 };
16
17 1;
18
19 __END__;
20
21 =head1 NAME
22
23 Reaction::UI::Widget::Collection
24
25 =head1 DESCRIPTION
26
27 =head1 FRAGMENTS
28
29 =head1 AUTHORS
30
31 See L<Reaction::Class> for authors.
32
33 =head1 LICENSE
34
35 See L<Reaction::Class> for the license.
36
37 =cut