package Reaction::UI::Widget::Collection::Grid::Member; use Reaction::UI::WidgetClass; use namespace::clean -except => [ qw(meta) ]; extends 'Reaction::UI::Widget::Object'; __PACKAGE__->meta->make_immutable; 1; __END__; =head1 NAME Reaction::UI::Widget::Collection::Grid::Member - A member widget of the Grid widget =head1 DESCRIPTION A pure subclass of L representing a member in a L. =head1 FRAGMENTS This widget defines no additional fragments. =head1 LAYOUT SETS =head2 base share/skin/base/layout/collection/grid/member.tt The following layouts are provided: =over 4 =item widget Renders the C fragment provided initially by L. =item field Renders the next C fragment in the inheritance hierarchy. =back =head2 default share/skin/default/layout/collection/grid/member.tt This layout set extends the C skin in the inheritance hierarchy. Like with L, the C layout set provides a table based markup for the abstract view logic defined in the C skin. The following layouts are provided: =over 4 =item widget Renders the next C fragment surrounded by a C element. =item field Renders the next C fragment surrounded by a C element. =back =head1 SEE ALSO =over 4 =item * L =item * L =back =head1 AUTHORS See L for authors. =head1 LICENSE See L for the license. =cut