![]() |
|
|
Pagable Array Collection
Project Home • Forums • Wiki • Known Issues • Contact Project
Author: Scott Stroz (All RIAForge projects by this author) Description:
PagableArrayCollection is a custom Flex class that extend ArrayCollection and allows for easy pagination of data form any arrayCollection.
Properties added to custom class: itemsPerPage [read/write] - the number of items to display per page. Default is 25. currentPage [read/write] - the page number to view. default is 1. pages [read] - the number of pages of data available based on total number of items in dataset and itemsPerPage. Methods added to custom class: pageUp() - paginates one page ahead in dataset. pageDown() - paginates one page back in dataset.
Requirements:
Flex 2+ SDK or Flex Builder 2+
Issue Tracker:
To enter issues for this (or any other) project, you must be logged in. Subversion Access: You may access this project's Subversion repository with your client here: http://svn.riaforge.org/pagableAC. You may download the latest set of files from Subversion as a zip file. Anonymous users have read access to the repository while the administrator has write access. This project is sharing its code via Subversion. Subversion is an open source source control method. You may find more information about Subversion here: http://subversion.tigris.org/ |
||||||||||||||||||||||||||||||||||||||
Adobe and the Adobe product names are either registered trademarks or trademarks of Adobe Systems Incorporated in the United States and/or other countries.