|
NAMEReaction::UI::Widget::ListView - Extends Grid to a full list interfaceDESCRIPTIONThis class is a subclass of Reaction::UI::ViewPort::Collection::Grid. It additionally provides means of paging and actions.FRAGMENTSwidgetAdditional arguments available:
actionsRender the "action" fragment for every action in the viewport.actionRenders the "action" viewport passedheader_cellsAdds a modifier to render the actions column after the data columnsheader_cellModify the header_cell fragment to add support for orderingAdditional arguments available:
header_action_cellAdditional arguments available:
page_listWill sequentially render a "numbered_page_fragment" for every page available in the pager objectnumbered_page_fragmentRenders 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:
first_pagelast_pagenext_pageprevious_pageRender 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:
AUTHORSSee Reaction::Class for authors.LICENSESee Reaction::Class for the license.
Visit the GSP FreeBSD Man Page Interface. |