The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Renard::Curie::ViewModel::ViewManager::Role::GridView - A role for the grid view

VERSION

version 0.005

METHODS

set_view_to_continuous_page

  method set_view_to_continuous_page()

Sets the "current_view" to Renard::Curie::Model::View::Grid with rows GridOptions set to undef.

set_view_to_single_page

  method set_view_to_single_page()

Sets the "current_view" to Renard::Curie::Model::View::Grid with rows GridOptions set to 1.

AUTHOR

Project Renard

COPYRIGHT AND LICENSE

This software is copyright (c) 2016 by Project Renard.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.