GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Reaction::UI::Widget::ListView(3) User Contributed Perl Documentation Reaction::UI::Widget::ListView(3)

Reaction::UI::Widget::ListView - Extends Grid to a full list interface

This class is a subclass of Reaction::UI::ViewPort::Collection::Grid. It additionally provides means of paging and actions.

Additional arguments available:
pager_obj - The "pager" object of the viewport

Render the "action" fragment for every action in the viewport.

Renders the "action" viewport passed

Adds a modifier to render the actions column after the data columns

Modify the header_cell fragment to add support for ordering

Additional arguments available:

order_uri - A URI to the collection view which will order the members using this field. Will toggle ascending / descending order.

Additional arguments available:
col_count - Column width to span

Will sequentially render a "numbered_page_fragment" for every page available in the pager object

Renders a link pointing to the different pages in the pager object. If the current page number is equal to the page number for the page being rendered then the template block "numbered_page_this_page" is called instead of "numbered_page"

Additional arguments available:

page_uri - The URI to the page
page_number - The number of the page

Render links to the first, last, next and previous pages, respectively. All four will render as the "named_page" template fragment, unless the current page is the last and/or first page, in which case the first and last fragments will render as "named_page_no_page"

Additional arguments available:

page_uri - The URI to the page
page_number - The label of the page (First / Last / Next / Previous)

See Reaction::Class for authors.

See Reaction::Class for the license.
2010-10-29 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.