package Reaction::UI::Widget::Object; use Reaction::UI::WidgetClass; use namespace::clean -except => [ qw(meta) ]; implements fragment field_list { render field => over $_{viewport}->fields; }; implements fragment field { render 'viewport'; }; __PACKAGE__->meta->make_immutable; 1; __END__; =head1 NAME Reaction::UI::Widget::Object =head1 DESCRIPTION =head1 FRAGMENTS =head2 field_list Sequentially renders the C of the viewport in the C =head2 field Renders the C viewport passed by C =head1 AUTHORS See L for authors. =head1 LICENSE See L for the license. =cut